diff --git a/Build/Changes.txt b/Build/Changes.txt index a7cd7934b..9be9b025e 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -53,6 +53,7 @@ NEW: CHANGES: -------------------------------------------------------- [.###.#]- . +[.217.2]- Drag&drop text snippet while ALT-Key down will not scroll. [.214.1]- "grepWinNP3": make runtime statically linking (GRE). [.211.1]- Pimping UCHARDET encoding detector. [.128.1]- CamelCase WordLists for AHK Lexer. @@ -82,6 +83,10 @@ CHANGES Versions in Tools or Libraries: FIXES: -------------------------------------------------------- [.###.#]- . +[.217.2]- Find-Pattern storage handling. +[.217.2]- Find Next/Prev behavior. +[.217.2]- Regression caused by previous fix. +[.217.2]- Mark all occurrences: move caret to end of main selection. [.217.1]- Preserve Caret position (issue 3927). [.217.1]- Fill Find pattern on F/R-dialog init, prefer clipboard over search history. [.216.1]- ID mismatch using 'enter' to close infobox (vs. 'yes/ok' button). diff --git a/Versions/build.txt b/Versions/build.txt index d00491fd7..0cfbf0888 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -1 +2 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 62f9a8455..6a1b8b66c 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 7488cf291..af3942353 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -9,7 +9,7 @@ #define VERSION_MAJOR 5 #define VERSION_MINOR 22 #define VERSION_REV 217 -#define VERSION_BUILD 1 +#define VERSION_BUILD 2 #define SCINTILLA_VER 520 #define LEXILLA_VER 515 #define ONIGURUMA_REGEX_VER 7.0.0