diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index 1072e1ee4117..3f42ed2fda3c 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -1,3 +1,10 @@ +Notepad++ v8.7.4 regression-fix & bug-fixes: + +1. Fix regression of multi-line tabbar height not updated after closing tabs. +2. Fix the extension defined by user not override language default extensions. +3. Fix encoding of nfo file cannot be changed bug. + + Notepad++ v8.7.3 bug-fixes & new features : 1. Fix a crash while disabling "Pin tab" feature. @@ -20,7 +27,7 @@ Notepad++ v8.7.2 new features & bug-fixes: Get more info on -https://notepad-plus-plus.org/downloads/v8.7.3/ +https://notepad-plus-plus.org/downloads/v8.7.4/ Included plugins: diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index 05d4483f81b1..1f7fce9f001c 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.3" +#define NOTEPAD_PLUS_VERSION L"Notepad++ v8.7.4" // 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.73\0" +#define VERSION_INTERNAL_VALUE L"8.74\0" -#define VERSION_PRODUCT_VALUE L"8.7.3\0" -#define VERSION_DIGITALVALUE 8, 7, 3, 0 +#define VERSION_PRODUCT_VALUE L"8.7.4\0" +#define VERSION_DIGITALVALUE 8, 7, 4, 0 // Notepad++ version: end