Merge pull request #3550 from hpwamr/mui

+ Upd: Version files and Changes.txt
This commit is contained in:
Pairi Daiza 2021-08-06 12:25:23 +02:00 committed by GitHub
commit 222f1465dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 4 deletions

View File

@ -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.

View File

@ -1 +1 @@
805
806

View File

@ -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>

View File

@ -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