From 9d80dde8f16bc14810dbdd3d4932fea0dcfa5aa1 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Sun, 1 Jan 2023 22:08:27 +0100 Subject: [PATCH] + Upd: Version files and Changes.txt --- Build/Changes.txt | 5 +++-- Versions/day.txt | 2 +- res/Notepad3.exe.conf.manifest | 2 +- src/VersionEx.h | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index 32db02418..67b0e91d8 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -2,7 +2,7 @@ = = = Notepad3 - light-weight Scintilla-based text editor for Windows = = = -= (c) Rizonesoft 2008-2022 = += (c) Rizonesoft 2008-2023 = = https://www.rizonesoft.com = = = ================================================================================ @@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.22.1230.(build_#) (2022-12-30) +Current BETA/RC Version 5.23.101.(build_#) (2023-01-01) ======================================================== -------------------------------------------------------- @@ -63,6 +63,7 @@ NEW: CHANGES: -------------------------------------------------------- [.###.#]- . +[.101.1]- Fix and refactoring window positioning respecting monitor DPI. [1230.1]- Revert to Lexilla's standard Markdown lexer (LEX). [1230.1]- Change background color for Heading 1 to enhance contrast to std Hyperlink (LEX). [1230.1]- Visible representation of EOL characters. diff --git a/Versions/day.txt b/Versions/day.txt index f70eccf23..398050c62 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -1230 +101 diff --git a/res/Notepad3.exe.conf.manifest b/res/Notepad3.exe.conf.manifest index 67e2c3dd1..a4c2376ec 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 cf56ce7b1..8db880c77 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -7,8 +7,8 @@ #define APPNAME Notepad3 #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 -#define VERSION_MINOR 22 -#define VERSION_REV 1230 +#define VERSION_MINOR 23 +#define VERSION_REV 101 #define VERSION_BUILD 1 #define SCINTILLA_VER 532 #define LEXILLA_VER 521