|
1 | | -## Version 1.5.0.0 (00-00-2025): |
| 1 | +## Version 2.0.0.0 (00-00-2025) |
2 | 2 |
|
3 | | -- Added certificate monitoring functionality with new CertificateMonitor class and CertificateStatus Form |
| 3 | +### 🆕 New Features |
| 4 | +- Added certificate monitoring functionality with new `CertificateMonitor` class and `CertificateStatus` Form |
| 5 | +- Introduced comprehensive timestamp server management system |
| 6 | + - New `TimestampServerEditForm` for adding and editing individual timestamp servers |
| 7 | + - New `TimestampServerManagementForm` for centralized server configuration management |
| 8 | + - Added `TimestampServer` and `TimestampManager` classes for server handling and orchestration |
| 9 | +- Built-in timestamp server availability testing and health monitoring |
| 10 | +- Support for server prioritization, enabling/disabling, and timeout configuration |
| 11 | + |
| 12 | +### 🎨 User Interface Enhancements |
| 13 | +- Enhanced MainForm UI with new menu options for certificate monitoring and timestamp server management |
4 | 14 | - Introduced color-coded alerts for certificate expiry in both Windows Certificate Store and PFX scenarios |
5 | | -- Enhanced MainForm UI with new menu options for certificate monitoring |
6 | 15 | - Improved certificate information display with better visual feedback |
| 16 | +- Added intuitive forms for managing timestamp server configurations |
| 17 | + |
| 18 | +### 🏗️ Architecture Improvements |
| 19 | +- Refactored signing classes (`SignerPfx`, `SignerThumbprint`, `SignerTrustedSigning`) to inherit from new `SignerBase` abstract class |
| 20 | +- Centralized common signing logic, reducing code redundancy and improving maintainability |
| 21 | +- Enhanced certificate validation and monitoring capabilities |
| 22 | +- Improved error handling and validation for certificate paths and passwords |
| 23 | + |
| 24 | +### ⚡ Performance & Reliability |
| 25 | +- Implemented asynchronous operations for better application responsiveness |
| 26 | +- Enhanced logging system for improved troubleshooting and debugging |
| 27 | +- Added automatic failover to backup timestamp servers when primary servers are unavailable |
| 28 | +- Improved stability when handling certificate operations and network-related timestamp failures |
| 29 | + |
| 30 | +### 🐛 Bug Fixes |
| 31 | +- Better error recovery for network-related timestamp failures |
| 32 | +- Enhanced validation for certificate operations |
| 33 | +- Improved stability in certificate monitoring scenarios |
| 34 | + |
| 35 | +--- |
7 | 36 |
|
| 37 | +*This release significantly enhances the reliability, user experience, and enterprise-readiness of the SignTool GUI, particularly for environments requiring robust certificate management and timestamping |
8 | 38 |
|
9 | 39 | ## Version 1.4.0.0 (17-03-2025): |
10 | 40 |
|
|
0 commit comments