From 30bd673ef3633b442c19c5957e639608037e3256 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Sat, 25 Sep 2021 17:28:13 +0200 Subject: [PATCH] + Upd: Version files and Changes.txt --- Build/Changes.txt | 3 ++- Versions/day.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index 2f05d2dd2..e2124febb 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.924.(build_#) (2021-09-24) +Current BETA/RC Version 5.21.925.(build_#) (2021-09-25) ======================================================== -------------------------------------------------------- @@ -65,6 +65,7 @@ CHANGES Versions in Tools or Libraries: FIXES: -------------------------------------------------------- [.###.#]- . +[.925.1]- Correction of some wrong keyboard shortcut (Alt+ Up, Alt+ Down). [.924.1]- Translucency (alpha) settings for white-space indicator. [.915.1]- Dark mode aware auto-completion-list-box. [.915.1]- Goto-Dialog: digit grouping of line/column numbers. diff --git a/Versions/day.txt b/Versions/day.txt index 0dac14917..ced7b1ba5 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -924 +925 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index b8f9a3e92..a72d2e7f1 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 f53ba6fac..b09f019ad 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 924 +#define VERSION_REV 925 #define VERSION_BUILD 1 #define SCINTILLA_VER 511 #define LEXILLA_VER 511