Notepad++ 8.7.4 release

This commit is contained in:
Don Ho 2024-12-05 03:14:51 +01:00
parent 11a02f69c8
commit b3110cdccf
2 changed files with 12 additions and 5 deletions

View File

@ -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 : Notepad++ v8.7.3 bug-fixes & new features :
1. Fix a crash while disabling "Pin tab" feature. 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 Get more info on
https://notepad-plus-plus.org/downloads/v8.7.3/ https://notepad-plus-plus.org/downloads/v8.7.4/
Included plugins: Included plugins:

View File

@ -19,14 +19,14 @@
// //
// Notepad++ version: begin // 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 // 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" // 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_PRODUCT_VALUE L"8.7.4\0"
#define VERSION_DIGITALVALUE 8, 7, 3, 0 #define VERSION_DIGITALVALUE 8, 7, 4, 0
// Notepad++ version: end // Notepad++ version: end