Skip to content

Latest commit

 

History

History
76 lines (57 loc) · 5.24 KB

CHANGELOG.md

File metadata and controls

76 lines (57 loc) · 5.24 KB

Changelog

v0.5.5 (2022-12-09)

Fix

  • Handle BluetoothSocketError and fallback to usb reset (#25) (5d6d1c3)

v0.5.4 (2022-12-02)

Fix

  • Downgrade permission denied error logging when attempting usb reset (#24) (79cf457)

v0.5.3 (2022-11-29)

Fix

v0.5.2 (2022-11-27)

Fix

  • Ensure dbus wait always happens on success case (#22) (df8e7e0)

v0.5.1 (2022-11-27)

Fix

v0.5.0 (2022-11-27)

Feature

v0.4.0 (2022-11-16)

Feature

  • Reduce overhead to find a response (#18) (219d3f7)

v0.3.6 (2022-10-19)

Fix

  • Soft_block and hard_block were unbound when rfkill fails (#15) (9d2aa1a)

v0.3.5 (2022-10-19)

Fix

  • Missing param in format string for rfkill timeout message (#13) (0022d8a)

v0.3.4 (2022-10-10)

Fix

  • Ensure management socket is closed on failure to prevent a leak (#12) (4ab673f)

v0.3.3 (2022-09-11)

Fix

  • Downgrade rfkill check logging to debug (#11) (80471e6)

v0.3.2 (2022-09-08)

Fix

  • Downgrade rfkill check logging to debug (#10) (c7b9539)

v0.3.1 (2022-09-06)

Fix

  • Handle invalid data in rfkill (#9) (31c1480)

v0.3.0 (2022-08-30)

Feature

  • Handle no permission to check rfkill (#8) (fcda90d)

v0.2.2 (2022-08-20)

Fix

  • Give Dbus a bit more time to catch up if the adapter has been recovered (#7) (216ef1f)

v0.2.1 (2022-08-20)

Fix

  • Handle libc.so.6 missing (#6) (0d9f4cb)
  • Handle rfkill not being available in the container (#5) (7736c35)

v0.2.0 (2022-08-20)

Feature

  • Give DBus some time to catch up to avoid spurious warnings (#4) (63188f6)

v0.1.0 (2022-08-19)

Feature