mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #2778 from hpwamr/mui
+ upd: Version files and Changes.txt
This commit is contained in:
commit
93a2f0a23e
@ -33,13 +33,14 @@ SUP - (S)et(UP) / Installer Package
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.20.909.(build_#) (2020-09-09)
|
||||
Current BETA/RC Version 5.20.911.(build_#) (2020-09-11)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
NEW:
|
||||
--------------------------------------------------------
|
||||
[.###.#]-
|
||||
[.911.1]- Allow colon (:) as alternate divide operator to calculate TinyExpr.
|
||||
[.825.1]- grepWinNP3: default extension on saving search result list.
|
||||
[.824.1]- Focused-View: mode Fold-Only.
|
||||
[.823.1]- Mark Occurrences: show additional Bookmark (Arrows).
|
||||
@ -102,6 +103,7 @@ ENHANCEMENT:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]-
|
||||
[.911.1]- Allow RETURN / ENTER after equal sign (=) to calculate TinyExpr.
|
||||
[.908.1]- SubMenu active marker (Occurrences Indicator Options).
|
||||
[.906.1]- Delete marker of (comletely) deleted lines.
|
||||
[.905.1]- Initial state of "Focus View" button in F/R-Dlg.
|
||||
|
||||
@ -1 +1 @@
|
||||
909
|
||||
911
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.909.1"
|
||||
version="5.20.911.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 rc</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 909
|
||||
#define VERSION_REV 911
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 444
|
||||
#define ONIGURUMA_REGEX_VER 6.9.5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user