mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ Add version files for beta channel (Build_2713)
This commit is contained in:
parent
3eb24ef618
commit
6a7f5472a5
@ -31,7 +31,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
=====================================================
|
||||
Current BETA Version 5.20.123.(build_#) (2020-01-23)
|
||||
Current BETA Version 5.20.124.(build_#) (2020-01-24)
|
||||
=====================================================
|
||||
|
||||
-----------------------------------------------------
|
||||
@ -93,7 +93,7 @@ CHANGES:
|
||||
-----------------------------------------------------
|
||||
ENHANCEMENT:
|
||||
-----------------------------------------------------
|
||||
- Multiline search/find.
|
||||
- Multi-line Search Find/Replace.
|
||||
- Apply Start Case to AutoHotkey Lexer.
|
||||
- Change to 1-pass (file open/close) to save settings in Notepad3.ini.
|
||||
- Enclosing selection with HTML-Tag - Remember last pattern (session).
|
||||
@ -103,7 +103,8 @@ ENHANCEMENT:
|
||||
-----------------------------------------------------
|
||||
FIXES:
|
||||
-----------------------------------------------------
|
||||
- Allow multi-line search pattern.
|
||||
- Clipboard multi-line paste hook for Find/Replace pattern CB.
|
||||
- Allow multi-line Search Find/Replace pattern.
|
||||
- IME color and IME color styler.
|
||||
- Wrong language reference for lexer : "Tag".
|
||||
- "Recent Files" History handling.
|
||||
|
||||
@ -1 +1 @@
|
||||
2712
|
||||
2713
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.123.2712"
|
||||
version="5.20.124.2713"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 BETA</description>
|
||||
|
||||
@ -8,8 +8,8 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 123
|
||||
#define VERSION_BUILD 2712
|
||||
#define VERSION_REV 124
|
||||
#define VERSION_BUILD 2713
|
||||
#define SCINTILLA_VER 430
|
||||
#define ONIGURUMA_REGEX_VER 6.9.4
|
||||
#define UCHARDET_VER 2018.09.27
|
||||
|
||||
Loading…
Reference in New Issue
Block a user