Skip to content

Commit ce5ff62

Browse files
committed
Reformat changelog text
1 parent 672c4aa commit ce5ff62

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.MD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
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)
7-
- Pre-flight validation in exported scripts:
8-
- Verifies paths (SignTool, PFX, DLIB) and normalizes input files with Resolve-Path
9-
- Aggregates failures and reports a single error summary
107

118
### 🔧 Improvements
129
- Persist Trusted Signing options (Code Signing Account Name and Certificate Profile) between sessions
@@ -18,6 +15,9 @@
1815
- Update Trusted Signing tools from 1.0.68 to 1.0.95 and migrate to .NET 8.0 and modernize codebase
1916
- Removed .NET 6.0 dependencies and updated runtime to .NET 8.0 and removed unused assemblies and legacy runtime features.
2017
- Improved performance with optimizations in string and buffer handling
18+
- Pre-flight validation in exported scripts:
19+
- Verifies paths (SignTool, PFX, DLIB) and normalizes input files with Resolve-Path
20+
- Aggregates failures and reports a single error summary
2121

2222
### 🔄 Changed
2323
- Trusted Signing export now creates DMDF JSON on-the-fly and removes it in a finally block

src/SignToolGUI/Forms/ChangelogForm.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)