+ upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2020-08-01 22:27:42 +02:00
parent ad14eb391b
commit a1be3db2f6
6 changed files with 12 additions and 5 deletions

View File

@ -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.

View File

@ -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.

View File

@ -1 +1 @@
729
801

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.729.1"
version="5.20.801.1"
type="win32"
/>
<description>Notepad3 BETA</description>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

View File

@ -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