mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #3009 from hpwamr/mui
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
38dfa4f96c
@ -34,7 +34,7 @@ SUP - (S)et(UP) / Installer Package
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.20.1211.(build_#) (2020-12-11)
|
||||
Current BETA/RC Version 5.20.1214.(build_#) (2020-12-14)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -63,6 +63,8 @@ NEW:
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.xxx.x]- .
|
||||
[1214.1]- Behavior change: copy to clipboard on empty selection -> don't copy anything if current line is empty.
|
||||
[1214.1]- Update keywords list in Style INNO Lexer.
|
||||
[1211.1]- No error message after decline loading file of huge size.
|
||||
[1201.1]- Renaming Chinese displayed encoding according to MIME/IANA.
|
||||
[1125.2]- Code styling reformat (AStyle: OTBS).
|
||||
@ -89,9 +91,9 @@ CHANGES:
|
||||
[.916.1]- TinyExpr: '%' operator: distinguish between modulo and percent operation by context.
|
||||
[.915.3]- Due to lack of interest, "Notepad3DLL" is discontinued.
|
||||
[.915.2]- User configurable "Web Action" menu item names.
|
||||
[1116.1]- Update grepWinNP3 (GRE) version 2.1.4.31 (2020-11-16).
|
||||
[1116.1]- Update Oniguruma Regex (ONI) engine version 6.9.6 (2020-11-05).
|
||||
[.915.3]- Update Scintilla Library (SCI) version 4.4.5 (2020-09-11).
|
||||
[1214.1]- Update grepWinNP3 (GRE) version 2.1.4.32 (2020-12-14).
|
||||
[1214.1]- Update Oniguruma Regex (ONI) engine version 6.9.7 (2020-12-07).
|
||||
[1214.1]- Update Scintilla Library (SCI) version 4.4.6 (2020-12-01).
|
||||
|
||||
--------------------------------------------------------
|
||||
FIXES:
|
||||
|
||||
@ -1 +1 @@
|
||||
1211
|
||||
1214
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.1211.1"
|
||||
version="5.20.1214.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,9 +8,9 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 1211
|
||||
#define VERSION_REV 1214
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 445
|
||||
#define SCINTILLA_VER 446
|
||||
#define ONIGURUMA_REGEX_VER 6.9.6
|
||||
#define UCHARDET_VER 2018.09.27
|
||||
#define TINYEXPR_VER 2018.05.11
|
||||
|
||||
Loading…
Reference in New Issue
Block a user