From 6a7f5472a583ac458f7ef87d2a29b641aed4f747 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Fri, 24 Jan 2020 15:12:29 +0100 Subject: [PATCH] + Add version files for beta channel (Build_2713) --- Build/Changes.txt | 7 ++++--- Versions/build.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index 39b0d675d..178eae29b 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -31,7 +31,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ===================================================== -Current BETA Version 5.20.123.(build_#) (2020-01-23) +Current BETA Version 5.20.124.(build_#) (2020-01-24) ===================================================== ----------------------------------------------------- @@ -93,7 +93,7 @@ CHANGES: ----------------------------------------------------- ENHANCEMENT: ----------------------------------------------------- -- Multiline search/find. +- Multi-line Search Find/Replace. - Apply Start Case to AutoHotkey Lexer. - Change to 1-pass (file open/close) to save settings in Notepad3.ini. - Enclosing selection with HTML-Tag - Remember last pattern (session). @@ -103,7 +103,8 @@ ENHANCEMENT: ----------------------------------------------------- FIXES: ----------------------------------------------------- -- Allow multi-line search pattern. +- Clipboard multi-line paste hook for Find/Replace pattern CB. +- Allow multi-line Search Find/Replace pattern. - IME color and IME color styler. - Wrong language reference for lexer : "Tag". - "Recent Files" History handling. diff --git a/Versions/build.txt b/Versions/build.txt index e41db8b9d..c98e88a99 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -2712 +2713 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index b992e3f1a..074ca286a 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 556d9d06c..d71bccebd 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 123 -#define VERSION_BUILD 2712 +#define VERSION_REV 124 +#define VERSION_BUILD 2713 #define SCINTILLA_VER 430 #define ONIGURUMA_REGEX_VER 6.9.4 #define UCHARDET_VER 2018.09.27