Merge pull request #2282 from hpwamr/mui

MUI - Update minor translation for zh-CN and hu-HU
This commit is contained in:
Pairi Daiza 2020-04-29 18:06:17 +02:00 committed by GitHub
commit 089bc27f11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 10 deletions

View File

@ -32,7 +32,7 @@ GRE - (GRE)pWinNP3 Search in Files Tool
=====================================================
Current BETA Version 5.20.428.(build_#) (2020-04-28)
Current BETA Version 5.20.429.(build_#) (2020-04-29)
=====================================================
-----------------------------------------------------
@ -43,7 +43,7 @@ NEW:
- "waifu2x" scaled std toolbar bitmaps.
- Call Notepad3 with case-sensitive and dot-match-all flag (if applicable).
- Add "Overlapping Search" in Find/Replace dialog window.
- Integration of "grepWinNP3", a Search Tool in files (v2.1.0.5) (GRE).
- Integration of "grepWinNP3", a Search Tool in files (v2.1.0.6) (GRE).
-----------------------------------------------------
CHANGES:
@ -56,7 +56,7 @@ CHANGES:
- "grepWinNP3": move packages.config to corresponding project folder(GRE).
- Add filepath to message on file locking error.
- Update Oniguruma Regex (ONI) engine version 6.9.5 (2020/04/20).
- Update Scintilla Library (SCI) version 4.3.2 (2020/03/06).
- Update Scintilla Library (SCI) version 4.3.3 (2020/04/27).
-----------------------------------------------------
ENHANCEMENT:
@ -70,7 +70,9 @@ ENHANCEMENT:
FIXES:
-----------------------------------------------------
-
- Menu flickering.
- Lost Find/Replace dialog settings.
- Lazy syntax styling (copy into multi-line string, etc.).
- ToolsMenu flickering.
- "grepWinNP3": optimized single-tread worker option (GRE).
- View selection on wrapped long-lines vs. normalizing view.
- Don't protect backslash (double'\\') for pattern argument.

View File

@ -1 +1 @@
3
1

View File

@ -1 +1 @@
428
429

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.428.3"
version="5.20.429.1"
type="win32"
/>
<description>Notepad3 BETA</description>

View File

@ -8,12 +8,12 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 428
#define VERSION_BUILD 3
#define VERSION_REV 429
#define VERSION_BUILD 1
#define SCINTILLA_VER 433
#define ONIGURUMA_REGEX_VER 6.9.5
#define UCHARDET_VER 2018.09.27
#define TINYEXPR_VER 2018.05.11
#define UTHASH_VER 2.1.0
#define VERSION_PATCH BETA
#define VERSION_COMMIT_ID t7820-rk
#define VERSION_COMMIT_ID dkt1-amr