mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge branch 'Dev_RC' into Dev_LongPath
This commit is contained in:
commit
f25dbdeaa0
@ -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".
|
||||
|
||||
@ -1 +1 @@
|
||||
915
|
||||
916
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user