Skip to content

Latest commit

 

History

History
119 lines (89 loc) · 7.7 KB

CHANGELOG.md

File metadata and controls

119 lines (89 loc) · 7.7 KB

Changelog

v0.14.1 (2022-12-10)

Fix

v0.14.0 (2022-12-10)

Feature

  • Cleanup new storage apis and add coverage (#33) (07cfbdf)

v0.13.0 (2022-12-10)

Feature

  • Add storage to save and restore discovered devices (#32) (dc88a36)

v0.12.0 (2022-12-05)

Feature

  • Expose load_history_from_managed_objects (#31) (823daa8)

v0.11.0 (2022-11-27)

Feature

  • Detect vendor of uart bluetooth adapters by mac oui (#30) (12b1383)

v0.10.1 (2022-11-27)

Fix

v0.10.0 (2022-11-27)

Feature

  • Export ADAPTER_ constants for the underlying usb device (#27) (f3f7619)

v0.9.0 (2022-11-27)

Feature

  • Add hardware info to adapter details (#26) (dc2682d)

v0.8.0 (2022-11-16)

Feature

  • Add new multi platform adapter manager (#23) (58119d1)

v0.7.0 (2022-11-04)

Feature

v0.6.0 (2022-10-02)

Feature

  • Use unpack_variants from dbus-fast (#21) (f5e0cf4)

v0.5.3 (2022-10-01)

Fix

v0.5.2 (2022-09-26)

Fix

v0.5.1 (2022-09-17)

Fix

v0.5.0 (2022-09-17)

Feature

  • Add support for restoring bluetooth history from the bus (#17) (3aaf104)

v0.4.1 (2022-09-10)

Fix

v0.4.0 (2022-09-09)

Feature

  • Switch from dbus-next to dbus-fast (#15) (90d9ca5)

v0.3.6 (2022-09-09)

Fix

  • Handle Dbus closing the connection on us (#14) (847698f)

v0.3.5 (2022-09-08)

Fix

  • Downgrade more loggers to debug in case they do not have bluez installed and do not want bluetooth (#13) (cae2700)

v0.3.4 (2022-09-02)

Fix

v0.3.3 (2022-09-01)

Fix

  • Downgrade dbus timeouts to debug logging as it likely means they have no bluez (#11) (4f6ae64)

v0.3.2 (2022-08-27)

Fix

  • Seperate FileNotFoundError and BrokenPipeError errors (#10) (f0b3d81)

v0.3.1 (2022-08-27)

Fix

  • Manage BrokenPipeError thrown by MessageBus.connect() (#9) (5d0fbaa)

v0.3.0 (2022-08-27)

Feature

  • Add get_dbus_managed_objects (#8) (ce613ea)

v0.2.0 (2022-08-18)

Feature

  • Add get_bluetooth_adapter_details (#7) (619f1ac)

v0.1.3 (2022-08-01)

Fix

  • Add a timeout in case dbus fails to respond (#6) (eff1022)

v0.1.2 (2022-07-24)

Fix

  • Adapters now returns a list instead of a set since order matters (#5) (b4f153b)

v0.1.1 (2022-07-22)

Fix

v0.1.0 (2022-07-22)

Feature