mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-17 21:03:19 +08:00
+ upd: Version files and Changes.txt
This commit is contained in:
parent
64991d55e5
commit
f4bbd61e20
@ -33,19 +33,20 @@ SUP - (S)et(UP) / Installer Package
|
||||
|
||||
|
||||
=====================================================
|
||||
Current BETA Version 5.20.812.(build_#) (2020-08-12)
|
||||
Current BETA Version 5.20.813.(build_#) (2020-08-13)
|
||||
=====================================================
|
||||
|
||||
-----------------------------------------------------
|
||||
NEW:
|
||||
-----------------------------------------------------
|
||||
[.###.#]-
|
||||
[.813.1]- Right-to-left (RTL) title/frame layout for some dialog.
|
||||
[.813.1]- Edit Right-To-Left (RTL) mode (works only in GDI device context (DC)).
|
||||
[.812.1]- Extended context menu (margin commands, file explorer).
|
||||
[.812.1]- Context-Menu to toggle margins.
|
||||
[.811.1]- Color-Definition Hotspots: support RGB+A (default), A+RGB and BGRA.
|
||||
[.808.1]- Configuration for "Search in Files" toolbar label.
|
||||
[.802.1]- Configuration ([Settings2]LargeIconScalePrecent) percent threshold to switch to
|
||||
bigger file types icons (lexer style selections).
|
||||
[.802.1]- Configuration ([Settings2]LargeIconScalePrecent) percent threshold to switch to bigger file types icons (lexer style selections).
|
||||
[.727.1]- DPI-Aware treeview/listview lexer type icons.
|
||||
[.727.1]- New string "Calculate Tiny-Expressions".
|
||||
[branch]- ARM64_Build branch (Xperimental).
|
||||
@ -64,7 +65,7 @@ CHANGES:
|
||||
[.729.1]- Swap Shortcuts: "Search in Files" -> "Ctrl+Shift+F" and Toggle Folds -> "Ctrl+Alt+F".
|
||||
[.723.1]- Review document modified handler (dirty-flag).
|
||||
[.812.1]- Update grepWinNP3 (GRE) version 2.1.3.23 (2020-08-12).
|
||||
[.722.2]- Update Oniguruma Regex (ONI) engine version 6.9.6 (2020-07-05).
|
||||
[.813.1]- Update Oniguruma Regex (ONI) engine version 6.9.6 (2020-07-31).
|
||||
[.724.1]- Update Scintilla Library (SCI) version 4.4.4 (2020-07-21).
|
||||
|
||||
-----------------------------------------------------
|
||||
@ -77,12 +78,12 @@ ENHANCEMENT:
|
||||
FIXES:
|
||||
-----------------------------------------------------
|
||||
[.###.#]-
|
||||
[.813.1]- Center dialo in parent (if parent is minimized).
|
||||
[.812.1]- Fix copy search for & path to (only one) existing instance (GRE).
|
||||
[.812.1]- "grepWinNP3": fix invalid searchPath Ballon-Tip handling (GRE).
|
||||
[.812.1]- [Settings2] filebrowser.exe=explorer.exe.
|
||||
[.812.1]- Text contrast on hover color hotspot.
|
||||
[.811.1]- Set preferred language to internal, in case of "don't show again"
|
||||
option on "not available confirmation dialog" is enabled.
|
||||
[.811.1]- Set preferred language to internal, in case of "don't show again" option on "not available confirmation dialog" is enabled.
|
||||
[.808.1]- Center system's MessageBox in parent window.
|
||||
[.808.1]- Relative calculation of title font size for AboutBox and CS dialog.
|
||||
[.805.1]- Unicode Point detection and enhanced Color Tag contrast on hoover.
|
||||
|
||||
@ -1 +1 @@
|
||||
812
|
||||
813
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.812.1"
|
||||
version="5.20.813.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 812
|
||||
#define VERSION_REV 813
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 444
|
||||
#define ONIGURUMA_REGEX_VER 6.9.5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user