Merge branch 'Dev_RC' into Dev_LongPath

This commit is contained in:
rkotten 2021-09-22 11:14:29 +02:00
commit f25dbdeaa0
4 changed files with 6 additions and 4 deletions

View File

@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.915.(build_#) (2021-09-15)
Current BETA/RC Version 5.21.916.(build_#) (2021-09-16)
========================================================
--------------------------------------------------------
@ -46,6 +46,7 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
[.916.1]- Use "round nearest displayed digit" method for estimated file size display
[.915.1]- Limit file size: 2GB (Until WideCharToMultiByte() / MultiByteToWideChar() INT32_MAX issues are clarified).
--------------------------------------------------------
@ -60,6 +61,7 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
[.915.1]- Dark mode aware auto-completion-list-box.
[.915.1]- Goto-Dialog: digit grouping of line/column numbers.
[.914.1]- Digit grouping for replace occurrences result dialog.
[.914.1]- Better hyperlink style in dark themes "Dark" and "Obsidian".

View File

@ -1 +1 @@
915
916

View File

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

View File

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