mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ upd: Version files and Changes.txt
This commit is contained in:
parent
cce9568b32
commit
7effcb2a7e
@ -32,7 +32,7 @@ GRE - (GRE)pWinNP3 Search in Files Tool
|
||||
|
||||
|
||||
=====================================================
|
||||
Current RC1 Version 5.20.615.(build_#) (2020-06-15)
|
||||
Current RC1 Version 5.20.617.(build_#) (2020-06-17)
|
||||
=====================================================
|
||||
|
||||
-----------------------------------------------------
|
||||
@ -99,6 +99,8 @@ ENHANCEMENT:
|
||||
FIXES:
|
||||
-----------------------------------------------------
|
||||
-
|
||||
- DPI: awareness for Find/Replace-Dlg (remove resize property).
|
||||
- DPI: awareness for Lexer-Selection-Dlg (remove resize property).
|
||||
- DPI scaling for Scintilla surface component (thanx zufuliu).
|
||||
- Unexpected selection of hyperlink in first line on empty doubleclick.
|
||||
- Missing UI update (Margin Width).
|
||||
|
||||
@ -1 +1 @@
|
||||
616
|
||||
617
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.616.1"
|
||||
version="5.20.617.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 RC1</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 616
|
||||
#define VERSION_REV 617
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 443
|
||||
#define ONIGURUMA_REGEX_VER 6.9.5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user