Skip to content

Commit f617e4e

Browse files
committed
Notepad++ release 8.9.1
1 parent a313fd3 commit f617e4e

File tree

3 files changed

+22
-17
lines changed

3 files changed

+22
-17
lines changed

PowerEditor/bin/change.log

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
1-
Notepad++ v8.9 security enhancement, new improvements, regression fixes & bug-fixes:
1+
Notepad++ v8.9.1 regression fixes, bug-fixes & new improvements:
2+
3+
1. Fix EOL duplication regression when playing back old recorded macros.
4+
2. Remedy search failure for pasted text containing trailing invisible EOL character.
5+
3. Fix customized context menu regression where separator (id="0") escapes FolderName submenu.
6+
4. Fix issue where a single undo reverted multiple changes after macro execution.
7+
5. Fix visual glitch when dragging dockable dialogs on a 2nd monitor.
8+
6. Fix inconsistent automatic search mode switching (RegEx to Extended) in Find dialog.
9+
7. Fix incorrect URL parsing caused by Unicode special spaces.
10+
8. Update to Boost 1.90.0.
11+
9. Improve update themes feature: fix JavaScript.js edge case.
12+
10. Update javascript.js to better match javascript (embedded) in all themes.
13+
11. Function List: enhance for Perl & PHP; add for Nim.
14+
12. Fix comments and highlighting in TCL.
15+
13. Update perl keywords and autocomplete for 5.42.
16+
14. Improvement: display Find dialog status message with invisible characters warning.
217

3-
0. Remove Notepad++ self-singed certificate signature, use only the certificate issued by GlobalSign.
4-
1. Log security errors automatically while auto-updating in "%LOCALAPPDATA%\Notepad++\log\securityError.log".
5-
2. Fix jarring color regression in dark mode (introduced in v8.8.9).
6-
3. Fix "/noUpdater" installer option not working if updater was previously installed.
7-
4. Fix column mode edit undo regression (introduced in v8.8.9).
8-
5. Fix issue where an empty file opened without encoding under a UTF-8 system codepage.
9-
6. Add makefile function list parser.
10-
7. Improve performance & add missing file ext. from langs.model.xml to langs.xml.
11-
8. Improve "Open containing folder in Explorer" command to avoid creating Explorer process.
12-
9. Allow refresh mouse scroll amount according to OS settings changes.
1318

1419

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

1823

1924
Included plugins:

PowerEditor/installer/packageAll.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if %SIGN% == 0 goto NoSign
2121

2222
REM commands to sign
2323

24-
set signtoolWin11="C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64\signtool.exe"
24+
set signtoolWin11="C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\signtool.exe"
2525

2626
set Sign_by_GlobalSignCert=%signtoolWin11% sign /n "NOTEPAD++" /tr http://timestamp.globalsign.com/tsa/r6advanced1 /td SHA256 /fd SHA256
2727

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"
22+
#define NOTEPAD_PLUS_VERSION L"Notepad++ v8.9.1"
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.9\0"
26+
#define VERSION_INTERNAL_VALUE L"8.91\0"
2727

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

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

0 commit comments

Comments
 (0)