diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index bfaf2bbcd..eedcdb24b 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -1,3 +1,8 @@ +Notepad++ v8.8.5 regression-fix: + + 1. Fix "Edit with Notepad++" context menu not being installed correctly regression. + + Notepad++ v8.8.4 vulnerability-fixes, bug-fixes & new enhancement: 1. Fix -notabbar & asNotepad.xml stop hiding tabbar regression (from v8.7.9). @@ -14,7 +19,7 @@ Notepad++ v8.8.4 vulnerability-fixes, bug-fixes & new enhancement: Get more info on -https://notepad-plus-plus.org/downloads/v8.8.4/ +https://notepad-plus-plus.org/downloads/v8.8.5/ Included plugins: diff --git a/PowerEditor/installer/packageAll.bat b/PowerEditor/installer/packageAll.bat index 997047330..dd48e9e40 100644 --- a/PowerEditor/installer/packageAll.bat +++ b/PowerEditor/installer/packageAll.bat @@ -1,6 +1,6 @@ echo off rem This file is part of Notepad++ project -rem Copyright (C)2021 Don HO +rem Copyright (C)2025 Don HO rem rem This program is free software: you can redistribute it and/or modify rem it under the terms of the GNU General Public License as published by @@ -34,18 +34,18 @@ If ErrorLevel 1 goto End %signBinary% ..\binarm64\notepad++.exe If ErrorLevel 1 goto End -%signBinarySha256% ..\bin\NppShell.x86.dll -If ErrorLevel 1 goto End - -%signBinarySha256% ..\bin64\NppShell.msix -If ErrorLevel 1 goto End -%signBinarySha256% ..\bin64\NppShell.x64.dll -If ErrorLevel 1 goto End - -%signBinarySha256% ..\binarm64\NppShell.msix -If ErrorLevel 1 goto End -%signBinarySha256% ..\binarm64\NppShell.arm64.dll -If ErrorLevel 1 goto End +REM %signBinarySha256% ..\bin\NppShell.x86.dll +REM If ErrorLevel 1 goto End +REM +REM %signBinarySha256% ..\bin64\NppShell.msix +REM If ErrorLevel 1 goto End +REM %signBinarySha256% ..\bin64\NppShell.x64.dll +REM If ErrorLevel 1 goto End +REM +REM %signBinarySha256% ..\binarm64\NppShell.msix +REM If ErrorLevel 1 goto End +REM %signBinarySha256% ..\binarm64\NppShell.arm64.dll +REM If ErrorLevel 1 goto End %signBinary% ..\bin\plugins\Config\nppPluginList.dll If ErrorLevel 1 goto End diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index 2c59b921d..3c5461242 100644 --- a/PowerEditor/src/resource.h +++ b/PowerEditor/src/resource.h @@ -19,14 +19,14 @@ //************ Notepad++ version ************************** -#define NOTEPAD_PLUS_VERSION L"Notepad++ v8.8.4" +#define NOTEPAD_PLUS_VERSION L"Notepad++ v8.8.5" // should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71 // ex : #define VERSION_VALUE L"5.63\0" -#define VERSION_INTERNAL_VALUE L"8.84\0" +#define VERSION_INTERNAL_VALUE L"8.85\0" -#define VERSION_PRODUCT_VALUE L"8.8.4\0" -#define VERSION_DIGITALVALUE 8, 8, 4, 0 +#define VERSION_PRODUCT_VALUE L"8.8.5\0" +#define VERSION_DIGITALVALUE 8, 8, 5, 0 //**********************************************************