diff --git a/Build/Changes.txt b/Build/Changes.txt index 8fae6842b..fddc2078e 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -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). diff --git a/Versions/day.txt b/Versions/day.txt index 227b54a06..25e1ae45f 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -802 +803 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 77b1f63a3..ea293c0df 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 BETA diff --git a/src/VersionEx.h b/src/VersionEx.h index 37c09d69c..8964a0225 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -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