Merge remote-tracking branch 'notepad3_orig_rizone/master' into Future_Dev_Master

This commit is contained in:
METANEOCORTEX\Kotti 2023-01-16 14:56:29 +01:00
commit 00d64c60a8
4 changed files with 6 additions and 4 deletions

View File

@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.23.109.(build_#) (2023-01-09)
Current BETA/RC Version 5.23.115.(build_#) (2023-01-15)
========================================================
--------------------------------------------------------
@ -120,6 +120,8 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
[.115.1]- Initial white display (splash) in case of Dark Mode Win
[.115.1]- Animated minimize (taskbar or tray), restore w/o white splash.
[.109.1]- Trigger mark-all-occ after transform backslash (EscCtrlChr) in F/R-Box is used.
[.105.1]- Some WSL2 (Linux) path issues.
[.104.1]- Handling of editing own settings (in this case: disable file watching).

View File

@ -1 +1 @@
109
115

View File

@ -3,7 +3,7 @@
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity
name="Rizonesoft.Notepad3"
version="5.23.109.1"
version="5.23.115.1"
processorArchitecture="*"
type="win32"
/>

View File

@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 23
#define VERSION_REV 109
#define VERSION_REV 115
#define VERSION_BUILD 1
#define SCINTILLA_VER 532
#define LEXILLA_VER 521