Skip to content

Latest commit

 

History

History
111 lines (67 loc) · 6.11 KB

CHANGELOG.md

File metadata and controls

111 lines (67 loc) · 6.11 KB

Changelog

v1.10.0 (2023-09-01)

Feature

  • Add calculate_distance_meters to estimate distance to a bluetooth device (#28) (c6f0150)

v1.9.1 (2023-08-27)

Fix

  • Rebuild wheels with cython 3.0.2 (#27) (4634dfb)

v1.9.0 (2023-08-23)

Feature

  • Speed up the new parse_advertisement_data_tuple function (#26) (1137a50)

v1.8.0 (2023-08-10)

Feature

  • Make returned data from parse_advertisement_data readonly (#25) (1a07397)

v1.7.0 (2023-08-05)

Feature

  • Remove the need to have a cpp compiler installed (#24) (2a7ebac)

v1.6.1 (2023-07-24)

Fix

  • Pin python-semantic-release to fix release process (#22) (957ad28)

v1.6.0 (2023-07-13)

Feature

  • Improve performance when data is all unique (#21) (60bff4b)

v1.5.0 (2023-07-13)

Feature

  • Avoid tuple copy if data is already a tuple (#20) (69829ba)

v1.4.0 (2023-07-13)

Feature

v1.3.0 (2023-06-29)

Feature

  • Improve handling of corrupt data (#18) (b70fdd4)

v1.2.0 (2023-06-15)

Feature

v1.1.0 (2023-06-14)

Feature

  • Reduce string conversion overhead for bluetooth addresses (#12) (558c93f)

v1.0.0 (2023-06-07)

Feature

  • Speed up parsing advertisement data (#11) (47e2519)

Breaking

  • The decode_advertisement_data function is no longer exposed (47e2519)

v0.4.0 (2023-04-15)

Feature

v0.3.1 (2022-12-19)

Fix

  • Handle zero padding in adv data (#9) (65fb26b)

v0.3.0 (2022-11-13)

Feature

v0.2.0 (2022-10-27)

Feature

  • Add human_readable_name function (#5) (bb408cd)

v0.1.2 (2022-08-13)

Fix

v0.1.1 (2022-08-12)

Fix

v0.1.0 (2022-08-12)

Feature