mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ ver: version files for beta channel
This commit is contained in:
parent
e6fa8e50e1
commit
3a2db0fb54
@ -31,7 +31,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
==================================================
|
||||
Current BETA Version 5.19.1001.#(build) (2019-10-01)
|
||||
Current BETA Version 5.19.1026.#(build) (2019-10-26)
|
||||
==================================================
|
||||
|
||||
--------------------------------------------------
|
||||
@ -82,6 +82,7 @@ ENHANCEMENT:
|
||||
--------------------------------------------------
|
||||
FIXES:
|
||||
--------------------------------------------------
|
||||
- Batch lexer: handle comment after ampersand(&) command sequence.
|
||||
- Bug in replace on single step find/replace.
|
||||
- Convert to Hex and vice versa: work on (stream-)selection (original source by ZuFuLiu).
|
||||
- Comparison warning: signed/unsignd mismatch.
|
||||
@ -109,9 +110,9 @@ REMOVED:
|
||||
--------------------------------------------------
|
||||
TRANSLATIONS (MUI):
|
||||
--------------------------------------------------
|
||||
- Portuguese Brazilian (pt-BR) (on hold).
|
||||
- Slovak (sk-SK) (on hold).
|
||||
- Swedish (sv-SE) (in progress).
|
||||
- Portuguese Brazilian (pt-BR) (in progress).
|
||||
- Slovak (sk-SK) (in progress).
|
||||
- Swedish (sv-SE).
|
||||
- Turkish (tr-TR) (on hold).
|
||||
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
2660
|
||||
2661
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.19.1017.2660"
|
||||
version="5.19.1026.2661"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 BETA</description>
|
||||
|
||||
@ -7,8 +7,8 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 19
|
||||
#define VERSION_REV 1017
|
||||
#define VERSION_BUILD 2660
|
||||
#define VERSION_REV 1026
|
||||
#define VERSION_BUILD 2661
|
||||
#define SCINTILLA_VER 420
|
||||
#define ONIGURUMA_REGEX_VER 6.9.4
|
||||
#define UCHARDET_VER 2018.09.27
|
||||
|
||||
Loading…
Reference in New Issue
Block a user