+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2021-05-11 18:05:58 +02:00
parent c07a369c7d
commit 8ebe82654e
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA
5 changed files with 11 additions and 6 deletions

View File

@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.506.(build_#) (2021-06-06)
Current BETA/RC Version 5.21.511.(build_#) (2021-05-11)
========================================================
--------------------------------------------------------
@ -120,6 +120,11 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.###.#]- .
[.511.1]- Space-width, avgchar-width and tab-width calculation.
[.511.1]- Scintilla missing recalculation of space width (to get correct tab width for indentation).
[.511.1]- Revert to Scintilla std tabwidth calculation on font changes.
[.511.1]- Preserve "2nd Common Base" styling state across restarts.
[.511.1]- Default style settings should not be written to .ini-file.
[.429.1]- Handling of "File Vars" vs. "Encoding Tags".
[.427.1]- Minor fixes around font redrawing.
[.423.1]- Add thread COM initializations.

View File

@ -1 +1 @@
507
511

View File

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

View File

@ -71,9 +71,9 @@ constexpr bool CheckBuildNumber(DWORD buildNumber)
case 18363: // Win10 v1909
case 19041: // Win10 v2004
case 19042: // Win10 v20H2
case 19043: // Win10 v21H1 insider beta [2021-03-15]
case 19043: // Win10 v21H1 Insider beta [2021-03-15]
// unknown, if working with these version(s) :-O
case 21337: // Win10 v21H2 insider dev-preview [2021-03-19]
case 21376: // Win10 v21H2 Insider Dev-preview [2021-05-03]
return true;
default:
// not supported

View File

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