mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ Upd: Version files and Changes.txt
This commit is contained in:
parent
851c388410
commit
62b67f56fd
@ -34,7 +34,7 @@ SUP - (S)et(UP) / Installer Package
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.20.1201.(build_#) (2020-12-01)
|
||||
Current BETA/RC Version 5.20.1211.(build_#) (2020-12-11)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -63,6 +63,7 @@ NEW:
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.xxx.x]- .
|
||||
[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).
|
||||
[1125.2]- Format: AStyle ALLMAN core code base.
|
||||
@ -96,6 +97,7 @@ CHANGES:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.xxx.x]- .
|
||||
[1211.1]- Refactoring encoding detection: pure ASCII vs. 7-bit.
|
||||
[1125.2]- File encoding analysis with 7-bit ASCII only.
|
||||
[1125.2]- File save problem after switching encoding to GB2312 (52936).
|
||||
[1116.1]- Initial path on OpenFile dialog (load file).
|
||||
|
||||
@ -1 +1 @@
|
||||
1201
|
||||
1211
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.1201.1"
|
||||
version="5.20.1211.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 1201
|
||||
#define VERSION_REV 1211
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 445
|
||||
#define ONIGURUMA_REGEX_VER 6.9.6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user