Skip to content

Commit b5ce090

Browse files
committed
Notepad++ 8.8.9 release
1 parent 602ab37 commit b5ce090

File tree

2 files changed

+23
-18
lines changed

2 files changed

+23
-18
lines changed

PowerEditor/bin/change.log

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
1-
Notepad++ v8.8.8 new features, regression fixes & bug-fixes:
2-
3-
1. Add Notepad++ MSI (x64) for enterprise IT deployment.
4-
2. Security enhancement: Prevent Notepad++ updater from being hijacked.
5-
3. Fix multi-selection crash (regression) when smart highlighting is enabled.
6-
4. Add tab label length limitation option to have reasonable tab width.
7-
5. Improve the performance of saving session on exit.
8-
6. Fix Distraction free mode disabling tab bar hiding regression.
9-
7. Add text scale support.
10-
8. Fix switching among some encoding not working issue.
11-
9. Fix Notepad++ not handle system default code page UTF-8 well.
12-
10. Improve Rust handling: keywords and autoCompletion.
1+
Notepad++ v8.8.9 security enhancement, new features, regression fixes & bug-fixes:
2+
3+
1. Security Enhancement: verify certificate & signature on downloaded update installer.
4+
2. Fix corrupted file loading on Windows system using the full UTF-8 code page.
5+
3. Fix crashing when hashing SHA-256 for large files.
6+
4. Fix "Select & Find Next" command not working regression.
7+
5. MSI improvement: Add NOUPDATER option & suppress REBOOT.
8+
6. Fix Perl Function List causes Notepad++ to freeze on tab switch regression.
9+
7. Fix context menu truncated regression on localization change.
10+
8. Add ability to update users' langs.xml & stylers.xml from model XML files.
11+
9. Update to Scintilla 5.5.8 & Lexilla 5.4.6.
12+
10. Add feature to sort lines in a document by length.
13+
11. Undo & redo enhancement: restore vertical scroll position after undo & redo.
14+
12. Fix mouse wheel horizontal scrolling amount not respecting Windows setting.
15+
13. Fix document map regression with keyboard input.
16+
14. Fix wrong system font scaling on Windows 7.
17+
15. Update to nlohman json 3.11.3.
1318

1419

1520
Get more info on
16-
https://notepad-plus-plus.org/downloads/v8.8.8/
21+
https://notepad-plus-plus.org/downloads/v8.8.9/
1722

1823

1924
Included plugins:
@@ -25,4 +30,4 @@ Included plugins:
2530

2631
Updater (Installer only):
2732

28-
* WinGUp (for Notepad++) v5.3.7
33+
* WinGUp (for Notepad++) v5.3.8

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.8"
22+
#define NOTEPAD_PLUS_VERSION L"Notepad++ v8.8.9"
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.88\0"
26+
#define VERSION_INTERNAL_VALUE L"8.89\0"
2727

28-
#define VERSION_PRODUCT_VALUE L"8.8.8\0"
29-
#define VERSION_DIGITALVALUE 8, 8, 8, 0
28+
#define VERSION_PRODUCT_VALUE L"8.8.9\0"
29+
#define VERSION_DIGITALVALUE 8, 8, 9, 0
3030

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

0 commit comments

Comments
 (0)