mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #4009 from hpwamr/mui
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
264c18b7f8
@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.22.226.(build_#) (2022-02-26)
|
||||
Current BETA/RC Version 5.22.301.(build_#) (2022-03-01)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -88,6 +88,7 @@ CHANGES Versions in Tools or Libraries:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.301.1]- DarkMode issue in Decrypt dialog.
|
||||
[.226.1]- Security enhancement of AES Encryption feature.
|
||||
[.226.1]- MessageBox: shortage of text buffer.
|
||||
[.220.1]- Workaround to fix horizontal mouse wheel with Logitech Options utility.
|
||||
|
||||
@ -1 +1 @@
|
||||
226
|
||||
301
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.22.226.1"
|
||||
version="5.22.301.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 22
|
||||
#define VERSION_REV 226
|
||||
#define VERSION_REV 301
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 520
|
||||
#define LEXILLA_VER 515
|
||||
|
||||
Loading…
Reference in New Issue
Block a user