From 9bca08cb19322d00b68e0bf35c7cc8313f86547a Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Tue, 19 Oct 2021 23:23:20 +0200 Subject: [PATCH] + Upd: Alpha Version files and Changes.txt (Xperimental) --- Build/Changes.txt | 16 ++++++++-------- Versions/day.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index 122922e49..28f3405b3 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -33,20 +33,20 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.21.1015.(build_#) (2021-10-15) +Current ALPHA Version 5.21.1019.(build_#) (2021-10-19) ======================================================== -------------------------------------------------------- NEW: -------------------------------------------------------- [.###.#]- . -[.###.#]- . +[1019.2] LongPath Support enhancements. -------------------------------------------------------- CHANGES: -------------------------------------------------------- [.###.#]- . -[1015.2]- Xperm.: Some more DynStrg refactorings and LongPath handling. +[1015.2]- Some more DynStrg refactorings and LongPath handling. [1015.1]- Remove the max win version check for undocumented DarkMode UxTheme methods. [1015.1]- DarkMode enable up to Win11 build 22471. [1015.1]- SQL Lexer bright and dark mode highlight color enhanced. @@ -60,16 +60,16 @@ CHANGES: -------------------------------------------------------- CHANGES Versions in Tools or Libraries: -------------------------------------------------------- -[1015.2]- Xperm.: Update Scintilla Library (SCI) version 5.1.3 (2021-09-29). -[.802.1]- Update Lexilla Library (LEX) version 5.1.2 (2021-07-26). -[.726.1]- Update grepWinNP3 (GRE) version 2.1.8.39 (2021-07-26). -[.702.5]- Update Oniguruma Regex (ONI) engine version 7.0.0 (2021-06-23). +[1019.2]- Update grepWinNP3 (GRE) version 2.1.8.40 (2021-10-19). +[1019.2]- Update Oniguruma Regex (ONI) engine version 7.0.0 (2021-10-19). +[1019.2]- Update Lexilla Library (LEX) version 5.1.3 (2021-09-23). +[1015.2]- Update Scintilla Library (SCI) version 5.1.3 (2021-09-29). -------------------------------------------------------- FIXES: -------------------------------------------------------- [.###.#]- . -[1015.2]- Xperm.: Path_StripPath(). +[1015.2]- Path_StripPath(). [1015.1]- SQL Lexer dark mode highlight default colors. [1015.1]- Disabled menu items if settings file itself is locked by file change notification. [.927.1]- Over paint annoying menu-bar bottom line. diff --git a/Versions/day.txt b/Versions/day.txt index 07b0c7609..1a8c1ea28 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -1015 +1019 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 888313876..1b38aff1b 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 alpha diff --git a/src/VersionEx.h b/src/VersionEx.h index c8fd88a14..2011b3b1a 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,10 +8,10 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 21 -#define VERSION_REV 1015 +#define VERSION_REV 1019 #define VERSION_BUILD 2 #define SCINTILLA_VER 513 -#define LEXILLA_VER 511 +#define LEXILLA_VER 512 #define ONIGURUMA_REGEX_VER 7.0.0 #define UCHARDET_VER 2018.09.27 #define TINYEXPR_VER 2018.05.11