Skip to content

Commit

Permalink
WinGup 5.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Nov 11, 2018
1 parent add05d5 commit 694d841
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions src/change.log
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
WinGup (for Notepad++) v5.0.3 change:
WinGup (for Notepad++) v5.0.4 bug-fix & enhancements:

1. Fix updating plugin not working bug.
2. Change plugin installation behaviour - same with plugin update now.
3. Add SHA-256 hash implementation for checking plugin zip package's SHA-256 hash while installation and update.


1. Fix an unzip bug.
2. Fix a parser argument bug.
3. Change logic of plugins removal/update/installation.
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.03\0"
#define VERSION_DIGITALVALUE 5, 0, 3, 0
#define VERSION_VALUE "5.04\0"
#define VERSION_DIGITALVALUE 5, 0, 4, 0

#define IDD_PROGRESS_DLG 1001
#define IDD_PROXY_DLG 1002
Expand Down

0 comments on commit 694d841

Please sign in to comment.