Notepad++ 7.6.6 release
This commit is contained in:
parent
c1c8a4d253
commit
aaa743ea3f
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user