Skip to content

Commit f44afa3

Browse files
committed
WinGUp (for Notepad++) v5.4.2 release
1 parent 7670296 commit f44afa3

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

src/change.log

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
WinGup (for Notepad++) v5.4.1 new featurs:
1+
WinGup (for Notepad++) v5.4.2 new featurs:
22

3-
1. Fix regression of launching notepad++.exe with admin privilege.
4-
2. Fix WinGUp downloading fail regression behind corporate MITM proxies.
5-
3. Update cURL to v8.19.0 to fix its security issue (CVE-2025-14819)
3+
1. Fix updater path traversal (Zip Slip) issue.

src/resource.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
#pragma once
2121

22-
#define VERSION_VALUE L"5.41\0"
23-
#define VERSION_DIGITALVALUE 5, 4, 1, 0
22+
#define VERSION_VALUE L"5.42\0"
23+
#define VERSION_DIGITALVALUE 5, 4, 2, 0
2424

2525
#define IDD_PROGRESS_DLG 1001
2626
#define IDD_PROXY_DLG 1002

0 commit comments

Comments
 (0)