mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ Upd: Version files and Changes.txt
This commit is contained in:
parent
0d6144d867
commit
bbd1e19e23
@ -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
|
||||
|
||||
@ -1 +1 @@
|
||||
703
|
||||
707
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user