Skip to content

Commit 0fbbf6f

Browse files
committed
WinGup 4.3 release
1 parent 3d14e31 commit 0fbbf6f

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

src/change.log

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
GUP v4.2 bug-fix & new enhancement:
1+
WinGup v4.3 new feature & bug-fixes:
22

3-
1. Update cURL from 7.42.1 to 7.56.1
4-
2. Enable CURLSSLOPT_NO_REVOKE option in cURL to fix the problem that updating requires certificate support:
5-
https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1237
6-
3. Fixed unwanted message displaying issue.
7-
4. Add more tanslations.
3+
1. Update cURL from v7.56.1 to v7.79.1
4+
2. Add customizable application icon (for the dialogs & on taskbar).
5+
3. Fix percentage glitch on progress bar.
6+
4. Fix wrong version parameter set.

src/resource.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
#ifndef RESOURCE_H
2121
#define RESOURCE_H
2222

23-
#define VERSION_VALUE "4.2\0"
24-
#define VERSION_DIGITALVALUE 4, 2, 0, 0
23+
#define VERSION_VALUE "4.3\0"
24+
#define VERSION_DIGITALVALUE 4, 3, 0, 0
2525

2626
#define IDD_PROGRESS_DLG 1001
2727
#define IDD_PROXY_DLG 1002

0 commit comments

Comments
 (0)