mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ upd: version files and Changes.txt
This commit is contained in:
parent
0c8e03856e
commit
2f58da32f4
@ -32,13 +32,14 @@ GRE - (GRE)pWinNP3 Search in Files Tool
|
||||
|
||||
|
||||
=====================================================
|
||||
Current BETA Version 5.20.429.(build_#) (2020-04-29)
|
||||
Current BETA Version 5.20.501.(build_#) (2020-05-01)
|
||||
=====================================================
|
||||
|
||||
-----------------------------------------------------
|
||||
NEW:
|
||||
-----------------------------------------------------
|
||||
-
|
||||
- Regex multi-select feature.
|
||||
- Toolbar hint for zoomed view.
|
||||
- "waifu2x" scaled std toolbar bitmaps.
|
||||
- Call Notepad3 with case-sensitive and dot-match-all flag (if applicable).
|
||||
@ -49,6 +50,7 @@ NEW:
|
||||
CHANGES:
|
||||
-----------------------------------------------------
|
||||
-
|
||||
- Open hyperlink on double-click.
|
||||
- Filevar tag "fill-column" changes to support multi-column marker.
|
||||
- Installer to let the user select the target directory.
|
||||
- Default long-line wrap settings.
|
||||
|
||||
@ -1 +1 @@
|
||||
2
|
||||
1
|
||||
|
||||
@ -1 +1 @@
|
||||
430
|
||||
502
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.430.2"
|
||||
version="5.20.502.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 BETA</description>
|
||||
|
||||
@ -8,12 +8,12 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 430
|
||||
#define VERSION_BUILD 2
|
||||
#define VERSION_REV 502
|
||||
#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 nebukadn
|
||||
#define VERSION_COMMIT_ID dkt1-amr
|
||||
|
||||
Loading…
Reference in New Issue
Block a user