+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2020-12-11 19:47:28 +01:00
parent 851c388410
commit 62b67f56fd
4 changed files with 6 additions and 4 deletions

View File

@ -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).

View File

@ -1 +1 @@
1201
1211

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.1201.1"
version="5.20.1211.1"
type="win32"
/>
<description>Notepad3 beta</description>

View File

@ -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