v0.4.2May 8, 2026
Hotfix: orb menu now actually responds to clicks
- +Orb menu fix. The menu was a React component rendered inside Pebl's transparent overlay window, and macOS does not deliver mouse clicks to non-orb regions of that window. Items rendered but their clicks fell through to whatever app was behind. v0.4.2 routes orb clicks to a native macOS popup menu owned by the OS, which always receives input. Menu styling changed from custom React (with subtitles) to native macOS look. Functional over pretty for a hotfix; the styled menu can return in a future release once it lives in a window that receives clicks.
- +Two em dashes removed from onboarding copy: the body-profile subtitle and the screen-reader step indicator.
- +Apple Silicon only this release. Intel returns in v0.5.0.
- +Existing v0.4.0 installs auto-update via electron-updater the next time the app polls.
- +Note: v0.4.1 was published briefly and then deleted because it did not actually contain the menu fix it claimed. v0.4.2 supersedes both.