forked from gup4win/wingup
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WinGUp (for Notepad++) v5.1.2 release
- Loading branch information
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
WinGup (for Notepad++) v5.1.1 enhancements: | ||
WinGup (for Notepad++) v5.1.2 enhancements: | ||
|
||
1. UI improvement: Plugins downloading with the progress bar | ||
1. Improve info while no update available and provide download page link on the dialog. | ||
2. Change from non-Unicode application to Unicode application. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
Copyright 2019 Don HO <[email protected]> | ||
Copyright 2021 Don HO <[email protected]> | ||
This file is part of GUP. | ||
|
@@ -20,8 +20,8 @@ | |
#ifndef RESOURCE_H | ||
#define RESOURCE_H | ||
|
||
#define VERSION_VALUE L"5.11\0" | ||
#define VERSION_DIGITALVALUE 5, 1, 1, 0 | ||
#define VERSION_VALUE L"5.12\0" | ||
#define VERSION_DIGITALVALUE 5, 1, 2, 0 | ||
|
||
#define IDD_PROGRESS_DLG 1001 | ||
#define IDD_PROXY_DLG 1002 | ||
|