From 0b6165be20a05d795e652592b285f849e199f584 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Mon, 14 Sep 2020 23:44:49 +0200 Subject: [PATCH] + upd: Version files and Changes.txt --- Build/Changes.txt | 4 +++- Versions/build.txt | 2 +- Versions/day.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 4 ++-- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index 244e95408..be98cb37e 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -32,7 +32,7 @@ SUP - (S)et(UP) / Installer Package ======================================================== -Current BETA/RC Version 5.20.913.(build_#) (2020-09-13) +Current BETA/RC Version 5.20.914.(build_#) (2020-09-14) ======================================================== -------------------------------------------------------- @@ -64,6 +64,7 @@ NEW: CHANGES: -------------------------------------------------------- [.###.#]- +[.914.1]- F/R Dialog: toggle "Esc Ctrl Chr", try reverse operation if no length change [.913.1]- Bad design: F/R dialog: remove auto Esc Ctrl Chr (changed to manual explicit). [.901.1]- Open Recent File: Rename the Cancel button to Close button. [.901.1]- grepWinNP3: alpha transparency on losing focus. @@ -97,6 +98,7 @@ CHANGES: FIXES: -------------------------------------------------------- [.###.#]- +[.914.1]- TinyExpr: crash on rectangular selection. [.912.1]- TinyExpr: enable CP1252 operators '×'(mul) and '÷'(div). [.912.1]- TinyExpr: ignoring currency chars ("$€¢£¥") in expressions. [.912.1]- TinyExpr: "=?" result not taken into account. diff --git a/Versions/build.txt b/Versions/build.txt index 0cfbf0888..d00491fd7 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -2 +1 diff --git a/Versions/day.txt b/Versions/day.txt index d6904a94b..6cf44bc0b 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -913 +914 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 4976c6be2..46aea6bd8 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 rc diff --git a/src/VersionEx.h b/src/VersionEx.h index c8bd8c7a0..24a5aaf36 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,8 +8,8 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 20 -#define VERSION_REV 913 -#define VERSION_BUILD 2 +#define VERSION_REV 914 +#define VERSION_BUILD 1 #define SCINTILLA_VER 444 #define ONIGURUMA_REGEX_VER 6.9.5 #define UCHARDET_VER 2018.09.27