+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2022-12-23 13:55:42 +01:00
parent 5db9feea8a
commit f3dabab81d
No known key found for this signature in database
GPG Key ID: AC2515EF755AF96F
4 changed files with 5 additions and 4 deletions

View File

@ -34,13 +34,14 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.22.1220.(build_#) (2022-12-20)
Current BETA/RC Version 5.22.1223.(build_#) (2022-12-23)
========================================================
--------------------------------------------------------
NEW:
--------------------------------------------------------
[.###.#]- .
[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%.
[1018.1]- Add example for tinyexpr in Modify Lines dialog.

View File

@ -1 +1 @@
1220
1223

View File

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

View File

@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 22
#define VERSION_REV 1220
#define VERSION_REV 1223
#define VERSION_BUILD 1
#define SCINTILLA_VER 532
#define LEXILLA_VER 521