diff --git a/Build/Changes.txt b/Build/Changes.txt index 17845ed82..f93fa2d68 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -33,13 +33,14 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.21.421.(build_#) (2021-04-21) +Current BETA/RC Version 5.21.422.(build_#) (2021-04-22) ======================================================== -------------------------------------------------------- NEW: -------------------------------------------------------- [.###.#]- . +[.422.1]- Support Scintilla's new feature: indicator stroke width. [.420.1]- TXT file for Translators to comunicate Line Mumbers of the "Added/Modified" strings. [.420.1]- Code Color for the "Change date" of the "Added/Modified" strings to translate". [.420.1]- More intermediate font weight constants added. @@ -66,6 +67,7 @@ NEW: CHANGES: -------------------------------------------------------- [.###.#]- . +[.422.1]- Code cleanup for Font and Style Selection. [.421.1]- Prefer "Cascadia Code" font over "Consolas" font for default if installed (ligatures). [.420.2]- Custom Font Selection Dialog. [.419.2]- Comment BockEdit shortcut changed (Ctl+Alt+Q => Alt+Shift+Q). diff --git a/Versions/day.txt b/Versions/day.txt index 1bb7ac539..8d73f9387 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -421 +422 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index d71d886db..7771bfeb2 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 beta diff --git a/src/VersionEx.h b/src/VersionEx.h index 5a7d0f5de..cea448297 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,7 +8,7 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 21 -#define VERSION_REV 421 +#define VERSION_REV 422 #define VERSION_BUILD 1 #define SCINTILLA_VER 501 #define LEXILLA_VER 501