From b92b72b1ce9c3d6fad75635c5c33bdf9ff335bcd Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Mon, 9 Jan 2023 23:11:30 +0100 Subject: [PATCH] + Upd: Version files and Changes.txt --- Build/Changes.txt | 5 +++-- Versions/day.txt | 2 +- res/Notepad3.exe.conf.manifest | 2 +- src/VersionEx.h | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index 6c60f5ed9..9b587d35c 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.23.106.(build_#) (2023-01-06) +Current BETA/RC Version 5.23.109.(build_#) (2023-01-09) ======================================================== -------------------------------------------------------- NEW: -------------------------------------------------------- [.###.#]- . +[.109.1]- Allow "dotbox" instead of "horiz. line" for folded text. [.102.1]- Allow Line Number color to be alpha blended (e.g. DarkMode). [1223.1]- Allow "Notepad3 x64 Setup" to install on Win11 Arm (64-bit emulation). [1212.1]- Implementation of automatic parenthesis closure. @@ -121,6 +122,7 @@ CHANGES Versions in Tools or Libraries: FIXES: -------------------------------------------------------- [.###.#]- . +[.109.1]- Trigger mark-all-occ after transform backslash (EscCtrlChr) in F/R-Box is used. [.106.1]- Not intended replacement of "~" used in short windows path names. [.105.1]- Some WSL2 (Linux) path issues. [.104.1]- Handling of editing own settings (in this case: disable file watching). @@ -236,7 +238,6 @@ to resume "(incomplete...)" translation projects: - Greek (el-GR) (incomplete...) - Hindi (hi-IN) (incomplete...) - Indonesian (id-ID) (incomplete...) -- Polish (pl-PL) (incomplete...) - Portuguese (pt-PT) (incomplete...) - Spanish Mexican (es-MX) (incomplete...) - Vietnamese (vi-VN) (incomplete...) diff --git a/Versions/day.txt b/Versions/day.txt index fe4afb0df..e2a9fee00 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -106 +109 diff --git a/res/Notepad3.exe.conf.manifest b/res/Notepad3.exe.conf.manifest index 00a37b64f..6f05c8194 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 66d2a9e86..fb2d21c7f 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,7 +8,7 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 23 -#define VERSION_REV 106 +#define VERSION_REV 109 #define VERSION_BUILD 1 #define SCINTILLA_VER 532 #define LEXILLA_VER 521