Skip to content

Commit 6ca6a36

Browse files
committed
Update changelog
1 parent 8df5e55 commit 6ca6a36

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

SignToolGUI/Forms/ChangelogForm.cs

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,16 @@ private void PopulateChangelog()
2020
{
2121
// Changelog content
2222
var changelogContent = " Version 1.4.0.0 (15-03-2025):\n" +
23-
" - Updated Trusted Signing from 0.1.103.0 to the last v. 0.1.108.0\n" +
24-
" - Changed so only Code Sign certificates with a private key is showed in the tool to select\n" +
25-
" - Added a link to the Azure Portal to find your Trusted Signing accounts\n" +
26-
" - Added a option to set if you will add a timestamp when signing or not \n" +
23+
" - Updated Trusted Signing from v0.1.103.0 to the latest v0.1.108.0\n" +
24+
" - The tool now only displays Code Signing certificates with a private key for selection\n" +
25+
" - Added a direct link to the Azure Portal to help you find your Trusted Signing accounts\n" +
26+
" - New option to enable or disable timestamping when signing (supported for .pfx and\n" +
27+
" Certificate Store certificates)\n" +
2728
" (supported for .pfx and Certificate Store cert´s)\n" +
28-
" - Added some more error handling and logging\n" +
29-
" - Added support for more v. of the Windows SDK\n" +
30-
" - Added a 'Select all' option to mass select/unselect files to sign\n" +
31-
" - Some small minor UI changes\n\n" +
29+
" - Improved error handling and logging\n" +
30+
" - Added support for more versions of the Windows SDK\n" +
31+
" - New \"Select All\" option for bulk selecting/unselecting files to sign\n" +
32+
" - Minor UI improvements for a better user experience\n\n" +
3233
" Version 1.3.0.0 (18-07-2024):\n" +
3334
" - Add support for Microsoft Trusted Signing\n" +
3435
" - Add check for if tool is code signed (via Windows API, valid or valid with my Code Signing\n" +

0 commit comments

Comments
 (0)