From 2b0620b0784701b8a2efb14e6fe61314a2ad39a8 Mon Sep 17 00:00:00 2001 From: Don HO Date: Thu, 12 Aug 2021 19:39:53 +0200 Subject: [PATCH] Notepad++ 8.1.3 Release --- PowerEditor/bin/change.log | 31 +++++++++++++++++++------------ PowerEditor/src/resource.h | 6 +++--- 2 files changed, 22 insertions(+), 15 deletions(-) diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index 3a0345e96..a1226388e 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -1,19 +1,26 @@ -Notepad++ v8.1.2 new features, enhancements & bug-fixes: +Notepad++ v8.1.3 new features, enhancements & bug-fixes: + +1. Dark mode enhancement: 95% dialogs are dark-modable. +2. Improve GUI display under high DPI. +3. Add Markdown UDL of dark mode in release packages. +4. Fix crash issue when several instances of the save dialogs are shown. +5. Fix save dialog not working on Windows Vista. +6. Add the capacity to switch among Find/Replace/FiF/Mark via their shortcuts. +7. Make Document List Panel togglable via View menu and shortcutable (+ "Switch to" command) in shortcut mapper. +8. Fix Function list current empty lost issue while Sort/Unsort/Save/Reload. +9. Fix Functions list scrolling to the top on file save issue. +10. Fix wrong path in tooltip of tab in RTL mode. +11. Fix the file drag and drop bug in RTL mode. +12. Add filter capacity in Shortcut mapper by shortcut key combination. +13. Add copy file names capacity from Windows dialog. +14. Fix shortcut conflict detection error in Shortcut mapper while filtering. +15. Increase macro, user command and plugin command number capacity. + -1. Make dark mode restartless. -2. Activate dark mode in Windows 11. -3. Make Notepad++ dark mode colors customizable: add 6 more color tone choices. -4. Add customizing dynamically dark mode colors capacity -5. Add command line flag -udl="UDL name" to open a file by applying an existent UDL via its name. -6. Use always current file directory in File Rename dialog. -7. Fix "Remember last used directory" unexpected behaviour. -8. Fix corrupted encoding text on status bar if shortcut assigned to encode command. -9. Add a Save all confirm dialog. -10. Improve JavaScript auto-completion. More fixes & implementations detail: -https://notepad-plus-plus.org/downloads/v8.1.2/ +https://notepad-plus-plus.org/downloads/v8.1.3/ Included plugins: diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index 024e7ce7e..8f16956f6 100644 --- a/PowerEditor/src/resource.h +++ b/PowerEditor/src/resource.h @@ -19,12 +19,12 @@ // // Notepad++ version: begin // -#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v8.1.2") +#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v8.1.3") // should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71 // ex : #define VERSION_VALUE TEXT("5.63\0") -#define VERSION_VALUE TEXT("8.12\0") -#define VERSION_DIGITALVALUE 8, 1, 2, 0 +#define VERSION_VALUE TEXT("8.13\0") +#define VERSION_DIGITALVALUE 8, 1, 3, 0 // Notepad++ version: end