From 18f357cc03113148afc78fbc2db3df026826201a Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Sun, 28 Aug 2022 23:40:01 +0200 Subject: [PATCH] + Upd: Version files and Changes.txt --- Build/Changes.txt | 5 ++++- Versions/day.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index adc26f7cf..af271abf7 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.502.(build_#) (2022-05-02) +Current BETA/RC Version 5.22.828.(build_#) (2022-08-28) ======================================================== -------------------------------------------------------- NEW: -------------------------------------------------------- [.###.#]- . +[.828.1]- Add "char8_t" keyword for C++20. [.220.1]- Msg box for editing read-only. [.217.1]- F/R-dialog menu item to switch replace by clipboard tag (^c). [.215.1]- Set keyword-lists for CSS Lexer according to SiTE's css.properties. @@ -91,6 +92,8 @@ CHANGES Versions in Tools or Libraries: FIXES: -------------------------------------------------------- [.###.#]- . +[.828.1]- Unicode Detection in case of pure ASCCI containing null bytes. +[.828.1]- ASCII only issue of not reliable IsTextUnicode(). [.502.1]- Using "Cascadia Mono" over "Cascadia Code" if applicable (regarding to "Text File" Scheme change). [.502.1]- "Text File" Scheme: using Common (2nd) Base Font. [.430.1]- Using by error "Segoe UI" as default for pure "Text File" scheme. diff --git a/Versions/day.txt b/Versions/day.txt index cc5027eed..9babd2833 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -502 +828 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index aad12a222..72e858129 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 4e03962f8..f4d490a8e 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 502 +#define VERSION_REV 828 #define VERSION_BUILD 1 #define SCINTILLA_VER 520 #define LEXILLA_VER 515