Skip to content

Releases: ChristianKuehnel/btlewrap

v0.1.1

15 May 09:41
Compare
Choose a tag to compare

Fixed compatiblity probles in Python 3.9

v0.1.0

03 Oct 13:54
Compare
Choose a tag to compare
  • potential breakage: unpinned library versions as requested in #28
  • added scanning to gatttool backend
  • improved integration tests
  • changed to GitHub Actions as CI system

removed tpying dependency

16 Jul 09:02
Compare
Choose a tag to compare

Remove dependency on typing library, see basnijholt/miflora#145

Fixed unlocking problem

24 Nov 08:18
Compare
Choose a tag to compare

Fixed problem related to releasing a lock twice.

Thank you to @cybe for finding and fixing #23 !

Fixed broken imports

12 Oct 06:58
Compare
Choose a tag to compare

Importing parts of your own library in setup.py is a bad idea. So I fixed it...

New bluepy version, added type hints, smaller fixes

28 Sep 09:40
2636b68
Compare
Choose a tag to compare

Many pennies make a dollar. -- Many small fixes make a release...

  • incremented dependency for bluepy to 1.2.0
  • added extra dependencies for bluepy and pygatt
  • Append parameter adapter for scan_for_devices
  • added type hints
  • fixed pylint warnings

Bugfix: Release lock unconditionally if connect() fails

18 Feb 09:20
Compare
Choose a tag to compare

Added notifications

25 Mar 17:10
4e23e39
Compare
Choose a tag to compare
v0.0.2

incremented version number

Initial release based on code from miflora

25 Mar 17:10
Compare
Choose a tag to compare
v0.0.1

added automatic release for travis