From aaa743ea3f0056a53b266ea8db2de57acae8b6fa Mon Sep 17 00:00:00 2001 From: Don HO Date: Thu, 4 Apr 2019 01:18:29 +0200 Subject: [PATCH] Notepad++ 7.6.6 release --- PowerEditor/bin/change.log | 5 +++++ PowerEditor/installer/packageAll.bat | 4 ++-- PowerEditor/src/resource.h | 6 +++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index cef3beb1..143cbbf8 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -1,3 +1,8 @@ +Notepad++ v7.6.6 bug-fix: + +1. Fix crash issue inserted by adding an enhancement for retaining read only setting state in session. + + Notepad++ v7.6.5 new features and bug-fixes: 0. Security enhancement: GPG Signature is provided for Notepad++ release. diff --git a/PowerEditor/installer/packageAll.bat b/PowerEditor/installer/packageAll.bat index 425cb549..93584d81 100644 --- a/PowerEditor/installer/packageAll.bat +++ b/PowerEditor/installer/packageAll.bat @@ -34,9 +34,9 @@ If ErrorLevel 1 goto End signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin\NppShell64_06.dll If ErrorLevel 1 goto End -signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin\nppPluginList.dll +signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin\plugins\Config\nppPluginList.dll If ErrorLevel 1 goto End -signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin64\nppPluginList.dll +signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin64\plugins\Config\nppPluginList.dll If ErrorLevel 1 goto End signtool.exe sign /f %NPP_CERT% /p %NPP_CERT_PWD% /d "Notepad++" /du https://notepad-plus-plus.org/ /t http://timestamp.digicert.com/ ..\bin\updater\GUP.exe diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index 5582addf..99627b98 100644 --- a/PowerEditor/src/resource.h +++ b/PowerEditor/src/resource.h @@ -27,12 +27,12 @@ #pragma once -#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.6.5") +#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v7.6.6") // should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71 // ex : #define VERSION_VALUE TEXT("5.63\0") -#define VERSION_VALUE TEXT("7.65\0") -#define VERSION_DIGITALVALUE 7, 6, 5, 0 +#define VERSION_VALUE TEXT("7.66\0") +#define VERSION_DIGITALVALUE 7, 6, 6, 0