From 241d0660094917db998f642e25208e36ec3f9564 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Tue, 15 Nov 2022 18:08:44 +0100 Subject: [PATCH] + Upd: Version files and Changes.txt --- Build/Changes.txt | 12 +++++------- Versions/build.txt | 2 +- Versions/day.txt | 2 +- res/Notepad3.exe.conf.manifest | 2 +- src/VersionEx.h | 4 ++-- 5 files changed, 10 insertions(+), 12 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index 7b99fa1f3..ea5998af1 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.22.1114.(build_#) (2022-11-14) +Current BETA/RC Version 5.22.1115.(build_#) (2022-11-15) ======================================================== -------------------------------------------------------- @@ -63,10 +63,8 @@ NEW: CHANGES: -------------------------------------------------------- [.###.#]- . +[1115.1]- Refactoring common base and subsequent syntax base font handling. [1114.1]- Minor corrections to project properties. -[1114.1]- VS2022-vc143 build (WM_DPICHANGED not send). -[1114.1]- Revert all NP3 project files to vc142 toolset. -[1114.1]- Workaround to fix DPI scaling issues related to VS2022 compiler toolset. [1104.1]- Full font description in resource files. [1029.1]- Refactoring of undo/redo and document modify handler. [1020.1]- Standard DarkMode Theme. @@ -122,12 +120,12 @@ CHANGES Versions in Tools or Libraries: FIXES: -------------------------------------------------------- [.###.#]- . +[1115.1]- Revert relative size for ANSI Art. [1114.1]- Reset change history except in case of "revert from file". +[1114.1]- VS2022-vc143 build (WM_DPICHANGED not send). [1114.1]- Set correct _WIN32_WINNT version (0x0601 /*_WIN32_WINNT_WIN7*/). [1114.1]- Common Base Whitespace style not cleared if default. -[1114.1]- Linker must generate Manifest (???). -[1114.1]- All static link libs should be toolset vc142 compiled. -[1114.1]- Adapt AppVeyor AHK Tests to vc142. +[1114.1]- Linker must generate Manifest. [1114.1]- Don't store contrast adapted dark mode foreground color themes. [1104.1]- Common base font size scheme handling. [1104.1]- Context menu: web action handler. 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 2b4ff5662..1b6d75c84 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -1114 +1115 diff --git a/res/Notepad3.exe.conf.manifest b/res/Notepad3.exe.conf.manifest index 851fb163d..1eafc26c8 100644 --- a/res/Notepad3.exe.conf.manifest +++ b/res/Notepad3.exe.conf.manifest @@ -3,7 +3,7 @@ diff --git a/src/VersionEx.h b/src/VersionEx.h index e3fda68a6..b0f2c9de4 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,8 +8,8 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 22 -#define VERSION_REV 1114 -#define VERSION_BUILD 2 +#define VERSION_REV 1115 +#define VERSION_BUILD 1 #define SCINTILLA_VER 531 #define LEXILLA_VER 520 #define ONIGURUMA_REGEX_VER 6.9.8