mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+Upd: Enable Dark Mode feature for Win11 v21H2 Insider beta
This commit is contained in:
parent
63454469cf
commit
91e5dafc2f
@ -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).
|
||||
|
||||
@ -1 +1 @@
|
||||
5
|
||||
1
|
||||
|
||||
@ -1 +1 @@
|
||||
702
|
||||
703
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user