+ upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2020-09-24 00:09:00 +02:00
parent ed29f4e0b3
commit ea27077007
4 changed files with 8 additions and 4 deletions

View File

@ -34,13 +34,14 @@ SUP - (S)et(UP) / Installer Package
========================================================
Current BETA/RC Version 5.20.922.(build_#) (2020-09-22)
Current BETA/RC Version 5.20.923.(build_#) (2020-09-23)
========================================================
--------------------------------------------------------
NEW:
--------------------------------------------------------
[.xxx.x]-
[.923.1]- Hotkey 'F3': use MRU latest item before clipboard content as search pattern if prior search pattern is empty.
[.922.1]- Support Lexer switching while Customize Schemes dialog is open.
[.921.1]- Expand current lexers style tree on customize schemes dialog startup.
[.920.1]- grepWinNP3: "Stay On Top" titlebar context-menu (GRE).
@ -58,6 +59,8 @@ NEW:
CHANGES:
--------------------------------------------------------
[.xxx.x]-
[.923.1]- Unify search-pattern retrieval: (0.selection)[F/R-DLG] - 1.previous-search/MRU-List - 2.clipboard.
[.923.1]- Performance leak in TOML Lexer.
[.920.1]- grepWinNP3: save changed "Stay On Top" settings on exit (GRE).
[.920.1]- First part of DarkMode Theme for MiniPath.
[.917.4]- Need to separate DarkMode window-backgr color from button-facecolor.
@ -73,6 +76,7 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.xxx.x]-
[.923.1]- Customize Schemes title assembling.
[.922.1]- DarkMode switching while non-modal dialogs are active.
[.921.1]- TinyExpr: interpretation of '%' operator: allow "(...)" on rhs of modulo interpretation.
[.921.1]- TinyExpr: remove the need of blank for smart interpretation of '%' operator.

View File

@ -1 +1 @@
922
923

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.922.1"
version="5.20.923.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 922
#define VERSION_REV 923
#define VERSION_BUILD 1
#define SCINTILLA_VER 445
#define ONIGURUMA_REGEX_VER 6.9.5