[v0.4.13] - 2026-02-14
Added
- Added
scripts/run_selfhosted_notarized_release.shhelper to trigger/watch the self-hosted notarized release workflow and verify uploaded assets.
Improved
- Hardened updater repository-source validation to accept both
github.com/{owner}/{repo}and GitHub REST API paths (api.github.com/repos/{owner}/{repo}). - Improved updater behavior in local Xcode/DerivedData runs by disabling automatic install/relaunch in development runtime.
Fixed
- Fixed update dialog failures caused by over-strict GitHub release-source path validation.
- Fixed startup reliability by removing eager Keychain token reads/migration on launch paths and treating missing-keychain datastore statuses as non-fatal token-missing cases.
- Fixed local debug key handling by using
UserDefaultsfallback inDEBUGbuilds to avoid blockingSecItemCopyMatchingbehavior during local runs.