+Upd: Enable Dark Mode feature for Win11 v21H2 Insider beta

This commit is contained in:
Pairi Daiza 2021-07-03 15:35:46 +02:00
parent 63454469cf
commit 91e5dafc2f
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA
6 changed files with 8 additions and 6 deletions

View File

@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.702.(build_#) (2021-07-02)
Current BETA/RC Version 5.21.703.(build_#) (2021-07-03)
========================================================
--------------------------------------------------------
@ -72,6 +72,7 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
[.703.1]- Enable Dark Mode feature for Win11 v21H2 Insider beta.
[.529.2]- Win10 Release-ID as string (allows 20H2 or 21H1).
[.529.1]- Improved Julia Lexer (LEX).
[.526.1]- Batch-Lexer + patching Markdown-Lexer (eolfilled header lines) (LEX).

View File

@ -1 +1 @@
5
1

View File

@ -1 +1 @@
702
703

View File

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

View File

@ -74,6 +74,7 @@ constexpr bool CheckBuildNumber(DWORD buildNumber)
case 19043: // Win10 v21H1
// unknown, if working with these version(s) :-O
case 21390: // Win10 v21H2 Insider Dev and Preview Channels [2021-05-21]
case 22000: // Win11 v21H2 Insider Dev and Preview Channels [2021-06-28]
return true;
default:
// not supported

View File

@ -8,8 +8,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 702
#define VERSION_BUILD 5
#define VERSION_REV 703
#define VERSION_BUILD 1
#define SCINTILLA_VER 510
#define LEXILLA_VER 510
#define ONIGURUMA_REGEX_VER 7.0.0