+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2022-12-28 20:19:51 +01:00
parent 11eb839792
commit 79290dc5cf
No known key found for this signature in database
GPG Key ID: AC2515EF755AF96F
4 changed files with 7 additions and 4 deletions

View File

@ -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).

View File

@ -1 +1 @@
1227
1228

View File

@ -3,7 +3,7 @@
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity
name="Rizonesoft.Notepad3"
version="5.22.1227.1"
version="5.22.1228.1"
processorArchitecture="*"
type="win32"
/>

View File

@ -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