Merge pull request #2600 from hpwamr/mui

+ upd: Version files and Changes.txt
This commit is contained in:
Pairi Daiza 2020-08-03 18:55:12 +02:00 committed by GitHub
commit 2d7bf377ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 4 deletions

View File

@ -33,7 +33,7 @@ SUP - (S)et(UP) / Installer Package
=====================================================
Current BETA Version 5.20.802.(build_#) (2020-08-02)
Current BETA Version 5.20.803.(build_#) (2020-08-03)
=====================================================
-----------------------------------------------------
@ -50,6 +50,7 @@ NEW:
CHANGES:
-----------------------------------------------------
[.###.#]-
[.803.1]- Title font change DPI-Awareness for About and Customize Schemes dialog.
[.802.1]- Resample scaling of info-box icons on DPI change.
[.802.1]- Revert System's Message box for "save confirmation" (if message beeps are allowed).
[.802.1]- High Quality Bitmap resampling method (Rizonesoft Bitmap).
@ -70,6 +71,7 @@ ENHANCEMENT:
FIXES:
-----------------------------------------------------
[.###.#]-
[.803.1]- No read-only file attribute if removed externally.
[.802.1]- Some more DPI-Awareness issues.
[.801.1]- Ensure selection visible (scroll to current position).
[.801.1]- Extend selection to next find (Ctrl+Alt+F2).

View File

@ -1 +1 @@
802
803

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.802.1"
version="5.20.803.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 802
#define VERSION_REV 803
#define VERSION_BUILD 1
#define SCINTILLA_VER 444
#define ONIGURUMA_REGEX_VER 6.9.5