mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Merge pull request #4064 from hpwamr/mui
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
8dca677df7
@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.22.430.(build_#) (2022-04-30)
|
||||
Current BETA/RC Version 5.22.502.(build_#) (2022-05-02)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -91,6 +91,8 @@ CHANGES Versions in Tools or Libraries:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.502.1]- Using "Cascadia Mono" over "Cascadia Code" if applicable (regarding to "Text File" Scheme change).
|
||||
[.502.1]- "Text File" Scheme: using Common (2nd) Base Font.
|
||||
[.430.1]- Using by error "Segoe UI" as default for pure "Text File" scheme.
|
||||
[.416.1]- Lexer style config names: differences between display and .ini-config.
|
||||
[.414.1]- Dark mode color style scheme global from common base/2nd.
|
||||
|
||||
@ -1 +1 @@
|
||||
430
|
||||
502
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.22.430.1"
|
||||
version="5.22.502.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 22
|
||||
#define VERSION_REV 430
|
||||
#define VERSION_REV 502
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 520
|
||||
#define LEXILLA_VER 515
|
||||
|
||||
Loading…
Reference in New Issue
Block a user