+ upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2020-10-01 15:38:53 +02:00
parent a696e97342
commit 8271fab66e
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.930.(build_#) (2020-09-30)
Current BETA/RC Version 5.20.1001.(build_#) (2020-10-01)
========================================================
--------------------------------------------------------
@ -60,6 +60,7 @@ NEW:
CHANGES:
--------------------------------------------------------
[.xxx.x]-
[1001.1]- Rebase DarkMode module on delay load version branch of win32-darkmode project.
[.930.1]- Update the KeyWordList of lexers "C# Source Code" and "SQL Query".
[.930.1]- Bookmark Occurrences Colors changed to get perceptually distinct colors.
[.929.1]- Migration from CreateLexer() by ID to CreateLexer() by Name (Lexilla IFace5 conform) (GRE).
@ -88,6 +89,7 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.xxx.x]-
[1001.1]- TOML Lexer performance leak.
[.928.2]- Freezing of main window caused by mixed usage of Lexer Interfaces.
[.928.1]- Setting new IFace5 Lexer (should fix line/stream comment toggle issue #2912).
[.927.1]- Lexer file extensions maintained in standard config.

View File

@ -1 +1 @@
930
1001

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.930.1"
version="5.20.1001.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 930
#define VERSION_REV 1001
#define VERSION_BUILD 1
#define SCINTILLA_VER 445
#define ONIGURUMA_REGEX_VER 6.9.5