Skip to content

Release 0.2

Latest
Compare
Choose a tag to compare
@rytilahti rytilahti released this 13 Jul 21:01
· 4 commits to master since this release
abe4208

This release adds two new backends: bleak and gattlib.
Bleak backend is the new default backend which makes this library
work also on non-Linux platforms and requires no compiler to be installed.

0.2 (2022-07-13)

  • Add publish to pypi workflow (#54) [Teemu R]

  • Add bleak backend and make it default (#53) [Teemu R]

  • Wrap backend exceptions inside BackendException (#52) [Teemu R]

  • Add mac property to thermostat class (#51) [Teemu R]

  • Update README, pyproject.toml (#49) [Teemu R]

  • Support gattlib as an alternative btle library (#48) [Helmut Grohne]

  • Use poetry, add pre-commit hooks & mass format to modern standards,
    add CI (#47) [Teemu R]