+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2021-11-19 09:56:58 +01:00
parent 3c989ef499
commit 1cd088bd91
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA
4 changed files with 7 additions and 4 deletions

View File

@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.1117.(build_#) (2021-11-17)
Current BETA/RC Version 5.21.1119.(build_#) (2021-11-19)
========================================================
--------------------------------------------------------
@ -51,6 +51,7 @@ CHANGES:
[.alpha]- Some more DynStrg refactorings and LongPath handling.
--------------------------------------------------------
[.###.#]- .
[1119.1]- Migration of Solution/Projects/Src for VS2022.
[1117.1]- Switch to Scintilla default idle styling mode (none).
[1115.1]- Reverting changes to F/R behavior, correction for empty pattern.
[1021.1]- On file restore, do not notify immediately, but check against stored file attributes.
@ -81,11 +82,13 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
[.alpha]- Notification blocker on loading huge files.
[.alpha]- Heap corruption on retrieving text from combo box.
[.alpha]- Path_ToShortPathName() for grepWinNP3 startup.
[.alpha]- Path_StripPath().
--------------------------------------------------------
[.###.#]- .
[1119.1]- Positioning multi instance launch.
[1115.1]- Don't clear occurrence markers for unchanged search pattern.
[1115.1]- Correction to VS2019 project settings.
[1115.1]- Find/Repl wildcard pattern handling.

View File

@ -1 +1 @@
1117
1119

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Rizonesoft.Notepad3"
processorArchitecture="*"
version="5.21.1117.1"
version="5.21.1119.1"
type="win32"
/>
<description>Notepad3 rc</description>

View File

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