mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ Upd: Version files and Changes.txt
This commit is contained in:
parent
19747071d5
commit
81ff516fd6
@ -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.
|
||||
|
||||
@ -1 +1 @@
|
||||
1023
|
||||
1030
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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" },
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user