From 8a8f8b2a89ad7bc89d304848d563faac9c51546d Mon Sep 17 00:00:00 2001 From: Don Ho Date: Wed, 25 Dec 2024 05:34:02 +0100 Subject: [PATCH] Notepad++ 8.7.5 release --- PowerEditor/bin/change.log | 19 ++++++++++++++++++- PowerEditor/src/resource.h | 8 ++++---- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index 3f42ed2fd..e6c6ce973 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -1,3 +1,20 @@ +Notepad++ v8.7.5 regression-fixes, bug-fixes & enhancements: + + 1. Fix nfo file losing modification issue (regression from v8.7.4). + 2. Fix network file wrong modification detection (regression from v8.7.1). + 3. Fix regression "Open Selected PathName(s)" command not working while all selected. + 4. Fix unusuability after deleting files in split view. + 5. Fix unsaved documents lost on next launch if portable Notepad++ change path. + 6. Refactoring for the better performance & smaller binary size. + 7. Improve "Copy Selected Lines" command. + 8. Add Visual Basic function list. + 9. Add Swift, TypeScript, and Go for advanced Auto-indent. +10. Fix UDL comment line not working due to conflict with stream comment definition. +11. Enhance "Follow current doc." GUI action/option in Find in files. +12. Fix Reload Workspace not working. +13. Add "Show details" functionality in installer. + + Notepad++ v8.7.4 regression-fix & bug-fixes: 1. Fix regression of multi-line tabbar height not updated after closing tabs. @@ -27,7 +44,7 @@ Notepad++ v8.7.2 new features & bug-fixes: Get more info on -https://notepad-plus-plus.org/downloads/v8.7.4/ +https://notepad-plus-plus.org/downloads/v8.7.5/ Included plugins: diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index 1f7fce9f0..5b044c9b5 100644 --- a/PowerEditor/src/resource.h +++ b/PowerEditor/src/resource.h @@ -19,14 +19,14 @@ // // Notepad++ version: begin // -#define NOTEPAD_PLUS_VERSION L"Notepad++ v8.7.4" +#define NOTEPAD_PLUS_VERSION L"Notepad++ v8.7.5" // should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71 // ex : #define VERSION_VALUE L"5.63\0" -#define VERSION_INTERNAL_VALUE L"8.74\0" +#define VERSION_INTERNAL_VALUE L"8.75\0" -#define VERSION_PRODUCT_VALUE L"8.7.4\0" -#define VERSION_DIGITALVALUE 8, 7, 4, 0 +#define VERSION_PRODUCT_VALUE L"8.7.5\0" +#define VERSION_DIGITALVALUE 8, 7, 5, 0 // Notepad++ version: end