mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ Upd: Version files and Changes.txt
This commit is contained in:
parent
c26e1376e3
commit
335498a859
@ -33,13 +33,14 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.21.421.(build_#) (2021-04-21)
|
||||
Current BETA/RC Version 5.21.422.(build_#) (2021-04-22)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
NEW:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.422.1]- Support Scintilla's new feature: indicator stroke width.
|
||||
[.420.1]- TXT file for Translators to comunicate Line Mumbers of the "Added/Modified" strings.
|
||||
[.420.1]- Code Color for the "Change date" of the "Added/Modified" strings to translate".
|
||||
[.420.1]- More intermediate font weight constants added.
|
||||
@ -66,6 +67,7 @@ NEW:
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.422.1]- Code cleanup for Font and Style Selection.
|
||||
[.421.1]- Prefer "Cascadia Code" font over "Consolas" font for default if installed (ligatures).
|
||||
[.420.2]- Custom Font Selection Dialog.
|
||||
[.419.2]- Comment BockEdit shortcut changed (Ctl+Alt+Q => Alt+Shift+Q).
|
||||
|
||||
@ -1 +1 @@
|
||||
421
|
||||
422
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.421.1"
|
||||
version="5.21.422.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_REV 421
|
||||
#define VERSION_REV 422
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 501
|
||||
#define LEXILLA_VER 501
|
||||
|
||||
Loading…
Reference in New Issue
Block a user