mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #3550 from hpwamr/mui
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
222f1465dd
@ -33,13 +33,14 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.21.805.(build_#) (2021-08-05)
|
||||
Current BETA/RC Version 5.21.806.(build_#) (2021-08-06)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
NEW:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.805.1]- File URL forced to open in new window by (Ctrl+Alt+Click).
|
||||
[.805.1]- File change notification, if removed current file is recreated.
|
||||
[.805.1]- Allow definition of line number for file:/// URL (separator is ':' ).
|
||||
[.804.2]- File change notification Dlg: add "Indicator (silent) option.
|
||||
@ -151,6 +152,7 @@ CHANGES Versions in Tools or Libraries:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.806.1]- Launching file URL (Alt+Click) with respect to flags "Reuse Window" and "Only one Instance per File".
|
||||
[.805.1]- File URL tooltip.
|
||||
[.804.1]- Incomplete default Dark Mode Scheme.
|
||||
[.804.1]- Config version dependent "FileWatchingMode" settings value.
|
||||
|
||||
@ -1 +1 @@
|
||||
805
|
||||
806
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.805.1"
|
||||
version="5.21.806.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_REV 805
|
||||
#define VERSION_REV 806
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 511
|
||||
#define LEXILLA_VER 511
|
||||
|
||||
Loading…
Reference in New Issue
Block a user