@@ -28,10 +28,7 @@ private void PopulateChangelog()
2828 " New Features\n " +
2929 " - Export command script (.ps1) feature:\n " +
3030 " - Supports Windows Certificate Store, PFX, and Azure Trusted Signing modes with per-file signing and exit code checks\n " +
31- " - Optional BatchMode for Trusted Signing (single signtool call for multiple files)\n " +
32- " - Pre-flight validation in exported scripts:\n " +
33- " - Verifies paths (SignTool, PFX, DLIB) and normalizes input files with Resolve-Path\n " +
34- " - Aggregates failures and reports a single error summary\n \n " +
31+ " - Optional BatchMode for Trusted Signing (single signtool call for multiple files)\n \n " +
3532 " Improvements\n " +
3633 " - Persist Trusted Signing options (Code Signing Account Name and Certificate Profile) between sessions\n " +
3734 " - Restore last \" Files to Sign\" list on startup (from tool config)\n " +
@@ -41,7 +38,10 @@ private void PopulateChangelog()
4138 " - Log resolved and better check for absolute paths for DLIB and DMDF and the current working directory\n " +
4239 " - Update Trusted Signing tools from 1.0.68 to 1.0.95 and migrate to .NET 8.0 and modernize codebase\n " +
4340 " - Removed .NET 6.0 dependencies and updated runtime to .NET 8.0 and removed unused assemblies and legacy runtime features.\n " +
44- " - Improved performance with optimizations in string and buffer handling\n \n " +
41+ " - Improved performance with optimizations in string and buffer handling\n " +
42+ " - Pre-flight validation in exported scripts:\n " +
43+ " - Verifies paths (SignTool, PFX, DLIB) and normalizes input files with Resolve-Path\n " +
44+ " - Aggregates failures and reports a single error summary\n \n " +
4545 " Changed\n " +
4646 " - Trusted Signing export now creates DMDF JSON on-the-fly and removes it in a finally block\n " +
4747 " - Exported script header timestamp format changed to \" HH:mm:ss dd-MM-yyyy\" \n " +
0 commit comments