Skip to content

chore: prepare v1.0.0-rc.5 - #704

Merged
enaboapps merged 1 commit into
mainfrom
chore/release-1.0.0-rc.5
Sep 8, 2026
Merged

chore: prepare v1.0.0-rc.5#704
enaboapps merged 1 commit into
mainfrom
chore/release-1.0.0-rc.5

Conversation

@enaboapps

Copy link
Copy Markdown
Contributor

Closes #703.

Version sync for the v1.0.0-rc.5 release candidate. Same nine files as the rc.4 preparation (#682), no other changes:

Site
package.json, package-lock.json npm
src-tauri/tauri.conf.json Tauri
src-tauri/Cargo.toml, Cargo.lock app crate
src-tauri/startup-launcher/Cargo.toml, Cargo.lock launcher crate
src-tauri/tests/config.rs configuration assertion
src/api.ts browser-mode reported version

git grep 1.0.0-rc.4 over tracked non-lock files returns nothing.

What ships in rc.5

Milestone v1.0.0-rc.5, the Settings experience cleanup: Settings extracted from App.tsx into src/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:

Check Result
npm run lint exit 0
npm test exit 0 — 108 tests, 4 files
npm run build exit 0
cargo fmt --check exit 0
cargo clippy --all-targets -- -D warnings exit 0
cargo test exit 0 — 263 + 7 tests, including the version assertion in tests/config.rs

After merge: annotated v1.0.0-rc.5 tag on main triggers the signed release workflow (prerelease; Windows on the switchify-signing runner, macOS signed and notarized; updater feed updated after artifact verification).

🤖 Generated with Claude Code

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>
@enaboapps
enaboapps marked this pull request as ready for review September 8, 2026 17:46
@enaboapps
enaboapps merged commit 264bda4 into main Sep 8, 2026
6 checks passed
@enaboapps
enaboapps deleted the chore/release-1.0.0-rc.5 branch September 8, 2026 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Release Switchify PC v1.0.0-rc.5

2 participants