From 4abe7e8aa733fe89a0bb5743013cbcfe4b065de9 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Mon, 2 Jan 2023 21:35:59 +0100 Subject: [PATCH] + Upd: Version files and Changes.txt --- Build/Changes.txt | 6 ++++-- Versions/day.txt | 2 +- res/Notepad3.exe.conf.manifest | 2 +- src/VersionEx.h | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index 67b0e91d8..f6ad5ceca 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -34,13 +34,14 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.23.101.(build_#) (2023-01-01) +Current BETA/RC Version 5.23.102.(build_#) (2023-01-02) ======================================================== -------------------------------------------------------- NEW: -------------------------------------------------------- [.###.#]- . +[.102.1]- Allow Line Number color to be alpha blended (e.g. DarkMode). [1223.1]- Allow "Notepad3 x64 Setup" to install on Win11 Arm (64-bit emulation). [1212.1]- Implementation of automatic parenthesis closure. [1029.1]- Darkmode highlight (foreground) contrast settings + default reduction to 75%. @@ -63,7 +64,7 @@ NEW: CHANGES: -------------------------------------------------------- [.###.#]- . -[.101.1]- Fix and refactoring window positioning respecting monitor DPI. +[.101.1]- Refactoring and fix 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. @@ -117,6 +118,7 @@ CHANGES Versions in Tools or Libraries: FIXES: -------------------------------------------------------- [.###.#]- . +[.102.1]- Minor design change and some fixes for Margin and Bookmark handling. [1230.1]- Minor bugs related to new feature Change-History. [1230.1]- (re)setting default window position in case of non std DPI resolution. [1228.1]- Speedup search&replace in large text files. diff --git a/Versions/day.txt b/Versions/day.txt index 398050c62..257e56326 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -101 +102 diff --git a/res/Notepad3.exe.conf.manifest b/res/Notepad3.exe.conf.manifest index a4c2376ec..baefbadc0 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 8db880c77..b9f1d370f 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,7 +8,7 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 23 -#define VERSION_REV 101 +#define VERSION_REV 102 #define VERSION_BUILD 1 #define SCINTILLA_VER 532 #define LEXILLA_VER 521