mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #3659 from hpwamr/mui
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
fbd4c2ac10
@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.21.913.(build_#) (2021-09-13)
|
||||
Current BETA/RC Version 5.21.914.(build_#) (2021-09-14)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -60,6 +60,8 @@ CHANGES Versions in Tools or Libraries:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.914.1]- Digit grouping for replace occurrences result dialog.
|
||||
[.914.1]- Better hyperlink style in dark themes "Dark" and "Obsidian".
|
||||
[.913.1]- Initial factory window position.
|
||||
[.910.1]- Web-Action commands should use also user-defined app to open hyperlinks.
|
||||
[.907.1]- Reset background color for "visible whitespace" if not defined.
|
||||
|
||||
@ -1 +1 @@
|
||||
913
|
||||
914
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.913.1"
|
||||
version="5.21.914.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 913
|
||||
#define VERSION_REV 914
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 511
|
||||
#define LEXILLA_VER 511
|
||||
|
||||
Loading…
Reference in New Issue
Block a user