Merge pull request #4167 from hpwamr/mui

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

View File

@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.22.901.(build_#) (2022-09-01)
Current BETA/RC Version 5.22.902.(build_#) (2022-09-02)
========================================================
--------------------------------------------------------
@ -100,6 +100,10 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
[.902.1]- Try to fix printing scaling issue.
[.902.1]- Propagate default font to undefined-font styles.
[.902.1]- Remove wrong std. font selection.
[.902.1]- Font selection (if font face-name does not match to family-name).
[.901.1]- Bookmarks handling in case of delete (in-line, complete line, selection).
[.831.1]- Crash in SCI_FINDTEXTFULL caused by using wrong data structure.
[.830.1]- TAB (indent) usage in case of read-only mode sets doc modified flag.

View File

@ -1 +1 @@
901
902

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Rizonesoft.Notepad3"
processorArchitecture="*"
version="5.22.901.1"
version="5.22.902.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 901
#define VERSION_REV 902
#define VERSION_BUILD 1
#define SCINTILLA_VER 530
#define LEXILLA_VER 519