mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #2977 from hpwamr/mui
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
667dbd4009
@ -34,7 +34,7 @@ SUP - (S)et(UP) / Installer Package
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.20.1109.(build_#) (2020-11-09)
|
||||
Current BETA/RC Version 5.20.1116.(build_#) (2020-11-16)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -85,13 +85,15 @@ CHANGES:
|
||||
[.915.3]- Due to lack of interest, "Notepad3DLL" is discontinued.
|
||||
[.915.2]- User configurable "Web Action" menu item names.
|
||||
[.921.1]- Update grepWinNP3 (GRE) version 2.1.4.30 (2020-09-21).
|
||||
[.813.1]- Update Oniguruma Regex (ONI) engine version 6.9.6 (2020-07-31).
|
||||
[1116.1]- Update Oniguruma Regex (ONI) engine version 6.9.6 (2020-11-05).
|
||||
[.915.3]- Update Scintilla Library (SCI) version 4.4.5 (2020-09-11).
|
||||
|
||||
--------------------------------------------------------
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.xxx.x]- .
|
||||
[1116.1]- Initial path on OpenFile dialog (load file).
|
||||
[1116.1]- Compiler complaints (new VS2019 version v16.8.1).
|
||||
[1024.2]- Allow single character filename on command line.
|
||||
[1012.2]- Disable Copy/Cut complete lines on partial multi-selection.
|
||||
[1012.1]- Find/Repl all in range algo.
|
||||
|
||||
@ -1 +1 @@
|
||||
1109
|
||||
1116
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.1109.1"
|
||||
version="5.20.1116.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 1109
|
||||
#define VERSION_REV 1116
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 445
|
||||
#define ONIGURUMA_REGEX_VER 6.9.6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user