+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2021-04-22 16:01:55 +02:00
parent c26e1376e3
commit 335498a859
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA
4 changed files with 6 additions and 4 deletions

View File

@ -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).

View File

@ -1 +1 @@
421
422

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.21.421.1"
version="5.21.422.1"
type="win32"
/>
<description>Notepad3 beta</description>

View File

@ -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