Skip to content

Commit

Permalink
WinGup (for Notepad++) 5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Dec 21, 2018
1 parent dfbc2ad commit 8fbc659
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/change.log
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fbc659

Please sign in to comment.