From 8196e9d870bd3c1beecf735d125c66be4063139c Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Wed, 1 Dec 2021 17:24:00 +0100 Subject: [PATCH] + Upd: Version files and Changes.txt --- Build/Changes.txt | 8 ++++++-- Readme.md | 4 ++-- Versions/day.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 2 +- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index 60f694054..0235ce9f7 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.21.1130.(build_#) (2021-11-30) +Current BETA/RC Version 5.21.1201.(build_#) (2021-12-01) ======================================================== -------------------------------------------------------- @@ -54,15 +54,19 @@ CHANGES: -------------------------------------------------------- CHANGES Versions in Tools or Libraries: -------------------------------------------------------- +[1201.1]- Update grepWinNP3 (GRE) version 2.1.9.41 (2021-11-30). [1130.1]- Update Scintilla Library (SCI) version 5.1.4 (2021-11-08). [1130.1]- Update Lexilla Library (LEX) version 5.1.3 (2021-11-08). -[1130.1]- Update grepWinNP3 (GRE) version 2.1.8.40 (2021-10-19). [1130.1]- Update Oniguruma Regex (ONI) engine version 7.0.0 (2021-10-19). -------------------------------------------------------- FIXES: -------------------------------------------------------- [.###.#]- . +[1201.1]- Locale settings dependent Themes Menu (Standard Config). +[1201.1]- Add to Favorites: keep base-filename + extension. +[1201.1]- Find file extension. +[1201.1]- Reading initial style config. [1130.1]- Small LongPath bugfixes. [1130.1]- Notification blocker on loading huge files. [1130.1]- Heap corruption on retrieving text from combo box. diff --git a/Readme.md b/Readme.md index 960846979..707e23faa 100644 --- a/Readme.md +++ b/Readme.md @@ -355,9 +355,9 @@ See Replacing Windows Notepad for detailed explanations. This items are managed by Notepad3. - `Menu->View->Position->Sticky Window Position` (Will remember current window position on restart, instead of last closed position (save on exit)) -#### `LaunchInstanceWndPosOffset=0` +#### `LaunchInstanceWndPosOffset=28` -#### `LaunchInstanceFullVisible=false` +#### `LaunchInstanceFullVisible=true` #### `UseOldStyleBraceMatching=0` diff --git a/Versions/day.txt b/Versions/day.txt index 5e8d8532e..44acfebd5 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -1130 +1201 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 01230a6c4..e49ade6f4 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 ce85b96a8..466b53bf2 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 1130 +#define VERSION_REV 1201 #define VERSION_BUILD 1 #define SCINTILLA_VER 514 #define LEXILLA_VER 513