chore: prepare v1.0.0-rc.5 - #704
Merged
Merged
Conversation
Synchronize the npm, Tauri, Cargo, startup-launcher and lockfile versions to 1.0.0-rc.5, along with the version the browser-mode API reports and the configuration test asserts. Refs #703 Co-Authored-By: Claude Fable 5.1 <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.
Closes #703.
Version sync for the
v1.0.0-rc.5release candidate. Same nine files as the rc.4 preparation (#682), no other changes:package.json,package-lock.jsonsrc-tauri/tauri.conf.jsonsrc-tauri/Cargo.toml,Cargo.locksrc-tauri/startup-launcher/Cargo.toml,Cargo.locksrc-tauri/tests/config.rssrc/api.tsgit grep 1.0.0-rc.4over tracked non-lock files returns nothing.What ships in rc.5
Milestone
v1.0.0-rc.5, the Settings experience cleanup: Settings extracted fromApp.tsxintosrc/settings/(#691), segmented fieldsets deduplicated (#693), the tabbed Settings page with an ARIA-conformant tablist (#696), the exact-speed and help disclosures (#698, #699), update failures surfaced from any Settings tab (#701), the Support tablist retrofitted onto the shared primitive (#702), and the pairing-queue test flake fix (#695).Validation
Run from the repository root on this head, with exit codes captured directly:
npm run lintnpm testnpm run buildcargo fmt --checkcargo clippy --all-targets -- -D warningscargo testtests/config.rsAfter merge: annotated
v1.0.0-rc.5tag onmaintriggers the signed release workflow (prerelease; Windows on theswitchify-signingrunner, macOS signed and notarized; updater feed updated after artifact verification).🤖 Generated with Claude Code