Merge pull request #2778 from hpwamr/mui

+ upd: Version files and Changes.txt
This commit is contained in:
Pairi Daiza 2020-09-11 01:25:49 +02:00 committed by GitHub
commit 93a2f0a23e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 4 deletions

View File

@ -33,13 +33,14 @@ SUP - (S)et(UP) / Installer Package
========================================================
Current BETA/RC Version 5.20.909.(build_#) (2020-09-09)
Current BETA/RC Version 5.20.911.(build_#) (2020-09-11)
========================================================
--------------------------------------------------------
NEW:
--------------------------------------------------------
[.###.#]-
[.911.1]- Allow colon (:) as alternate divide operator to calculate TinyExpr.
[.825.1]- grepWinNP3: default extension on saving search result list.
[.824.1]- Focused-View: mode Fold-Only.
[.823.1]- Mark Occurrences: show additional Bookmark (Arrows).
@ -102,6 +103,7 @@ ENHANCEMENT:
FIXES:
--------------------------------------------------------
[.###.#]-
[.911.1]- Allow RETURN / ENTER after equal sign (=) to calculate TinyExpr.
[.908.1]- SubMenu active marker (Occurrences Indicator Options).
[.906.1]- Delete marker of (comletely) deleted lines.
[.905.1]- Initial state of "Focus View" button in F/R-Dlg.

View File

@ -1 +1 @@
909
911

View File

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

View File

@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 909
#define VERSION_REV 911
#define VERSION_BUILD 1
#define SCINTILLA_VER 444
#define ONIGURUMA_REGEX_VER 6.9.5