+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2021-07-07 20:01:51 +02:00
parent 0d6144d867
commit bbd1e19e23
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA
4 changed files with 7 additions and 6 deletions

View File

@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.703.(build_#) (2021-07-03)
Current BETA/RC Version 5.21.707.(build_#) (2021-07-07)
========================================================
--------------------------------------------------------
@ -136,6 +136,7 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
[.707.1]- Distinguish Win10 vs. Win11 using build number (>=22000).
[.529.2]- F/R Dialog regression: allow replace in selection (if selection not empty).
[.527.1]- Correct handling of F/R dialog pattern combo-box dropdown list.
[.527.1]- Minor fixes Markdown-Lexer.
@ -219,8 +220,8 @@ REMOVED:
TRANSLATIONS (MUI):
--------------------------------------------------------
[.###.#]- .
[.227.1]- Chinese Traditional (zh-TW) (incomplete...).
[.417.1]- Greek (el-GR) (in progress...).
[.707.1]- Chinese Traditional (zh-TW).
[.417.1]- Greek (el-GR).
[.303.1]- Portuguese Brazilian (pt-BR).
--------
For our Notepad3 translation projects, we are looking for motivated volunteers, with a

View File

@ -1 +1 @@
703
707

View File

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

View File

@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 703
#define VERSION_REV 707
#define VERSION_BUILD 1
#define SCINTILLA_VER 510
#define LEXILLA_VER 510