mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ upd: Version files and Changes.txt
This commit is contained in:
parent
1d8256f6f6
commit
bd2efa42fe
@ -32,7 +32,7 @@ GRE - (GRE)pWinNP3 Search in Files Tool
|
||||
|
||||
|
||||
=====================================================
|
||||
Current BETA Version 5.20.508.(build_#) (2020-05-08)
|
||||
Current BETA Version 5.20.509.(build_#) (2020-05-09)
|
||||
=====================================================
|
||||
|
||||
-----------------------------------------------------
|
||||
@ -52,6 +52,7 @@ NEW:
|
||||
CHANGES:
|
||||
-----------------------------------------------------
|
||||
-
|
||||
- Minor changes for dialog handling on DPI changed.
|
||||
- Preparations for dpi-aware resizable "Customize Schemes..." dialog.
|
||||
- DPI change handling: About & C-Schemes dialog.
|
||||
- Markdown Lexer: new defaults for Header lines.
|
||||
@ -80,6 +81,9 @@ ENHANCEMENT:
|
||||
FIXES:
|
||||
-----------------------------------------------------
|
||||
-
|
||||
- Broken x86 (32-bit) build.
|
||||
- Theme scheme file handling (file extension inheritance).
|
||||
- Remember find pattern (Ctrl+F3).
|
||||
- Custiomize toolbar dialog closes immediately.
|
||||
- ".ini-file" acquire lock for invalid file path.
|
||||
- Cancel multi-selection on line up/down key.
|
||||
|
||||
@ -1 +1 @@
|
||||
1
|
||||
2
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.509.1"
|
||||
version="5.20.509.2"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 BETA</description>
|
||||
|
||||
@ -9,11 +9,11 @@
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 509
|
||||
#define VERSION_BUILD 1
|
||||
#define VERSION_BUILD 2
|
||||
#define SCINTILLA_VER 433
|
||||
#define ONIGURUMA_REGEX_VER 6.9.5
|
||||
#define UCHARDET_VER 2018.09.27
|
||||
#define TINYEXPR_VER 2018.05.11
|
||||
#define UTHASH_VER 2.1.0
|
||||
#define VERSION_PATCH BETA
|
||||
#define VERSION_COMMIT_ID nebukadn
|
||||
#define VERSION_COMMIT_ID dkt1-amr
|
||||
|
||||
Loading…
Reference in New Issue
Block a user