File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 " +
You can’t perform that action at this time.
0 commit comments