Merge pull request #3833 from hpwamr/mui

+ Upd: Version files and Changes.txt (first build after merging alpha version)
This commit is contained in:
Pairi Daiza 2021-11-30 10:55:31 +01:00 committed by GitHub
commit cb868cee9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 34 deletions

View File

@ -33,52 +33,41 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.1127.(build_#) (2021-11-27)
Current BETA/RC Version 5.21.1130.(build_#) (2021-11-30)
========================================================
--------------------------------------------------------
NEW:
--------------------------------------------------------
[.###.#]- .
[.alpha]- Add a Fortran Lexer.
[.alpha]- LongPath Support enhancements.
--------------------------------------------------------
[.###.#]- .
[.###.#]- .
[1130.1]- Add a Fortran Lexer.
[1130.1]- LongPath Support enhancements.
--------------------------------------------------------
CHANGES:
--------------------------------------------------------
[.###.#]- .
[.alpha]- Default settings: LaunchInstanceWndPosOffset=28 and LaunchInstanceFullVisible=true.
[.alpha]- Lexer Fortran: add extended intrinsic functions.
[.alpha]- Some more DynStrg refactorings and LongPath handling.
--------------------------------------------------------
[.###.#]- .
[.###.#]- .
[1130.1]- Default settings: LaunchInstanceWndPosOffset=28 and LaunchInstanceFullVisible=true.
[1130.1]- Lexer Fortran: add extended intrinsic functions.
[1130.1]- Some more DynStrg refactorings and LongPath handling.
--------------------------------------------------------
CHANGES Versions in Tools or Libraries:
--------------------------------------------------------
[.alpha]- Update Scintilla Library (SCI) version 5.1.4 (2021-11-08).
[.alpha]- Update Lexilla Library (LEX) version 5.1.3 (2021-11-08).
[.alpha]- Update grepWinNP3 (GRE) version 2.1.8.40 (2021-10-19).
[.alpha]- Update Oniguruma Regex (ONI) engine version 7.0.0 (2021-10-19).
--------------------------------------------------------
[.###.#]- .
[.###.#]- .
[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 grepWinNP3 (GRE) version 2.1.8.40 (2021-10-19).
[1130.1]- Update Oniguruma Regex (ONI) engine version 7.0.0 (2021-10-19).
--------------------------------------------------------
FIXES:
--------------------------------------------------------
[.###.#]- .
[.alpha]- Notification blocker on loading huge files.
[.alpha]- Heap corruption on retrieving text from combo box.
[.alpha]- Path_ToShortPathName() for grepWinNP3 startup.
[.alpha]- Path_StripPath().
--------------------------------------------------------
[.###.#]- .
[.###.#]- .
[1130.1]- Small LongPath bugfixes.
[1130.1]- Notification blocker on loading huge files.
[1130.1]- Heap corruption on retrieving text from combo box.
[1130.1]- Path_ToShortPathName() for grepWinNP3 startup.
[1130.1]- Path_StripPath().
--------------------------------------------------------
REMOVED:

View File

@ -1 +1 @@
2
1

View File

@ -1 +1 @@
1129
1130

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Rizonesoft.Notepad3"
processorArchitecture="*"
version="5.21.1129.2"
version="5.21.1130.1"
type="win32"
/>
<description>Notepad3 beta</description>

View File

@ -8,13 +8,13 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 1129
#define VERSION_BUILD 2
#define SCINTILLA_VER 511
#define LEXILLA_VER 511
#define VERSION_REV 1130
#define VERSION_BUILD 1
#define SCINTILLA_VER 514
#define LEXILLA_VER 513
#define ONIGURUMA_REGEX_VER 7.0.0
#define UCHARDET_VER 2018.09.27
#define TINYEXPR_VER 2018.05.11
#define UTHASH_VER 2.1.0
#define UTHASH_VER 2.3.0
#define VERSION_PATCH beta
#define VERSION_COMMIT_ID dkt1-amr