From 8fbc659340443ee391fade8760c94e08509541a3 Mon Sep 17 00:00:00 2001 From: Don HO Date: Fri, 21 Dec 2018 10:05:16 +0100 Subject: [PATCH] WinGup (for Notepad++) 5.1 release --- src/change.log | 8 ++++---- src/resource.h | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/change.log b/src/change.log index d8dfe5a6..97695581 100644 --- a/src/change.log +++ b/src/change.log @@ -1,5 +1,5 @@ -WinGup (for Notepad++) v5.0.5 bug-fix & enhancements: +WinGup (for Notepad++) v5.1 bug-fix & enhancements: -1. Restore the original installed plugins if plugins update fails. -2. Remove downloaded zip file after installation or update. -3. Relaunch Notepad++.exe without privilege rights after installing/updating/removing plugins. +1. Fix directory/file detection bug while unzip. +2. Fix 0 length unzipped issue for plugin operations. +3. Enhance checking download plugin package hash error message. \ No newline at end of file diff --git a/src/resource.h b/src/resource.h index 53323fc0..fb28f9e9 100644 --- a/src/resource.h +++ b/src/resource.h @@ -20,8 +20,8 @@ #ifndef RESOURCE_H #define RESOURCE_H -#define VERSION_VALUE "5.05\0" -#define VERSION_DIGITALVALUE 5, 0, 5, 0 +#define VERSION_VALUE "5.1\0" +#define VERSION_DIGITALVALUE 5, 1, 0, 0 #define IDD_PROGRESS_DLG 1001 #define IDD_PROXY_DLG 1002