Skip to content

Commit cd8ebef

Browse files
committed
Update changelog
1 parent 525d925 commit cd8ebef

2 files changed

Lines changed: 35 additions & 5 deletions

File tree

CHANGELOG.MD

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,40 @@
1-
## Version 1.5.0.0 (00-00-2025):
1+
## Version 2.0.0.0 (00-00-2025)
22

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
414
- 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
615
- 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+
---
736

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
838

939
## Version 1.4.0.0 (17-03-2025):
1040

src/SignToolGUI/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.5.0.0")]
36-
[assembly: AssemblyFileVersion("1.5.0.0")]
35+
[assembly: AssemblyVersion("2.0.0.0")]
36+
[assembly: AssemblyFileVersion("2.0.0.0")]

0 commit comments

Comments
 (0)