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
429ed35535
commit
b4c9b60f99
@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.21.1228.(build_#) (2021-12-28)
|
||||
Current BETA/RC Version 5.22.103.(build_#) (2022-01-03)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -72,6 +72,8 @@ CHANGES Versions in Tools or Libraries:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.103.1]- Find/Replace pattern history: clear all not persisted to .ini file.
|
||||
[.103.1]- URL detector: double-quote should not be valid URL character.
|
||||
[1228.1]- Allow hyperlinks end in dashes.
|
||||
[1222.1]- Support User-Doc on Recent Files Jump List.
|
||||
[1222.1]- Trim line endings on Save except AutoSave.
|
||||
|
||||
@ -1 +1 @@
|
||||
1228
|
||||
103
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.1228.1"
|
||||
version="5.22.103.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -7,8 +7,8 @@
|
||||
#define APPNAME Notepad3
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_REV 1228
|
||||
#define VERSION_MINOR 22
|
||||
#define VERSION_REV 103
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 515
|
||||
#define LEXILLA_VER 514
|
||||
|
||||
Loading…
Reference in New Issue
Block a user