diff --git a/Build/Changes.txt b/Build/Changes.txt index a613ec444..8724ec585 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -33,13 +33,14 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.21.803.(build_#) (2021-08-03) +Current BETA/RC Version 5.21.804.(build_#) (2021-08-04) ======================================================== -------------------------------------------------------- NEW: -------------------------------------------------------- [.###.#]- . +[.804.1]- File on disk changed notification in title bar. [.726.1]- "grepWinNP3" (current grepWin dev) allow multiple search paths (GRE). [.709.2]- Add "KiXtart" lexer (new in Lexilla) (LEX). [.709.1]- Integrating style theme "Sombra" as factory default Dark-Mode theme. @@ -75,6 +76,7 @@ NEW: CHANGES: -------------------------------------------------------- [.###.#]- . +[.804.1]- Minor changed regarding file changed indicator. [.803.1]- New Sombra scheme as default Dark Mode coloring theme. [.803.1]- Optimized default style handling for settings file (Dark Mode). [.803.1]- Adapted other Dark Mode Theme Files. @@ -145,6 +147,8 @@ CHANGES Versions in Tools or Libraries: FIXES: -------------------------------------------------------- [.###.#]- . +[.804.1]- File change notification in Title Bar. +[.804.1]- Trigger reset file changed on disc flag. [.724.1]- Remove multiple file Notification, if current file has been deleted. [.723.1]- F/R-Dlg: show match while typing protected characters. [.722.1]- Fixing "infinite" loop in Markdown Lexer. diff --git a/Versions/day.txt b/Versions/day.txt index 25e1ae45f..14b76cb9e 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -803 +804 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index c32f5ee75..f715029fa 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 5293d4c78..f0cb11a0f 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,7 +8,7 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 21 -#define VERSION_REV 803 +#define VERSION_REV 804 #define VERSION_BUILD 1 #define SCINTILLA_VER 511 #define LEXILLA_VER 511