Skip to content

Commit 8660732

Browse files
committed
Notepad++ release 8.8.6
1 parent 429c9bb commit 8660732

File tree

2 files changed

+30
-27
lines changed

2 files changed

+30
-27
lines changed

PowerEditor/bin/change.log

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,37 @@
1-
Notepad++ v8.8.5 regression-fix:
2-
3-
1. Fix "Edit with Notepad++" context menu not being installed correctly regression.
4-
5-
6-
Notepad++ v8.8.4 vulnerability-fixes, bug-fixes & new enhancement:
7-
8-
1. Fix -notabbar & asNotepad.xml stop hiding tabbar regression (from v8.7.9).
9-
2. Fix "Edit with Notepad++" not removed by uninstaller regression (from v8.8.3).
10-
3. Fix possible heap memory leak.
11-
4. Increase search input length from 2046 to 16383.
12-
5. Add warning tip for the max length on search input (Find/Replace).
13-
6. Fix JavaScript listed twice in Language & Indent settings of Preferences issue.
14-
7. Fix external lexers showing several time in Indent settings issue.
15-
8. Add button to insert variables in the run dialog.
16-
9. Enhance "Go to settings": guide users to the related setting explicitly.
17-
10. Add a clear button for filter field in Shortcut Mapper.
18-
11. Make NFO font overridable by adding font name in Lexer "nfo" of stylers.xml.
1+
Notepad++ v8.8.6 new features & bug-fixes:
2+
3+
1. Add capacity of pasting multiline into Find/Replace fields.
4+
2. Improve UAC in Notepad++ for seamless elevated operations.
5+
3. Fix Pin Tab operation being too long with many opened documents.
6+
4. Add 2 new full-readonly modes via command line argument (-fullReadOnly & -fullReadOnlySavingForbidden).
7+
5. Add apply/remove read-only for all documents commands.
8+
6. Column Editor enhancement: GUI input fields now support radix to match the output format.
9+
7. Add Window dialog "File Modified Time" sorting capacity.
10+
8. Fix NPPN_CMDLINEPLUGINMSG not working issue & define the pluginMessage usage protocol.
11+
9. Fix pasting from column mode to multi-selection issue due to different EOL.
12+
10. Add NPPM_GETNPPSETTINGSDIRPATH message to get Notepad++ settings directory path.
13+
11. Enhance SQL function list parser.
14+
12. Fix C# function list not working with comments.
15+
13. Add function list ability for CSS.
16+
14. Allow user to customize max selected chars to auto-fill "Find what" field.
17+
15. Restore undo/redo behaviour in Find/Replace fields after Copy/Paste or Ctrl-F.
18+
16. Fix text corruption issue caused by selection within multibyte characters.
19+
17. Fix DOCTYPE styling in xml and html.
20+
18. Fix double clicking on edit zone border creates a new tab issue.
21+
19. Update cURL in WinGUp (Notepad++ updater) for fixing security issue CVE-2025-5399.
1922

2023

2124
Get more info on
22-
https://notepad-plus-plus.org/downloads/v8.8.5/
25+
https://notepad-plus-plus.org/downloads/v8.8.6/
2326

2427

2528
Included plugins:
2629

27-
1. NppExport v0.4
28-
2. Converter v4.6
29-
3. Mime Tool v3.1
30+
1. NppExport v0.4
31+
2. Converter v4.7
32+
3. Mime Tool v3.1
3033

3134

3235
Updater (Installer only):
3336

34-
* WinGUp (for Notepad++) v5.3.3
37+
* WinGUp (for Notepad++) v5.3.4

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.5"
22+
#define NOTEPAD_PLUS_VERSION L"Notepad++ v8.8.6"
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.85\0"
26+
#define VERSION_INTERNAL_VALUE L"8.86\0"
2727

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

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

0 commit comments

Comments
 (0)