Skip to content

Commit fa1bdbd

Browse files
committed
Small updates to UI and typo in changelog
1 parent e6f4daf commit fa1bdbd

2 files changed

Lines changed: 71 additions & 59 deletions

File tree

SignToolGUI/Forms/ChangelogForm.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ private void ChangelogForm_Load(object sender, EventArgs e)
1919
private void PopulateChangelog()
2020
{
2121
// Changelog content
22-
var changelogContent = " Version 1.4.0.0 (14-03-2025):\n" +
23-
" - Updated Trusted Signing to the last v. 0.1.108.0 from 0.1.103.0\n" +
22+
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" +
2424
" - Changed so only Code Sign certificates with a private key is showed in the tool to select\n" +
2525
" - Added a link to the Azure Portal to find your Trusted Signing accounts\n" +
2626
" - Added a option to set if you will add a timestamp when signing or not \n" +

0 commit comments

Comments
 (0)