mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ Upd: Version files and Changes.txt
This commit is contained in:
parent
5db9feea8a
commit
f3dabab81d
@ -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.
|
||||
|
||||
@ -1 +1 @@
|
||||
1220
|
||||
1223
|
||||
|
||||
@ -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"
|
||||
/>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user