Merge pull request #3116 from hpwamr/mui

+ Upd: Version files and Changes.txt
This commit is contained in:
Pairi Daiza 2021-02-18 09:11:40 +01:00 committed by GitHub
commit f4e22325c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 4 deletions

View File

@ -32,7 +32,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.215.(build_#) (2021-02-15)
Current BETA/RC Version 5.21.218.(build_#) (2021-02-18)
========================================================
--------------------------------------------------------
@ -67,6 +67,7 @@ NEW:
CHANGES:
--------------------------------------------------------
[.xxx.x]- .
[.218.1]- Find/Repl dialog - refactoring and minor fixes.
[.213.1]- JSON5 enhancements to Scintilla's original JSON-Lexer.
[.211.1]- Statusbar Selection-Info: switch to byte (instead of character) counting for huge files.
[.205.1]- Revert minor insert date/time format changes.
@ -111,6 +112,9 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.xxx.x]- .
[.218.1]- ReplaceAll. avoid busy loop (infinity) while replacing zero-length-match (RegExpr).
[.218.1]- F/R dialog don't change selection by typing search pattern.
[.218.1]- F/R show wrap-around tooltip only if message boxes are hidden.
[.215.1]- JSON5 string line continuation.
[.212.1]- Context-Menu Handling in Release Mode.
[.211.1]- Burndown some VS Analyze Mode Infos/Warnings.

View File

@ -1 +1 @@
215
218

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.21.215.1"
version="5.21.218.1"
type="win32"
/>
<description>Notepad3 rc</description>

View File

@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 215
#define VERSION_REV 218
#define VERSION_BUILD 1
#define SCINTILLA_VER 446
#define ONIGURUMA_REGEX_VER 6.9.6