Signotaur v1.1.0.89
Released: Jan 14, 2026
v1.1.0.89 버젼 업데이트
기능
- The server now sends email notifications to API key owners when keys are approaching expiration or have expired. Notification timing is configurable in server settings.
- Users can now control which types of email notifications they receive (API keys, code signing certificates, website certificates) from their profile settings.
- The command-line client now displays warnings when an API key is approaching expiration, helping prevent authentication failures.
- Added a new --theme option to customize console colours (light/dark/general), along with a --no-color option to disable colored output for CI/CD compatibility.
- Improved robustness when working with PKCS#11 hardware security modules, including automatic recovery from session failures, library re-initialization on errors, and improved thread safety.
- Added new Windows error descriptions, making it easier to diagnose signing failures.
- Infrastructure:
- Updated the .NET runtime to version 10.0.2.
- Updated third-party dependencies to the latest stable versions.
수정사항
- Corrected a problem that prevented notification settings from being saved correctly.
- Fixed an issue where cancelled operations did not return the correct exit codes.