Skip to content

Commit 6a343e2

Browse files
committed
Update changelogs
1 parent e4fe200 commit 6a343e2

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.MD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
## Version 2.1.0.0 (xx-11-2025)
1+
## Version 2.1.0.0 (16-12-2025)
22

33
### 🆕 New Features
44
- Export command script (.ps1) feature:
55
- Supports Windows Certificate Store, PFX, and Azure Trusted Signing modes with per-file signing and exit code checks
66
- Optional BatchMode for Trusted Signing (single signtool call for multiple files)
77

88
### 🔧 Improvements
9+
- Smaller UI updates for better user experience
910
- Persist Trusted Signing options (Code Signing Account Name and Certificate Profile) between sessions
1011
- Restore last "Files to Sign" list on startup (from tool config)
1112
- Improved error handling and logging for Trusted Signing operations

src/SignToolGUI/Forms/ChangelogForm.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ private void PopulateChangelog()
1919
{
2020
// Changelog content
2121
var changelogContent =
22-
" Version 2.1.0.0 (xx-11-2025):\n" +
22+
" Version 2.1.0.0 (16-12-2025):\n" +
2323
" New Features\n" +
2424
" - Export command script (.ps1) feature:\n" +
2525
" - Supports Windows Certificate Store, PFX, and Azure Trusted Signing modes with per-file signing and exit code checks\n" +
2626
" - Optional BatchMode for Trusted Signing (single signtool call for multiple files)\n\n" +
2727
" Improvements\n" +
28+
" - Smaller UI updates for better user experience\n" +
2829
" - Persist Trusted Signing options (Code Signing Account Name and Certificate Profile) between sessions\n" +
2930
" - Restore last \"Files to Sign\" list on startup (from tool config)\n" +
3031
" - Improved error handling and logging for Trusted Signing operations\n" +

0 commit comments

Comments
 (0)