Merge pull request #4187 from hpwamr/mui

+ Upd: Version files and Changes.txt
This commit is contained in:
Pairi Daiza 2022-09-26 10:00:17 +02:00 committed by GitHub
commit 106d458956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.22.902.(build_#) (2022-09-02)
Current BETA/RC Version 5.22.926.(build_#) (2022-09-26)
========================================================
--------------------------------------------------------
@ -58,6 +58,8 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
[.926.1]- Source code formatting.
[.926.1]- Replace old logo "rizonesoft.bmp" by new layout.
[.831.1]- Enhancements for Change History Marker.
[.831.1]- Use deprecated SCI_FINDTEXT to workaround crash on new (Sci v5.2.3) SCI_FINDTEXTFULL method.
[.830.1]- "Don't ask again" for keep Read-Only view mode dialog on editing file.
@ -100,6 +102,9 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
[.926.1]- Margin handling (context, bookmarks).
[.926.1]- New Rizone.soft bitmap.
[.926.1]- Treat files as binary can be Accidentally Clicked (GRE).
[.902.1]- Try to fix printing scaling issue.
[.902.1]- Propagate default font to undefined-font styles.
[.902.1]- Remove wrong std. font selection.

View File

@ -1 +1 @@
902
926

View File

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

View File

@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 22
#define VERSION_REV 902
#define VERSION_REV 926
#define VERSION_BUILD 1
#define SCINTILLA_VER 530
#define LEXILLA_VER 519