mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-17 21:03:19 +08:00
+ Upd: Version files and Changes.txt
This commit is contained in:
parent
bf819a9565
commit
601c9380cf
@ -33,13 +33,14 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.22.211.(build_#) (2022-02-11)
|
||||
Current BETA/RC Version 5.22.212.(build_#) (2022-02-12)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
NEW:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.212.1]- Document "Read Only" view menu item for switching mode.
|
||||
[.129.1]- JSON Lexer: colorizing for URL/IRI and Compact IRI.
|
||||
[.128.3]- JSON Lexer: error coloring for unclosed strings.
|
||||
[1211.1]- Partial (incomplete - disabled) "Auto-Save and Backup" handling feature.
|
||||
|
||||
@ -1 +1 @@
|
||||
211
|
||||
212
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
== This ".txt" file is intended for "Translators" to communicate to them the "Line numbers" of the ==
|
||||
== "Added or Modified" items in the "Resource" files ("filename_xx_yy.rc" and "grepWinNP3.lang"). ==
|
||||
== ==
|
||||
== Last update: 2022-01-29 ==
|
||||
== Last update: 2022-02-12 ==
|
||||
========================================================================================================
|
||||
|
||||
January 2022: Line numbers to translate_2022-01 - https://workupload.com/file/3kmZN49gB9w (2022-01-29)
|
||||
|
||||
February 2022: Line numbers to translate_2022-02 - (2022-02-xx)
|
||||
February 2022: Line numbers to translate_2022-02 - https://workupload.com/file/gTSBXqGG9Fd (2022-02-12)
|
||||
|
||||
March 2022: Line numbers to translate_2022-03 - (2022-03-xx)
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.22.211.1"
|
||||
version="5.22.212.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 211
|
||||
#define VERSION_REV 212
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 520
|
||||
#define LEXILLA_VER 515
|
||||
|
||||
Loading…
Reference in New Issue
Block a user