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
9596a0fc3e
commit
b3712da68b
@ -32,13 +32,15 @@ GRE - (GRE)pWinNP3 Search in Files Tool
|
||||
|
||||
|
||||
=====================================================
|
||||
Current BETA Version 5.20.501.(build_#) (2020-05-01)
|
||||
Current BETA Version 5.20.504.(build_#) (2020-05-04)
|
||||
=====================================================
|
||||
|
||||
-----------------------------------------------------
|
||||
NEW:
|
||||
-----------------------------------------------------
|
||||
-
|
||||
- Strip first char: allow multi-selection.
|
||||
- Open default browser while clicking hyperlink tooltip.
|
||||
- Regex multi-select feature.
|
||||
- Toolbar hint for zoomed view.
|
||||
- "waifu2x" scaled std toolbar bitmaps.
|
||||
@ -50,7 +52,11 @@ NEW:
|
||||
CHANGES:
|
||||
-----------------------------------------------------
|
||||
-
|
||||
- Open hyperlink on double-click.
|
||||
- Markdown Lexer: new defaults for Header lines.
|
||||
- Strip first char: do not apply on all text (empty selection).
|
||||
- Reorganization Context menu.
|
||||
- Bigger prev/next button-icons (Customize Schemes... dialog).
|
||||
- Hyperlink double-click and MMB-click behavior.
|
||||
- Filevar tag "fill-column" changes to support multi-column marker.
|
||||
- Installer to let the user select the target directory.
|
||||
- Default long-line wrap settings.
|
||||
@ -72,6 +78,9 @@ ENHANCEMENT:
|
||||
FIXES:
|
||||
-----------------------------------------------------
|
||||
-
|
||||
- Custiomize toolbar dialog closes immediately.
|
||||
- ".ini-file" acquire lock for invalid file path.
|
||||
- Cancel multi-selection on line up/down key.
|
||||
- Initial behavior on open Find/Replace dialog.
|
||||
- Lost Find/Replace dialog settings.
|
||||
- Lazy syntax styling (copy into multi-line string, etc.).
|
||||
@ -93,7 +102,12 @@ REMOVED:
|
||||
TRANSLATIONS (MUI):
|
||||
-----------------------------------------------------
|
||||
-
|
||||
- Chinese Taiwan (zh-TW) in progress...
|
||||
- Indonesian (id-ID) in progress...
|
||||
- Portuguese (pt-PT) in progress...
|
||||
- Portuguese Brazilian (pt-BR) in progress...
|
||||
- Slovak (sk-SK).
|
||||
- Vietnamese (vi-VN) in progress...
|
||||
|
||||
|
||||
=====================================================
|
||||
|
||||
@ -1 +1 @@
|
||||
1
|
||||
2
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.504.1"
|
||||
version="5.20.504.2"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 BETA</description>
|
||||
|
||||
@ -9,11 +9,11 @@
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 504
|
||||
#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 t7820-rk
|
||||
#define VERSION_COMMIT_ID dkt1-amr
|
||||
|
||||
Loading…
Reference in New Issue
Block a user