Skip to content

Release v0.1.2

Choose a tag to compare

@yazon yazon released this 14 Jun 07:18
· 3 commits to main since this release
6abe6cb

v0.1.2 - macOS BLE Startup Fix

Patch release fixing a daemon startup crash on macOS. Linux and Windows are unaffected.

Bug Fixes

  • BLE: Fixed daemon crash at startup on macOS. Notify characteristics are no longer registered with a cached value, which macOS CoreBluetooth rejects.
  • BLE: Notifications now reach the watch on macOS. The daemon now detects the watch's subscription on macOS, so history and stats updates flow after connecting.

Upgrade

pip install --upgrade oh-my-wrist

No configuration changes or watch-app update required.

What's Changed

  • Fixed BLE daemon startup crash on macOS by @yazon in #10

Full Changelog: v0.1.1...v0.1.2