Skip to content

Commit e214d73

Browse files
committed
Notepad++ v8.8.7 - Signed with a legitimate certificate
1 parent 1a9d525 commit e214d73

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

PowerEditor/bin/change.log

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Notepad++ v8.8.7 new features & bug-fixes:
2+
3+
1. Sign Notepad++ binaries with GlobalSign certificat to fix false-positive alerts.
4+
2. Fix Monitoring in one view affects selections and position in second view.
5+
3. Fix Shortcut Mapper memory leak issue.
6+
4. Enhance Perl FunctionList for class.
7+
5. Fix pressing Alt or Tab causes controls redrawing problem in UDL dialog.
8+
9+
110
Notepad++ v8.8.6 new features & bug-fixes:
211

312
1. Add capacity of pasting multiline into Find/Replace fields.
@@ -22,7 +31,7 @@ Notepad++ v8.8.6 new features & bug-fixes:
2231

2332

2433
Get more info on
25-
https://notepad-plus-plus.org/downloads/v8.8.6/
34+
https://notepad-plus-plus.org/downloads/v8.8.7/
2635

2736

2837
Included plugins:
@@ -34,4 +43,4 @@ Included plugins:
3443

3544
Updater (Installer only):
3645

37-
* WinGUp (for Notepad++) v5.3.4
46+
* WinGUp (for Notepad++) v5.3.5

PowerEditor/src/resource.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919

2020
//************ Notepad++ version **************************
2121

22-
#define NOTEPAD_PLUS_VERSION L"Notepad++ v8.8.6"
22+
#define NOTEPAD_PLUS_VERSION L"Notepad++ v8.8.7"
2323

2424
// should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71
2525
// ex : #define VERSION_VALUE L"5.63\0"
26-
#define VERSION_INTERNAL_VALUE L"8.86\0"
26+
#define VERSION_INTERNAL_VALUE L"8.87\0"
2727

28-
#define VERSION_PRODUCT_VALUE L"8.8.6\0"
29-
#define VERSION_DIGITALVALUE 8, 8, 6, 0
28+
#define VERSION_PRODUCT_VALUE L"8.8.7\0"
29+
#define VERSION_DIGITALVALUE 8, 8, 7, 0
3030

3131
//**********************************************************
3232

0 commit comments

Comments
 (0)