Merge pull request #3617 from hpwamr/mui

+ Upd: Version files and Changes.txt
This commit is contained in:
Rainer Kottenhoff 2021-08-27 16:56:29 +02:00 committed by GitHub
commit 2814456809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 4 deletions

View File

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

View File

@ -1 +1 @@
826
827

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Rizonesoft.Notepad3"
processorArchitecture="*"
version="5.21.826.1"
version="5.21.827.1"
type="win32"
/>
<description>Notepad3 rc</description>

View File

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