mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #3169 from hpwamr/mui
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
d4e9203daf
@ -32,7 +32,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.21.301.(build_#) (2021-03-01)
|
||||
Current BETA/RC Version 5.21.302.(build_#) (2021-03-02)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -47,6 +47,9 @@ NEW:
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.301.x]- More liberal Hyperlink scanner (no need for validation here!).
|
||||
[.301.x]- RegEx API : retun matched pattern length too.
|
||||
[.301.x]- Prevent Path to URL conversion, if Hyperlink RegEx pattern does not match.
|
||||
[.301.1]- Enable Dark Mode feature for Win10 v21H1 insider beta.
|
||||
[.301.1]- EOL-Mode: status-bar double-click : inverted cyclic change rotation CRLF -> LF -> CR.
|
||||
[.301.1]- Update grepWinNP3 (GRE) version 2.1.6.35 (2021-03.01).
|
||||
@ -57,6 +60,8 @@ CHANGES:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.301.x]- Hyperlink RegEx pattern fixed to use valid Unicode.
|
||||
[.301.x]- Handle quotes for URL <-> file-system path conversion.
|
||||
[.301.1]- "grepWinNP3": hide progress bar after search finisched (GRE).
|
||||
[.301.1]- ShellExecute() lpVerb for open hyperlink (Ctrl+Click) set to "open.
|
||||
[.301.1]- Data type mismatch.
|
||||
|
||||
@ -59,7 +59,7 @@ SettingsVersion=4
|
||||
;ZoomTooltipTimeout=3200
|
||||
;WrapAroundTooltipTimeout=2000
|
||||
;LargeIconScalePrecent=150
|
||||
;DarkModeBkgColor=0x1F1F1F;
|
||||
;DarkModeBkgColor=0x1F1F1F
|
||||
;DarkModeBtnFaceColor=0x333333
|
||||
;DarkModeTxtColor=0xEFEFEF
|
||||
;HyperlinkFileProtocolVerb="" (ShellExecuteEx()::lpVerb (""=default, "edit", "explore", "find", "open", "print", "properties", "runas")
|
||||
|
||||
@ -1 +1 @@
|
||||
301
|
||||
302
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.301.1"
|
||||
version="5.21.302.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -1 +1 @@
|
||||
6.9.6
|
||||
6.9.7
|
||||
|
||||
@ -8,10 +8,10 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_REV 301
|
||||
#define VERSION_REV 302
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 446
|
||||
#define ONIGURUMA_REGEX_VER 6.9.6
|
||||
#define ONIGURUMA_REGEX_VER 6.9.7
|
||||
#define UCHARDET_VER 2018.09.27
|
||||
#define TINYEXPR_VER 2018.05.11
|
||||
#define UTHASH_VER 2.1.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user