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
70b5b6eb48
commit
df19903810
@ -34,7 +34,7 @@ SUP - (S)et(UP) / Installer Package
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.20.1222.(build_#) (2020-12-22)
|
||||
Current BETA/RC Version 5.20.1223.(build_#) (2020-12-23)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -66,6 +66,7 @@ NEW:
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.xxx.x]- .
|
||||
[1223.1]- Iinitial start screen resolution independent fixed base font size.
|
||||
[1218.1]- Avoid wrap-around requester if there is no other possible occurrence.
|
||||
[1214.1]- Behavior change: copy to clipboard on empty selection -> don't copy anything if current line is empty.
|
||||
[1214.1]- Update keywords list in Style INNO Lexer.
|
||||
|
||||
@ -1 +1 @@
|
||||
1222
|
||||
1223
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.1222.1"
|
||||
version="5.20.1223.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 1222
|
||||
#define VERSION_REV 1223
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 446
|
||||
#define ONIGURUMA_REGEX_VER 6.9.6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user