Skip to content

Commit c553110

Browse files
committed
Update changelog
1 parent 8175336 commit c553110

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.MD

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
Chengelog format will be never from here.
1+
## Version 1.4.0.0 (17-03-2025):
2+
3+
- Updated Trusted Signing from v0.1.103.0 to the latest v0.1.108.0
4+
- The tool now only displays Code Signing certificates with a private key for selection
5+
- Added a direct link to the Azure Portal to help you find your Trusted Signing accounts
6+
- New option to enable or disable timestamping when signing (supported for .pfx and Certificate Store certificates)
7+
- Improved error handling and logging
8+
- Added support for more versions of the Windows SDK
9+
- New "Select All" option for bulk selecting/unselecting files to sign
10+
- Minor UI improvements for a better user experience
211

312
## Version 1.3.0.0 (18-07-2024):
413
- Add support for Microsoft Trusted Signing

SignToolGUI/Forms/ChangelogForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ private void ChangelogForm_Load(object sender, EventArgs e)
1919
private void PopulateChangelog()
2020
{
2121
// Changelog content
22-
var changelogContent = " Version 1.4.0.0 (15-03-2025):\n" +
22+
var changelogContent = " Version 1.4.0.0 (17-03-2025):\n" +
2323
" - Updated Trusted Signing from v0.1.103.0 to the latest v0.1.108.0\n" +
2424
" - The tool now only displays Code Signing certificates with a private key for selection\n" +
2525
" - Added a direct link to the Azure Portal to help you find your Trusted Signing accounts\n" +

0 commit comments

Comments
 (0)