mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Merge pull request #2600 from hpwamr/mui
+ upd: Version files and Changes.txt
This commit is contained in:
commit
2d7bf377ab
@ -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).
|
||||
|
||||
@ -1 +1 @@
|
||||
802
|
||||
803
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.802.1"
|
||||
version="5.20.803.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 BETA</description>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user