mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-11-02 04:24:28 +01:00
Notepad++ 8.8.5 release
This commit is contained in:
parent
faaa9bee78
commit
4467a4c99e
@ -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:
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
echo off
|
||||
rem This file is part of Notepad++ project
|
||||
rem Copyright (C)2021 Don HO <don.h@free.fr>
|
||||
rem Copyright (C)2025 Don HO <don.h@free.fr>
|
||||
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
|
||||
|
||||
@ -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
|
||||
|
||||
//**********************************************************
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user