From 17a4d3e237cf98273dda2ac2ec1bf80ea7760f9d Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Sat, 16 Jan 2021 16:00:24 +0100 Subject: [PATCH] + Upd: Version files and Changes.txt --- Build/Changes.txt | 11 +++++++---- Versions/day.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index d8aa612d4..90c136784 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -34,7 +34,7 @@ SUP - (S)et(UP) / Installer Package ======================================================== -Current BETA/RC Version 5.21.114.(build_#) (2021-01-14) +Current BETA/RC Version 5.21.116.(build_#) (2021-01-16) ======================================================== -------------------------------------------------------- @@ -66,7 +66,8 @@ NEW: CHANGES: -------------------------------------------------------- [.xxx.x]- . -[1223.1]- Iinitial start screen resolution independent fixed base font size. +[.116.1]- Extent static find / repl / mark occurance pattern buffer to 4095 characters. +[1223.1]- Initial start screen resolution independent fixed base font size. [1218.1]- Avoid wrap-around requester if there is no other possible occurrence. [1214.1]- Behavior change: copy to clipboard on empty selection -> don't copy anything if current line is empty. [1214.1]- Update keywords list in Style INNO Lexer. @@ -96,14 +97,16 @@ CHANGES: [.916.1]- TinyExpr: '%' operator: distinguish between modulo and percent operation by context. [.915.3]- Due to lack of interest, "Notepad3DLL" is discontinued. [.915.2]- User configurable "Web Action" menu item names. -[1214.1]- Update grepWinNP3 (GRE) version 2.1.4.32 (2020-12-14). -[1214.1]- Update Oniguruma Regex (ONI) engine version 6.9.7 (2020-12-07). +[1214.1]- Update grepWinNP3 (GRE) version 2.1.5.33 (2021-01-16). +[1214.1]- Update Oniguruma Regex (ONI) engine version 6.9.7 (2021-01-16). [1214.1]- Update Scintilla Library (SCI) version 4.4.6 (2020-12-01). -------------------------------------------------------- FIXES: -------------------------------------------------------- [.xxx.x]- . +[.116.1]- Buffer overrun while initializing structures. +[.116.1]- Try to fix Font Dialog (Size handling) problems (issue #3012). [1219.1]- F/R dialog: Transform Backslash option glitch. [1219.1]- F/R dialog: message box in case of not matching pattern. [1218.1]- Multi-Replace using RegExpr and Group-References. diff --git a/Versions/day.txt b/Versions/day.txt index dee79f109..4699eb3cc 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -114 +116 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index ec18b9d90..e64e87407 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 a0fb62624..fd0e1cf9a 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,7 +8,7 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 21 -#define VERSION_REV 114 +#define VERSION_REV 116 #define VERSION_BUILD 1 #define SCINTILLA_VER 446 #define ONIGURUMA_REGEX_VER 6.9.6