Skip to content

Commit 9ebf178

Browse files
committed
WinGUp (for Notepad++) v5.3.9 release
1 parent e84ada2 commit 9ebf178

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/change.log

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1+
WinGup (for Notepad++) v5.3.9 new featurs:
2+
3+
1. Security enhancement: Log security errors automatically in "%LOCALUSERDATA%\WinGUp\log\securityError.log".
4+
5+
16
WinGup (for Notepad++) v5.3.8 new featurs:
27

38
1. Security enhancement: Add checking code signing certificate ability.
49

10+
511
WinGup (for Notepad++) v5.3.7 new featurs:
612

713
1. Security enhancement: Add a comment line argument (option) to verify the download URL.

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

2525
#define IDD_PROGRESS_DLG 1001
2626
#define IDD_PROXY_DLG 1002

0 commit comments

Comments
 (0)