Releases: nilicule/macbuds
Releases · nilicule/macbuds
v1.2.0
v1.1.0
- Native IOBluetooth cgo bridge (bluetooth_darwin.{h,m,go}) replacing the blueutil subprocess
- Event-driven connection-state updates (delegate notifications, ~500ms vs 2s poll)
- NSBluetoothAlwaysUsageDescription added to the workflow Info.plist
- Battery feature removed (doesn't work for non-Apple devices)
Full Changelog: v1.0.5...v1.1.0
v1.0.5
Full Changelog: v1.0.4...v1.0.5
1.0.3
Add device selection and management for Bluetooth control
Introduce functionality to list and select paired Bluetooth devices via a dialog, allowing users to choose a device for connection. Added "Clear Selected Device" to reset the configuration, improved status updates, and refactored to handle device name alongside MAC address for better clarity.