mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Merge pull request #4404 from hpwamr/Mui_Beta
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
8345998e72
@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.22.1216.(build_#) (2022-12-16)
|
||||
Current BETA/RC Version 5.22.1220.(build_#) (2022-12-20)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -62,6 +62,8 @@ NEW:
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[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.
|
||||
[1212.1]- Extend AutoCloseBrackets (by Matteo-Nigro PR #4318) for Selection.
|
||||
[1118.2]- Using new AviSynth+ keyword lists and AviSynth colors (light/dark mode).
|
||||
|
||||
@ -1 +1 @@
|
||||
1216
|
||||
1220
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
version="5.22.1216.1"
|
||||
version="5.22.1220.1"
|
||||
processorArchitecture="*"
|
||||
type="win32"
|
||||
/>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 22
|
||||
#define VERSION_REV 1216
|
||||
#define VERSION_REV 1220
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 532
|
||||
#define LEXILLA_VER 521
|
||||
|
||||
Loading…
Reference in New Issue
Block a user