Merge pull request #3980 from hpwamr/mui

+ Upd: Version files and Changes.txt
This commit is contained in:
Pairi Daiza 2022-02-17 21:21:59 +01:00 committed by GitHub
commit 7d030b15d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -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).

View File

@ -1 +1 @@
1
2

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Rizonesoft.Notepad3"
processorArchitecture="*"
version="5.22.217.1"
version="5.22.217.2"
type="win32"
/>
<description>Notepad3 beta</description>

View File

@ -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