diff --git a/Build/Changes.txt b/Build/Changes.txt index 64467fd8d..3fa523b3d 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.22.212.(build_#) (2022-02-12) +Current BETA/RC Version 5.22.214.(build_#) (2022-02-14) ======================================================== -------------------------------------------------------- @@ -51,6 +51,7 @@ NEW: CHANGES: -------------------------------------------------------- [.###.#]- . +[.214.1]- "grepWinNP3": make runtime statically linking (GRE). [.211.1]- Pimping UCHARDET encoding detector. [.128.1]- CamelCase WordLists for AHK Lexer. [.127.1]- Ctrl/Alt+F10 as Accelerator-Keys for Filesystem-Path to URL (and back) conversion. @@ -79,6 +80,7 @@ CHANGES Versions in Tools or Libraries: FIXES: -------------------------------------------------------- [.###.#]- . +[.214.1]- Allow switching encoding for empty document. [.209.1]- Memory issues fixing and hardening. [.128.2]- XML/HTML Stream Comment. [.103.1]- Find/Replace pattern history: clear all not persisted to .ini file. diff --git a/Versions/day.txt b/Versions/day.txt index 0d389107a..9d683f8cf 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -212 +214 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 91ba24100..cbcfe4c28 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 eb21ed967..b99993fd1 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,7 +8,7 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 22 -#define VERSION_REV 212 +#define VERSION_REV 214 #define VERSION_BUILD 1 #define SCINTILLA_VER 520 #define LEXILLA_VER 515