From 7d07b7481fdda31c56a96af1e0a063a692765d7a Mon Sep 17 00:00:00 2001 From: Derick Payne Date: Mon, 16 Oct 2017 22:13:17 +0200 Subject: [PATCH] Preparing Build 610 --- Versions/build.txt | 2 +- distrib/Changes.txt | 11 +++++++++++ res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 4 ++-- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/Versions/build.txt b/Versions/build.txt index 695668ddc..502380c6c 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -605 +610 diff --git a/distrib/Changes.txt b/distrib/Changes.txt index a012b82fb..0e73f6746 100644 --- a/distrib/Changes.txt +++ b/distrib/Changes.txt @@ -2,6 +2,17 @@ Rizonesoft Notepad3 CHANGES ================================================== +-------------------------------------------------- +Version 2.17.1016.610 (16 October 2017) +-------------------------------------------------- +~ File History Dlg: rename button "Remove" -> "Discard" + (discard selected item from file history list). +~ Added remove button for list items. +~ Checkbox for "preserve caret position" settings. +~ Removed unnecessary build artifacts from np3portable. +~ Minor bugfixes for session feature + (file history: remember caret pos and encoding). + -------------------------------------------------- Version 2 Build 605 (15 October 2017) -------------------------------------------------- diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 37d7ab379..0dc1f349d 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 diff --git a/src/VersionEx.h b/src/VersionEx.h index 734294dd6..5403b35dd 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -1,5 +1,5 @@ #define VERSION_MAJOR 2 #define VERSION_MINOR 17 -#define VERSION_REV 1015 -#define VERSION_BUILD 605 +#define VERSION_REV 1016 +#define VERSION_BUILD 610 #define SCINTILLA_VER 400