+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2021-10-30 15:54:44 +02:00
parent 19747071d5
commit 81ff516fd6
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA
5 changed files with 7 additions and 5 deletions

View File

@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.1023.(build_#) (2021-10-23)
Current BETA/RC Version 5.21.1030.(build_#) (2021-10-30)
========================================================
--------------------------------------------------------
@ -69,6 +69,8 @@ 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.

View File

@ -1 +1 @@
1023
1030

View File

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

View File

@ -4629,7 +4629,7 @@ grepWin_t;
static grepWin_t grepWinIniSettings[13] = {
{ L"onlyone", L"1" },
{ L"AllSize", L"1" },
{ L"AllSize", L"0" },
{ L"Size", L"2000" },
{ L"CaseSensitive", L"0" },
{ L"CreateBackup", L"1" },

View File

@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 1023
#define VERSION_REV 1030
#define VERSION_BUILD 1
#define SCINTILLA_VER 511
#define LEXILLA_VER 511