diff --git a/Build/Changes.txt b/Build/Changes.txt index 09690a5ad..36767a3bf 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.21.826.(build_#) (2021-08-26) +Current BETA/RC Version 5.21.827.(build_#) (2021-08-27) ======================================================== -------------------------------------------------------- @@ -162,6 +162,9 @@ CHANGES Versions in Tools or Libraries: FIXES: -------------------------------------------------------- [.###.#]- . +[.827.1]- Broken "scroll undo/redo history via mouse (RMB+WHEEL)" feature. +[.827.1]- Don't jump on initial F/R Dialog on empty clipboard. +[.827.1]- Cursor hand on ctrl-keydown hover hyperlink. [.826.1]- Show hand cursor on hyperlink after dwell time (if ctrl key pressed). [.825.2]- Caret change to hand over hyperlink only if ctrl is pressed. [.825.1]- Some minor corrections on visual appearance. diff --git a/Versions/day.txt b/Versions/day.txt index a05e0eedc..9ebf09b35 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -826 +827 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index c270f56c9..b232e0624 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 rc diff --git a/src/VersionEx.h b/src/VersionEx.h index 296e10faf..7169353df 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,7 +8,7 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 21 -#define VERSION_REV 826 +#define VERSION_REV 827 #define VERSION_BUILD 1 #define SCINTILLA_VER 511 #define LEXILLA_VER 511