Merge pull request #2426 from hpwamr/mui

+ upd: Version files and Changes.txt
This commit is contained in:
Pairi Daiza 2020-06-14 20:47:51 +02:00 committed by GitHub
commit 64a923727a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 6 deletions

View File

@ -32,13 +32,14 @@ GRE - (GRE)pWinNP3 Search in Files Tool
=====================================================
Current BETA Version 5.20.610.(build_#) (2020-06-10)
Current BETA Version 5.20.614.(build_#) (2020-06-14)
=====================================================
-----------------------------------------------------
NEW:
-----------------------------------------------------
-
- Current grepWin dev: add feature: export search results (GRE).
- Add a grepWinNP3 toolbar icon.
- Configurable Zoom-Tooltip clear delay ([Settings2] ZoomTooltipimeout=3200.
- Add Install/Remove "Open with Notepad3" to Notepad3 Install version.
@ -56,6 +57,7 @@ NEW:
CHANGES:
-----------------------------------------------------
-
- DPI_CHANGED msg handler.
- Workaround for DPI_AWARENESS Font Size problem on DPI_CHANGE.
- Non scaled transparent image on help dialog control for Rizonesoft (standard DPI resolution).
- Enhancement of the "build_np3portableapp.cmd" file.
@ -82,7 +84,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.6 (2020/05/20).
- Update Scintilla Library (SCI) version 4.3.3 (2020/04/27).
- Update Scintilla Library (SCI) version 4.4.3 (2020/06/03).
-----------------------------------------------------
ENHANCEMENT:
@ -96,6 +98,9 @@ ENHANCEMENT:
FIXES:
-----------------------------------------------------
-
- DPI scaling for Scintilla surface component (thanx zufuliu).
- Unexpected selection of hyperlink in first line on empty doubleclick.
- Missing UI update (Margin Width).
- Don't overwrite grepWinNP3's user settings for backup in folders (GRE).
- Common base font inheritance for other styles.
- "grepWinNP3" crash on invalid file path (GRE).

View File

@ -1 +1 @@
613
614

View File

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

View File

@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 613
#define VERSION_REV 614
#define VERSION_BUILD 1
#define SCINTILLA_VER 443
#define ONIGURUMA_REGEX_VER 6.9.5
@ -16,4 +16,4 @@
#define TINYEXPR_VER 2018.05.11
#define UTHASH_VER 2.1.0
#define VERSION_PATCH BETA
#define VERSION_COMMIT_ID nebukadn
#define VERSION_COMMIT_ID dkt1-amr