Merge pull request #3434 from hpwamr/mui

+ Upd: Version files and Changes.txt
This commit is contained in:
Pairi Daiza 2021-05-15 14:18:12 +02:00 committed by GitHub
commit b7d4a2bb2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 6 deletions

View File

@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.513.(build_#) (2021-05-13)
Current BETA/RC Version 5.21.515.(build_#) (2021-05-15)
========================================================
--------------------------------------------------------
@ -71,6 +71,9 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
[.515.1]- "grepWinNP3" based on current grepWin ver (boost v1.76 , upd: sktoolslib).
[.515.1]- Add some more coding fonts to prefer over Consolas (if installed).
[.515.1]- Linker: hardware-enforced stack-protection.
[.513.1]- Canonicalize style section of .ini-settings.
[.512.1]- Keep found initial common base default font in .ini.
[.507.1]- Base64 Decoding: select source code-page for decoding.
@ -113,7 +116,7 @@ CHANGES:
[.302.1]- Prevent Path to URL conversion, if Hyperlink RegEx pattern does not match.
[.301.1]- Enable Dark Mode feature for Win10 v21H1 insider beta.
[.301.1]- EOL-Mode: status-bar double-click : inverted cyclic change rotation CRLF -> LF -> CR.
[.411.1]- Update grepWinNP3 (GRE) version 2.1.7.36 (2021-04.07).
[.515.1]- Update grepWinNP3 (GRE) version 2.1.7.37 (2021-05.14).
[.429.1]- Update Oniguruma Regex (ONI) engine version 7.0.0 (2021-04-26).
[.429.1]- Update Lexilla Library (LEX) version 5.0.2 (2021-04-23).
[.429.1]- Update Scintilla Library (SCI) version 5.0.2 (2021-04-23).

View File

@ -1 +1 @@
513
515

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Rizonesoft.Notepad3"
processorArchitecture="*"
version="5.21.513.1"
version="5.21.515.1"
type="win32"
/>
<description>Notepad3 beta</description>

View File

@ -71,7 +71,7 @@ constexpr bool CheckBuildNumber(DWORD buildNumber)
case 18363: // Win10 v1909
case 19041: // Win10 v2004
case 19042: // Win10 v20H2
case 19043: // Win10 v21H1 Insider Beta Channel [2021-03-15]
case 19043: // Win10 v21H1 Insider Beta and Release Preview Channels [2021-04-28]
// unknown, if working with these version(s) :-O
case 21382: // Win10 v21H2 Insider Dev Channel [2021-05-11]
return true;

View File

@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 513
#define VERSION_REV 515
#define VERSION_BUILD 1
#define SCINTILLA_VER 502
#define LEXILLA_VER 502