mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ upd: version files
This commit is contained in:
parent
b1a13050bd
commit
6d79d78024
@ -32,7 +32,7 @@ GRE - (GRE)pWinNP3 Search in Files Tool
|
||||
|
||||
|
||||
=====================================================
|
||||
Current BETA Version 5.20.419.(build_#) (2020-04-19)
|
||||
Current BETA Version 5.20.421.(build_#) (2020-04-21)
|
||||
=====================================================
|
||||
|
||||
-----------------------------------------------------
|
||||
@ -42,12 +42,13 @@ 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.4) (GRE).
|
||||
- Integration of "grepWinNP3", a Search Tool in files (v2.1.0.5) (GRE).
|
||||
|
||||
-----------------------------------------------------
|
||||
CHANGES:
|
||||
-----------------------------------------------------
|
||||
-
|
||||
- Filevar tag "fill-column" changes to support multi-column marker.
|
||||
- Installer to let the user select the target directory.
|
||||
- Default long-line wrap settings.
|
||||
- Remove spinning wait-cursor for text operations (may need reactivation for long operations).
|
||||
|
||||
@ -1 +1 @@
|
||||
2
|
||||
3
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.421.2"
|
||||
version="5.20.421.3"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 BETA</description>
|
||||
|
||||
@ -9,11 +9,11 @@
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 421
|
||||
#define VERSION_BUILD 2
|
||||
#define VERSION_BUILD 3
|
||||
#define SCINTILLA_VER 432
|
||||
#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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user