mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ Upd: Version files and Changes.txt
This commit is contained in:
parent
9b6b59cb09
commit
355ad9a2fc
@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.22.212.(build_#) (2022-02-12)
|
||||
Current BETA/RC Version 5.22.214.(build_#) (2022-02-14)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -51,6 +51,7 @@ NEW:
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.214.1]- "grepWinNP3": make runtime statically linking (GRE).
|
||||
[.211.1]- Pimping UCHARDET encoding detector.
|
||||
[.128.1]- CamelCase WordLists for AHK Lexer.
|
||||
[.127.1]- Ctrl/Alt+F10 as Accelerator-Keys for Filesystem-Path to URL (and back) conversion.
|
||||
@ -79,6 +80,7 @@ CHANGES Versions in Tools or Libraries:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.214.1]- Allow switching encoding for empty document.
|
||||
[.209.1]- Memory issues fixing and hardening.
|
||||
[.128.2]- XML/HTML Stream Comment.
|
||||
[.103.1]- Find/Replace pattern history: clear all not persisted to .ini file.
|
||||
|
||||
@ -1 +1 @@
|
||||
212
|
||||
214
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.22.212.1"
|
||||
version="5.22.214.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 212
|
||||
#define VERSION_REV 214
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 520
|
||||
#define LEXILLA_VER 515
|
||||
|
||||
Loading…
Reference in New Issue
Block a user