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
07cbe374e5
commit
b16efcb7db
@ -48,6 +48,7 @@ NEW:
|
||||
CHANGES:
|
||||
-----------------------------------------------------
|
||||
-
|
||||
- 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).
|
||||
- "grepWinNP3": move packages.config to corresponding project folder(GRE).
|
||||
@ -82,7 +83,7 @@ REMOVED:
|
||||
TRANSLATIONS (MUI):
|
||||
-----------------------------------------------------
|
||||
-
|
||||
-
|
||||
- Slovak (sk-SK).
|
||||
|
||||
|
||||
=====================================================
|
||||
|
||||
@ -1 +1 @@
|
||||
3
|
||||
4
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.419.3"
|
||||
version="5.20.419.4"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 BETA</description>
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 419
|
||||
#define VERSION_BUILD 3
|
||||
#define VERSION_BUILD 4
|
||||
#define SCINTILLA_VER 432
|
||||
#define ONIGURUMA_REGEX_VER 6.9.5
|
||||
#define UCHARDET_VER 2018.09.27
|
||||
|
||||
Loading…
Reference in New Issue
Block a user