Merge pull request #2803 from hpwamr/mui

+ upd: Version files and Changes.txt
This commit is contained in:
Pairi Daiza 2020-09-14 23:56:01 +02:00 committed by GitHub
commit 5cb680f84d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 6 deletions

View File

@ -32,7 +32,7 @@ SUP - (S)et(UP) / Installer Package
========================================================
Current BETA/RC Version 5.20.913.(build_#) (2020-09-13)
Current BETA/RC Version 5.20.914.(build_#) (2020-09-14)
========================================================
--------------------------------------------------------
@ -64,6 +64,7 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]-
[.914.1]- F/R Dialog: toggle "Esc Ctrl Chr", try reverse operation if no length change
[.913.1]- Bad design: F/R dialog: remove auto Esc Ctrl Chr (changed to manual explicit).
[.901.1]- Open Recent File: Rename the Cancel button to Close button.
[.901.1]- grepWinNP3: alpha transparency on losing focus.
@ -97,6 +98,7 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.###.#]-
[.914.1]- TinyExpr: crash on rectangular selection.
[.912.1]- TinyExpr: enable CP1252 operators '×'(mul) and '÷'(div).
[.912.1]- TinyExpr: ignoring currency chars ("$€¢£¥") in expressions.
[.912.1]- TinyExpr: "<n>=?" result not taken into account.

View File

@ -1 +1 @@
2
1

View File

@ -1 +1 @@
913
914

View File

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

View File

@ -8,8 +8,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 913
#define VERSION_BUILD 2
#define VERSION_REV 914
#define VERSION_BUILD 1
#define SCINTILLA_VER 444
#define ONIGURUMA_REGEX_VER 6.9.5
#define UCHARDET_VER 2018.09.27