mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Merge pull request #3617 from hpwamr/mui
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
2814456809
@ -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.
|
||||
|
||||
@ -1 +1 @@
|
||||
826
|
||||
827
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user