mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Merge pull request #2803 from hpwamr/mui
+ upd: Version files and Changes.txt
This commit is contained in:
commit
5cb680f84d
@ -32,7 +32,7 @@ SUP - (S)et(UP) / Installer Package
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.20.913.(build_#) (2020-09-13)
|
||||
Current BETA/RC Version 5.20.914.(build_#) (2020-09-14)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -64,6 +64,7 @@ NEW:
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]-
|
||||
[.914.1]- F/R Dialog: toggle "Esc Ctrl Chr", try reverse operation if no length change
|
||||
[.913.1]- Bad design: F/R dialog: remove auto Esc Ctrl Chr (changed to manual explicit).
|
||||
[.901.1]- Open Recent File: Rename the Cancel button to Close button.
|
||||
[.901.1]- grepWinNP3: alpha transparency on losing focus.
|
||||
@ -97,6 +98,7 @@ CHANGES:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]-
|
||||
[.914.1]- TinyExpr: crash on rectangular selection.
|
||||
[.912.1]- TinyExpr: enable CP1252 operators '×'(mul) and '÷'(div).
|
||||
[.912.1]- TinyExpr: ignoring currency chars ("$€¢£¥") in expressions.
|
||||
[.912.1]- TinyExpr: "<n>=?" result not taken into account.
|
||||
|
||||
@ -1 +1 @@
|
||||
2
|
||||
1
|
||||
|
||||
@ -1 +1 @@
|
||||
913
|
||||
914
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.913.2"
|
||||
version="5.20.914.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 rc</description>
|
||||
|
||||
@ -8,8 +8,8 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 913
|
||||
#define VERSION_BUILD 2
|
||||
#define VERSION_REV 914
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 444
|
||||
#define ONIGURUMA_REGEX_VER 6.9.5
|
||||
#define UCHARDET_VER 2018.09.27
|
||||
|
||||
Loading…
Reference in New Issue
Block a user