[0.8.1] - 2024-11-05
Added
- (Android) Alpha preview of Android support.
- (SimpleDBus) Added templated version of creation and getter functions for Holder class. (Thanks lorsi96!)
Changed
- Implemented standalone ByteArray class derived from
kvn::bytearray
. (Thanks tlifschitz!) - API CHANGE: Notify and Indicate callback in C bindings now receive the peripheral handle as the first argument.
Fixed
- (SimpleBluez) Fixed improper handling of non
org.Bluez.Service1
objects within aorg.bluez.Device1
object. (Thanks Kober Engineering!) - (MacOS) Fixed incorrect storage and retrieval with standard Bluetooth UUIDs inside the peripheral class. (Thanks TellowKrinkle!)
- (Python) Fixed incorrect handling of the GIL in certain functions. (Thanks nomenquis and Medra AI!)