Skip to content

Latest commit

 

History

History
93 lines (66 loc) · 5.33 KB

CHANGELOG.md

File metadata and controls

93 lines (66 loc) · 5.33 KB

Changelog

v1.2.0 (2024-02-24)

Feature

  • Switch to using aiooui for mac lookups (#22) (3623907)

v1.1.0 (2024-02-24)

Feature

  • Switch to using aiooui for mac lookups (#21) (18f5288)

v1.0.1 (2022-10-22)

Fix

  • Vendor lookup was always returning none (#20) (7debdd7)

v1.0.0 (2022-10-22)

Feature

  • Provide vendor information and label transient devices (#19) (f035c9d)

Breaking

  • The parser is now a bound method as iBeaconParser.parse which requires async_setup to be called before using it. (f035c9d)

v0.7.4 (2022-10-12)

Fix

  • Ignore random transient ibeacons (#17) (099f011)

v0.7.3 (2022-10-02)

Fix

  • Handle ibeacon with impossible power value of 0 (#16) (9a9206a)

v0.7.2 (2022-09-30)

Fix

  • Add 1CA92E23F0874DF7B9A2FD4B716A4BF6 to banned uuids (#15) (f00d6aa)

v0.7.1 (2022-09-28)

Fix

v0.7.0 (2022-09-23)

Feature

v0.6.5 (2022-09-23)

Fix

  • Clamp distance to max theoretical value (#12) (ae71fbd)

v0.6.4 (2022-09-19)

Fix

v0.6.3 (2022-09-19)

Fix

v0.6.2 (2022-09-18)

Fix

v0.6.1 (2022-09-18)

Fix

v0.6.0 (2022-09-18)

Feature

  • Abstract checking a service_info into is_ibeacon_service_info (#7) (2b95037)

v0.5.0 (2022-09-18)

Feature

  • Reject invalid distance data and return None (#6) (be8b9b6)

v0.4.0 (2022-09-18)

Feature

v0.3.0 (2022-09-18)

Feature

v0.2.0 (2022-09-17)

Feature

v0.1.0 (2022-09-17)

Feature

Fix