mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #1612 from hpwamr/mui
+ chg: Update Changes.txt and Update Build version
This commit is contained in:
commit
2b883403e9
@ -31,7 +31,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
==================================================
|
||||
Current BETA Version 5.19.906.#(build) (2019-09-06)
|
||||
Current BETA Version 5.19.908.#(build) (2019-09-08)
|
||||
==================================================
|
||||
|
||||
--------------------------------------------------
|
||||
@ -61,6 +61,7 @@ ENHANCEMENT:
|
||||
--------------------------------------------------
|
||||
FIXES:
|
||||
--------------------------------------------------
|
||||
- Minor correction of HotKey.
|
||||
- Ctrl+Shift-C/X and Paste behaviour.
|
||||
- Markdown highlight overflow.
|
||||
- Redo initial selection after replace (ins/del).
|
||||
|
||||
@ -1 +1 @@
|
||||
2619
|
||||
2620
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.19.905.2619"
|
||||
version="5.19.908.2620"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 BETA</description>
|
||||
|
||||
@ -7,8 +7,8 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 19
|
||||
#define VERSION_REV 905
|
||||
#define VERSION_BUILD 2619
|
||||
#define VERSION_REV 908
|
||||
#define VERSION_BUILD 2620
|
||||
#define SCINTILLA_VER 420
|
||||
#define ONIGURUMA_REGEX_VER 6.9.3
|
||||
#define UCHARDET_VER 2018.09.27
|
||||
|
||||
Loading…
Reference in New Issue
Block a user