diff --git a/Build/Changes.txt b/Build/Changes.txt index 450f20c49..acdf799d7 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.1227.(build_#) (2022-12-27) +Current BETA/RC Version 5.22.1228.(build_#) (2022-12-28) ======================================================== -------------------------------------------------------- @@ -63,6 +63,8 @@ NEW: CHANGES: -------------------------------------------------------- [.###.#]- . +[1228.1]- JSON lexer: Same style for SCE_JSON_COMPACTIRI and SCE_JSON_PROPERTYNAME (LEX). +[1228.1]- Status-bar double-click line-break mode: Cycle only between CR+LF <-> LF modes. [1220.1]- Update Lexer "AutoIt3 Script" to Autoit v3.3.16.1. [1220.1]- Adjust All dialogboxes for all Languages to fit at display scale of 125%. [1216.1]- Replacing SCI_REPLACETARGET calls by SCI_REPLACETARGETMINIMAL calls where appropriate. @@ -109,6 +111,7 @@ CHANGES Versions in Tools or Libraries: FIXES: -------------------------------------------------------- [.###.#]- . +[1228.1]- Speedup search&replace in large text files. [1227.1]- Use alternate path, if Path_GetKnownFolder() failed. [1215.1]- Set alpha (80) for "highlight current line" translucency, if not given. [1212.1]- "Notepad3 Replacement" after Win11 22H2 update (SUP). diff --git a/Versions/day.txt b/Versions/day.txt index 4f7203748..fe1b06087 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -1227 +1228 diff --git a/res/Notepad3.exe.conf.manifest b/res/Notepad3.exe.conf.manifest index 5f20531c0..f9711b600 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 4ee181328..5cb34511c 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,7 +8,7 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 22 -#define VERSION_REV 1227 +#define VERSION_REV 1228 #define VERSION_BUILD 1 #define SCINTILLA_VER 532 #define LEXILLA_VER 521