mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-17 21:03:19 +08:00
Merge pull request #2783 from hpwamr/mui
+ upd: Version files and Changes.txt
This commit is contained in:
commit
9d905b4dfd
@ -33,7 +33,7 @@ SUP - (S)et(UP) / Installer Package
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.20.911.(build_#) (2020-09-11)
|
||||
Current BETA/RC Version 5.20.912.(build_#) (2020-09-12)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -103,6 +103,9 @@ ENHANCEMENT:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]-
|
||||
[.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.
|
||||
[.911.2]- TinyExpr: inline evaluation on active option only.
|
||||
[.911.2]- TinyExpr: allow rh equal and questionmark.
|
||||
[.911.2]- TinyExpr: newline after evaluation by '=<ENTER>'.
|
||||
|
||||
@ -1 +1 @@
|
||||
2
|
||||
1
|
||||
|
||||
@ -1 +1 @@
|
||||
911
|
||||
912
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.911.2"
|
||||
version="5.20.912.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 911
|
||||
#define VERSION_BUILD 2
|
||||
#define VERSION_REV 912
|
||||
#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