mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-26 23:34:44 +02:00
Notepad++ 8.7.4 release
This commit is contained in:
parent
11a02f69c8
commit
b3110cdccf
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user