Skip to content

Commit

Permalink
Notepad++ 8.7.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Dec 5, 2024
1 parent 11a02f6 commit b3110cd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion PowerEditor/bin/change.log
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions PowerEditor/src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b3110cd

Please sign in to comment.