diff --git a/Build/Changes.txt b/Build/Changes.txt index 6417df415..b56f056e4 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -33,7 +33,7 @@ SUP - (S)et(UP) / Installer Package ===================================================== -Current BETA Version 5.20.729.(build_#) (2020-07-29) +Current BETA Version 5.20.801.(build_#) (2020-08-01) ===================================================== ----------------------------------------------------- @@ -46,6 +46,8 @@ NEW: CHANGES: ----------------------------------------------------- - +- High Quality Bitmap resampling method (Rizonesoft Bitmap). +- DPI-Aware About & Custom.Scheme dialog. - Swap Shortcuts: "Search in Files" -> "Ctrl+Shift+F" and Toggle Folds -> "Ctrl+Alt+F". - Review document modified handler (dirty-flag). - Update grepWinNP3 (GRE) version 2.1.3.21 (2020-07-24). @@ -61,6 +63,11 @@ ENHANCEMENT: FIXES: ----------------------------------------------------- - +- +- Ensure selection visible (scroll to current position). +- Extend selection to next find (Ctrl+Alt+F2). +- DPI-Awareness of About-Dlg (especially RichEdit-Ctrl). +- Non case sensitive style attribute search (find file extensions non case sensitive). - Notepad3 should save (no ask) & exit on Shift+ESC Hotkey. - Clear selection by ESC should not populate undo/redo stack. - No document modified flag on forced re-decode file (recode) w/ other encoding. diff --git a/Build/Docs/Notepad3.txt b/Build/Docs/Notepad3.txt index aa260b655..d1869501d 100644 --- a/Build/Docs/Notepad3.txt +++ b/Build/Docs/Notepad3.txt @@ -99,7 +99,7 @@ Shift+F2 Go to privious bookmark. Ctrl+F2 Set/Reset bookmark. Alt+F2 Clear all. -Ctrl+Shift+F Toggle all folds. +Ctrl+Alt+F Toggle all folds. Ctrl+Alt+F2 Expand selection to next match. Ctrl+Alt+Shift+F2 Expand selection to previous match. diff --git a/Versions/day.txt b/Versions/day.txt index 1f276db26..8bce69f50 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -729 +801 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index b6c07b92d..69292ce52 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 BETA diff --git a/res/rizonesoft_t.bmp b/res/rizonesoft_t.bmp deleted file mode 100644 index 3c3637731..000000000 Binary files a/res/rizonesoft_t.bmp and /dev/null differ diff --git a/src/VersionEx.h b/src/VersionEx.h index 207525c59..d0e3c602a 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 729 +#define VERSION_REV 801 #define VERSION_BUILD 1 #define SCINTILLA_VER 444 #define ONIGURUMA_REGEX_VER 6.9.5