mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #2713 from hpwamr/mui
+ upd: Version files and Changes.txt
This commit is contained in:
commit
76280e95cb
@ -33,13 +33,14 @@ SUP - (S)et(UP) / Installer Package
|
||||
|
||||
|
||||
=====================================================
|
||||
Current BETA Version 5.20.824.(build_#) (2020-08-24)
|
||||
Current BETA Version 5.20.825.(build_#) (2020-08-25)
|
||||
=====================================================
|
||||
|
||||
-----------------------------------------------------
|
||||
NEW:
|
||||
-----------------------------------------------------
|
||||
[.###.#]-
|
||||
[.825.1]- grepWinNP3: default extension on saving search result list.
|
||||
[.824.1]- Focused-View: mode Fold-Only.
|
||||
[.823.1]- Mark Occurrences: show additional Bookmark (Arrows).
|
||||
[.823.1]- Bookmark context menu: clear marker type.
|
||||
@ -63,6 +64,8 @@ NEW:
|
||||
CHANGES:
|
||||
-----------------------------------------------------
|
||||
[.###.#]-
|
||||
[.825.1]- Revert Initial Font-Size based on DeviceCaps.
|
||||
[.825.1]- Initial Font Size based on DeviceCaps (=> FullHD unchanged).
|
||||
[.824.2]- grepWinNP3: Export search result list (NP3 enhancements).
|
||||
[.823.1]- Delete Bookmarks (Alt+F2): 1st delete occurrence markers then std. bookmarks.
|
||||
[.822.1]- Remove max count limitation for "Mark Occurrences" feature.
|
||||
@ -80,7 +83,7 @@ CHANGES:
|
||||
[.729.1]- DPI-Aware About & Custom.Scheme dialog.
|
||||
[.729.1]- Swap Shortcuts: "Search in Files" -> "Ctrl+Shift+F" and Toggle Folds -> "Ctrl+Alt+F".
|
||||
[.723.1]- Review document modified handler (dirty-flag).
|
||||
[.824.2]- Update grepWinNP3 (GRE) version 2.1.3.27 (2020-08-24).
|
||||
[.825.1]- Update grepWinNP3 (GRE) version 2.1.3.28 (2020-08-25).
|
||||
[.813.1]- Update Oniguruma Regex (ONI) engine version 6.9.6 (2020-07-31).
|
||||
[.818.1]- Update Scintilla Library (SCI) version 4.4.4 (2020-08-18).
|
||||
|
||||
@ -94,6 +97,7 @@ ENHANCEMENT:
|
||||
FIXES:
|
||||
-----------------------------------------------------
|
||||
[.###.#]-
|
||||
[.825.1]- Regression: initial calculation of Print-Zoom factor.
|
||||
[.824.1]- Not intended bookmarker on F/R dialog mark findings.
|
||||
[.823.1]- Bookmark Occurrences too menu checked.
|
||||
[.823.1]- Scroll to cursor for selection start/end jumps.
|
||||
|
||||
@ -1 +1 @@
|
||||
2
|
||||
1
|
||||
|
||||
@ -1 +1 @@
|
||||
824
|
||||
825
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.824.2"
|
||||
version="5.20.825.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,8 +8,8 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 824
|
||||
#define VERSION_BUILD 2
|
||||
#define VERSION_REV 825
|
||||
#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