diff --git a/Build/Changes.txt b/Build/Changes.txt index 48563a647..5452925cb 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -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. diff --git a/Versions/day.txt b/Versions/day.txt index cc34bb397..5af3be1c6 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -805 +808 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 2f056df17..c40f19d1e 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 beta diff --git a/src/VersionEx.h b/src/VersionEx.h index 5af5e6408..7b9076d65 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -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