mirror of
https://github.com/nyakang/nyaterm.git
synced 2026-09-22 08:01:31 +00:00
- Added `semver` dependency to manage versioning. - Introduced `UpdateManifest` struct for parsing and validating update manifests. - Implemented logic to select update artifacts based on platform and architecture. - Updated the update check process to utilize the new manifest structure. - Enhanced error handling for update signature verification and manifest parsing. - Modified update status messages for clarity in the UI. - Added tests for new functionality and error cases in the update process.