mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Merge pull request #2625 from hpwamr/mui
+ upd: Version files and Changes.txt
This commit is contained in:
commit
5bc0a3a4aa
@ -33,13 +33,14 @@ SUP - (S)et(UP) / Installer Package
|
||||
|
||||
|
||||
=====================================================
|
||||
Current BETA Version 5.20.805.(build_#) (2020-08-05)
|
||||
Current BETA Version 5.20.808.(build_#) (2020-08-08)
|
||||
=====================================================
|
||||
|
||||
-----------------------------------------------------
|
||||
NEW:
|
||||
-----------------------------------------------------
|
||||
[.###.#]-
|
||||
[.808.1]- Configuration for "Search in Files" toolbar labe.
|
||||
[.802.1]- Configuration ([Settings2]LargeIconScalePrecent) percent threshold to switch to
|
||||
bigger file types icons (lexer style selections).
|
||||
[.727.1]- DPI-Aware treeview/listview lexer type icons.
|
||||
@ -73,6 +74,8 @@ ENHANCEMENT:
|
||||
FIXES:
|
||||
-----------------------------------------------------
|
||||
[.###.#]-
|
||||
[.808.1]- Center system's MessageBox in parent window.
|
||||
[.808.1]- Relative calculation of title font size for AboutBox and CS dialog.
|
||||
[.805.1]- Unicode Point detection and enhanced Color Tag contrast on hoover.
|
||||
[.805.1]- DPI-Awareness of "Customize Schemes..." dialog icon eye sugar.
|
||||
[.805.1]- DateTime and Timestamp handling.
|
||||
|
||||
@ -1 +1 @@
|
||||
805
|
||||
808
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.805.1"
|
||||
version="5.20.808.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 805
|
||||
#define VERSION_REV 808
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 444
|
||||
#define ONIGURUMA_REGEX_VER 6.9.5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user