Merge branch 'Dev_LongPath' into Dev_LongPath

This commit is contained in:
Rainer Kottenhoff 2021-11-08 19:44:39 +01:00 committed by GitHub
commit 778e588118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 13 deletions

View File

@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.1030.(build_#) (2021-10-30)
Current ALPHA Version 5.23.1021.(build_#) (2021-10-23)
========================================================
--------------------------------------------------------
@ -47,6 +47,7 @@ CHANGES:
--------------------------------------------------------
[.###.#]- .
[1021.1]- On file restore, do not notify immediately, but check against stored file attributes.
[1015.2]- Some more DynStrg refactorings and LongPath handling.
[1015.1]- Remove the max win version check for undocumented DarkMode UxTheme methods.
[1015.1]- DarkMode enable up to Win11 build 22471.
[1015.1]- SQL Lexer bright and dark mode highlight color enhanced.
@ -69,11 +70,10 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
[1030.1]- Wrong format for reporting number of replaced occurrences "In Selection".
[1030.1]- "grepWinNP3" not intended switching file size search settings (GRE).
[1023.1]- Key "Favorites=(path)" not added in "Setup" version.
[1021.1]- "grepWinNP3" not intended switching "AllSize" settings (GRE).
[1021.1]- Don't save default values for Caret and Whitespace.
[1015.2]- Path_StripPath().
[1015.1]- SQL Lexer dark mode highlight default colors.
[1015.1]- Disabled menu items if settings file itself is locked by file change notification.
[.927.1]- Over paint annoying menu-bar bottom line.

View File

@ -1 +1 @@
2
3

View File

@ -1 +1 @@
1030
1021

View File

@ -3,8 +3,8 @@
<assemblyIdentity
name="Rizonesoft.Notepad3"
processorArchitecture="*"
version="5.21.1030.1"
version="5.21.1021.3"
type="win32"
/>
<description>Notepad3 beta</description>
<description>Notepad3 alpha</description>
</assembly>

View File

@ -8,13 +8,13 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 1030
#define VERSION_BUILD 1
#define SCINTILLA_VER 511
#define LEXILLA_VER 511
#define VERSION_REV 1021
#define VERSION_BUILD 3
#define SCINTILLA_VER 513
#define LEXILLA_VER 512
#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 VERSION_PATCH beta
#define UTHASH_VER 2.3.0
#define VERSION_PATCH alpha
#define VERSION_COMMIT_ID dkt1-amr