Skip to content

v0.9.2-beta.9

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Jun 02:48
· 256 commits to main since this release
06f51f6

Delta since previous beta (v0.9.2-beta.8) — 1 new changeset.

Patch Changes

  • Fix the project switcher in the sidebar footer not opening in the macOS desktop app. Clicking it showed a press state but the dropdown never opened. A Radix tooltip recently added to the trigger (to show the project path on hover) interfered with the menu on the desktop host: once the tooltip had opened on hover, clicking the trigger raced the tooltip's teardown against the menu's open, so the menu never stayed open. The trigger no longer uses a Radix tooltip — the full project path is shown via a native tooltip instead — and the menu opens reliably.