Skip to content

Commit f15e9a4

Browse files
committed
WinGUp (for Notepad++) v5.3.8 release
1 parent 37f9369 commit f15e9a4

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

src/change.log

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
WinGup (for Notepad++) v5.3.7 new featurs & fixed bugs:
1+
WinGup (for Notepad++) v5.3.8 new featurs:
22

3-
1. Security enhancement: provide a comment line argument to verify the download URL.
3+
1. Security enhancement: Add checking code signing certificate ability.
44

5+
WinGup (for Notepad++) v5.3.7 new featurs:
56

6-
WinGup (for Notepad++) v5.3.6 new featurs & fixed bugs:
7+
1. Security enhancement: Add a comment line argument (option) to verify the download URL.
8+
9+
10+
WinGup (for Notepad++) v5.3.6 new featurs:
711

812
1. Security enhancement: Make infoUrl overridable via command-line argument.
913

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.37\0"
23-
#define VERSION_DIGITALVALUE 5, 3, 7, 0
22+
#define VERSION_VALUE L"5.38\0"
23+
#define VERSION_DIGITALVALUE 5, 3, 8, 0
2424

2525
#define IDD_PROGRESS_DLG 1001
2626
#define IDD_PROXY_DLG 1002

0 commit comments

Comments
 (0)