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
da6618fc9a
commit
9bdffb5619
@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.22.1213.(build_#) (2022-12-13)
|
||||
Current BETA/RC Version 5.22.1215.(build_#) (2022-12-15)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -105,6 +105,7 @@ CHANGES Versions in Tools or Libraries:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[1215.1]- Set alpha (80) for "highlight current line" translucency, if not given.
|
||||
[1212.1]- "Notepad3 Replacement" after Win11 22H2 update (SUP).
|
||||
[1212.1]- Oniguruma fix (ONIG_OPTION_FIND_LONGEST behavior) (ONI).
|
||||
[1212.1]- Make current line visible after word-wrap-mode toggle.
|
||||
|
||||
@ -1 +1 @@
|
||||
1213
|
||||
1215
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
version="5.22.1213.1"
|
||||
version="5.22.1215.1"
|
||||
processorArchitecture="*"
|
||||
type="win32"
|
||||
/>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 22
|
||||
#define VERSION_REV 1213
|
||||
#define VERSION_REV 1215
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 532
|
||||
#define LEXILLA_VER 521
|
||||
|
||||
Loading…
Reference in New Issue
Block a user