Skip to content

Commit 53cb350

Browse files
committed
Notepad++ v8.9.2 release
1 parent b34b5b1 commit 53cb350

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

PowerEditor/bin/change.log

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Notepad++ v8.9.2 regression fixes, bug-fixes & new improvements:
2+
3+
1. Security enhancement: Make updater check interity & authenticity of server-returned XML (XMLDsig).
4+
2. Security enhancement: Fix untrusted search path vulnerability (CVE-2026-25926) by launching explorer.exe.
5+
3. Security enhancement: Make auto-updater (WinGUp) even more secured (Remove dll dependency & unscured options).
6+
4. Fix a plugin installation crash due to incorrect processing catch.
7+
5. Add redact selection feature - Default: █, Modifier (Shift + Click): ●.
8+
6. Fix context menu shortcut localization not aligning to the right regression.
9+
10+
111
Notepad++ v8.9.1 regression fixes, bug-fixes & new improvements:
212

313
1. Fix EOL duplication regression when playing back old recorded macros.
@@ -18,7 +28,7 @@ Notepad++ v8.9.1 regression fixes, bug-fixes & new improvements:
1828

1929

2030
Get more info on
21-
https://notepad-plus-plus.org/downloads/v8.9.1/
31+
https://notepad-plus-plus.org/downloads/v8.9.2/
2232

2333

2434
Included plugins:
@@ -30,4 +40,4 @@ Included plugins:
3040

3141
Updater (Installer only):
3242

33-
* WinGUp (for Notepad++) v5.3.9
43+
* WinGUp (for Notepad++) v5.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.9.1"
22+
#define NOTEPAD_PLUS_VERSION L"Notepad++ v8.9.2"
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.91\0"
26+
#define VERSION_INTERNAL_VALUE L"8.92\0"
2727

28-
#define VERSION_PRODUCT_VALUE L"8.9.1\0"
29-
#define VERSION_DIGITALVALUE 8, 9, 1, 0
28+
#define VERSION_PRODUCT_VALUE L"8.9.2\0"
29+
#define VERSION_DIGITALVALUE 8, 9, 2, 0
3030

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

0 commit comments

Comments
 (0)