Skip to content

Releases: flip-dots/HueBLE

v1.0.6

30 Jun 14:01
Compare
Choose a tag to compare

1.0.6 (2024-06-30)

Fixed

  • Fixed incorrect type hint for colour_temp property
  • Fixed exception on light.authenticated if Linux system does not return the expected data

v1.0.5

19 May 13:01
Compare
Choose a tag to compare

1.0.5 (2024-05-19)

Changed

  • Registered callbacks are now run when the connect() method achieves a connection.

v1.0.4

18 May 15:54
Compare
Choose a tag to compare

1.0.4 (2024-05-18)

Changed

  • Increment minimum Python version to 3.11. asyncio.timeout requires > 3.10 not >= 3.10.

Fixed

  • Resolved issue which could cause module to get stuck in a connection loop after an
    unexpected disconnect in an edge case.

v1.0.3

12 May 19:24
Compare
Choose a tag to compare

1.0.3 (2024-05-12)

Changed

  • Formatting changes

Fixed

  • Resolved issue with automatic re-connect causing an exception due to missing brackets :P

v1.0.2

12 May 11:39
Compare
Choose a tag to compare

1.0.2 (2024-05-12)

Added

  • Definable delay between connecting and disconnecting in the
    re-connect method.
  • Definable maximum attempts for automatic re-connection.

Changed

  • Exceptions from connect() and poll_state() are now caught and
    logged instead of causing an exception in the callee.

Fixed

  • Resolved issue where module would attempt to infinitely retry to
    connect to a light that failed pairing. Module now will only attempt
    automatic re-connect when it has connected to the light successfully
    at least once.
  • Fixed EOF error in demo program on Linux based systems

v1.0.1

05 May 18:10
Compare
Choose a tag to compare

[1.0.1] - 2024-05-05

Added

  • Code badges to README and docs

Fixed

  • Project logo in README
  • Hyperlinks to module functions in docs

v1.0.0

05 May 17:45
Compare
Choose a tag to compare

Initial release!