diff --git a/Build/Changes.txt b/Build/Changes.txt index dd9f635e4..d3a9204a1 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.805.(build_#) (2021-08-05) +Current BETA/RC Version 5.21.806.(build_#) (2021-08-06) ======================================================== -------------------------------------------------------- NEW: -------------------------------------------------------- [.###.#]- . +[.805.1]- File URL forced to open in new window by (Ctrl+Alt+Click). [.805.1]- File change notification, if removed current file is recreated. [.805.1]- Allow definition of line number for file:/// URL (separator is ':' ). [.804.2]- File change notification Dlg: add "Indicator (silent) option. @@ -151,6 +152,7 @@ CHANGES Versions in Tools or Libraries: FIXES: -------------------------------------------------------- [.###.#]- . +[.806.1]- Launching file URL (Alt+Click) with respect to flags "Reuse Window" and "Only one Instance per File". [.805.1]- File URL tooltip. [.804.1]- Incomplete default Dark Mode Scheme. [.804.1]- Config version dependent "FileWatchingMode" settings value. diff --git a/Versions/day.txt b/Versions/day.txt index cc34bb397..85fd1d2b2 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -805 +806 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index ec6734aef..130e711c7 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 e97911c8d..33bb4f702 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 805 +#define VERSION_REV 806 #define VERSION_BUILD 1 #define SCINTILLA_VER 511 #define LEXILLA_VER 511