From f3dabab81df5f1ed8cd1a912ad41b22be08dde7c Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Fri, 23 Dec 2022 13:55:42 +0100 Subject: [PATCH] + Upd: Version files and Changes.txt --- Build/Changes.txt | 3 ++- Versions/day.txt | 2 +- res/Notepad3.exe.conf.manifest | 2 +- src/VersionEx.h | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index 25a2b546a..0c05781bd 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -34,13 +34,14 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.22.1220.(build_#) (2022-12-20) +Current BETA/RC Version 5.22.1223.(build_#) (2022-12-23) ======================================================== -------------------------------------------------------- NEW: -------------------------------------------------------- [.###.#]- . +[1223.1]- Allow "Notepad3 x64 Setup" to install on Win11 Arm (64-bit emulation). [1212.1]- Implementation of automatic parenthesis closure. [1029.1]- Darkmode highlight (foreground) contrast settings + default reduction to 75%. [1018.1]- Add example for tinyexpr in Modify Lines dialog. diff --git a/Versions/day.txt b/Versions/day.txt index 151861262..d97ddee79 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -1220 +1223 diff --git a/res/Notepad3.exe.conf.manifest b/res/Notepad3.exe.conf.manifest index 235193769..07e9a9a0b 100644 --- a/res/Notepad3.exe.conf.manifest +++ b/res/Notepad3.exe.conf.manifest @@ -3,7 +3,7 @@ diff --git a/src/VersionEx.h b/src/VersionEx.h index e11c30c0f..607153248 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 1220 +#define VERSION_REV 1223 #define VERSION_BUILD 1 #define SCINTILLA_VER 532 #define LEXILLA_VER 521