mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_Master
This commit is contained in:
commit
c8fdd62bd6
@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.21.1202.(build_#) (2021-12-02)
|
||||
Current BETA/RC Version 5.21.1207.(build_#) (2021-12-07)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -56,15 +56,16 @@ CHANGES:
|
||||
--------------------------------------------------------
|
||||
CHANGES Versions in Tools or Libraries:
|
||||
--------------------------------------------------------
|
||||
[1207.1]- Update Lexilla Library (LEX) version 5.1.4 (2021-12-07).
|
||||
[1201.1]- Update grepWinNP3 (GRE) version 2.1.9.41 (2021-11-30).
|
||||
[1130.1]- Update Scintilla Library (SCI) version 5.1.4 (2021-11-08).
|
||||
[1130.1]- Update Lexilla Library (LEX) version 5.1.3 (2021-11-08).
|
||||
[1130.1]- Update Oniguruma Regex (ONI) engine version 7.0.0 (2021-10-19).
|
||||
|
||||
--------------------------------------------------------
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[1207.1]- UNC path prefix handling issues.
|
||||
[1202.1]- Parsing file arg: relative from working dir.
|
||||
[1201.1]- Locale settings dependent Themes Menu (Standard Config).
|
||||
[1201.1]- Add to Favorites: keep base-filename + extension.
|
||||
|
||||
@ -1 +1 @@
|
||||
1202
|
||||
1207
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.1202.1"
|
||||
version="5.21.1207.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,10 +8,10 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_REV 1202
|
||||
#define VERSION_REV 1207
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 514
|
||||
#define LEXILLA_VER 513
|
||||
#define LEXILLA_VER 514
|
||||
#define ONIGURUMA_REGEX_VER 7.0.0
|
||||
#define UCHARDET_VER 2018.09.27
|
||||
#define TINYEXPR_VER 2018.05.11
|
||||
|
||||
Loading…
Reference in New Issue
Block a user