Merge pull request #3561 from hpwamr/mui

+ Upd: Version files and Changes.txt
This commit is contained in:
Pairi Daiza 2021-08-10 19:16:47 +02:00 committed by GitHub
commit dac86558a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 4 deletions

View File

@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.809.(build_#) (2021-08-09)
Current BETA/RC Version 5.21.810.(build_#) (2021-08-10)
========================================================
--------------------------------------------------------
@ -82,6 +82,7 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
[.810.1]- Some refactorings and code cleanup.
[.804.1]- Minor changed regarding file changed indicator.
[.803.1]- New Sombra scheme as default Dark Mode coloring theme.
[.803.1]- Optimized default style handling for settings file (Dark Mode).
@ -153,6 +154,8 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
[.809.2]- Size of visible whitespace style.
[.809.2]- Workaround for additional selection typing.
[.807.1]- RegEx line begin pattern stuck after zero-length replacement.
[.806.1]- Launching file URL (Alt+Click) with respect to flags "Reuse Window" and "Only one Instance per File".
[.805.1]- File URL tooltip.

View File

@ -1 +1 @@
809
810

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Rizonesoft.Notepad3"
processorArchitecture="*"
version="5.21.809.1"
version="5.21.810.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 809
#define VERSION_REV 810
#define VERSION_BUILD 1
#define SCINTILLA_VER 511
#define LEXILLA_VER 511