chore(release): bump to v0.1.10#24
Merged
Merged
Conversation
Release notes:
- fix(notifications): banners now pop on macOS Sequoia. Switched the
notification path from the deprecated NSUserNotificationCenter
(via tauri-plugin-notification → notify-rust → mac-notification-sys)
to UNUserNotificationCenter directly, via our own Tauri command
backed by objc2-user-notifications. See PR #23 for the full write-up.
- release(ci): every release now publishes the `.app.tar.gz.sig` +
`latest.json` updater pair automatically (PR #22) — no more manual
upload step 17 hours after each release. Also drops the x86_64
matrix leg that's been queue-timing-out for three releases.
- ci: cleared the v0.1.9 release PR's audit + prettier failures
(PR #21).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release bump for v0.1.10.
What's in this release
tauri-plugin-notification(whose underlyingnotify-rust→mac-notification-syschain still uses the deprecatedNSUserNotificationCenter, which delivers to NC silently on modern macOS) onto a custom Tauri command backed byobjc2-user-notifications→UNUserNotificationCenter. (#23).app.tar.gz.sig+latest.jsonupdater pair. Previously the workflow only emitted.app+.dmg; the missing pair caused tauri-action to skip the updater JSON, which is why v0.1.5 through v0.1.9 all needed manual asset uploads after the workflow finished. Root cause:bundle.createUpdaterArtifactsdefaults tofalsein Tauri 2; we never set it. (#22)macos-13Intel runner has not produced a release artifact since v0.1.6 (queue timeouts), so this leg is purely overhead. Re-add when a stable Intel runner option exists. (#22)SetupWizard.tsx. (#21)Test plan
v0.1.10triggers Release workflow.dmg,.app.tar.gz,.app.tar.gz.sig,latest.json)🤖 Generated with Claude Code