+ upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2020-08-17 11:27:45 +02:00
parent 15522964de
commit 1f8bd3b908
4 changed files with 6 additions and 5 deletions

View File

@ -33,7 +33,7 @@ SUP - (S)et(UP) / Installer Package
=====================================================
Current BETA Version 5.20.816.(build_#) (2020-08-16)
Current BETA Version 5.20.817.(build_#) (2020-08-17)
=====================================================
-----------------------------------------------------
@ -57,7 +57,7 @@ NEW:
CHANGES:
-----------------------------------------------------
[.###.#]-
[.816.1]- Use optimized Asian UI fonts for dialog boxes.
[.816.1]- Use optimized Asian UI fonts for Notepad3 dialog boxes.
[.815.1]- Focused View: scroll to current position on each toggle.
[.805.1]- "grepWinNP3": add OS architecture (x64) - AboutBox (GRE).
[.805.1]- Replace "64-bit"/"BETA" by "x64"/"beta" to shorter the version name.
@ -82,6 +82,7 @@ ENHANCEMENT:
FIXES:
-----------------------------------------------------
[.###.#]-
[.817.1]- Reload language resource for about-box on init (maybe language changed).
[.815.1]- DPI Awarenes of window positions (default, sticky, ...).
[.813.1]- Center dialo in parent (if parent is minimized).
[.812.1]- Fix copy search for & path to (only one) existing instance (GRE).

View File

@ -1 +1 @@
816
817

View File

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

View File

@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 816
#define VERSION_REV 817
#define VERSION_BUILD 1
#define SCINTILLA_VER 444
#define ONIGURUMA_REGEX_VER 6.9.5