Skip to content

Releases: fO-000/bluing

v0.8.4: 1. Updated dependencies

05 Sep 16:16
Compare
Choose a tag to compare
1. Updated dependencies
2. Updated README
3. Now only python 3.10 is supported, and python 3.9 is no longer supported

v0.8.3

16 Aug 10:47
Compare
Choose a tag to compare

Improved plugin framework

v0.8.2

17 Jul 03:28
Compare
Choose a tag to compare

Initial support for plugins

v0.8.1

10 May 12:28
Compare
Choose a tag to compare
  • Supported Python 3.10
  • No longer need PyBluez

v0.8.0

22 Apr 10:32
Compare
Choose a tag to compare

Added support for running on aarch64 (issue #21)

v0.7.4

22 Apr 06:13
Compare
Choose a tag to compare

Increase the version of dependencies

v0.7.3

02 Mar 06:27
Compare
Choose a tag to compare
  • Bump some dependencies to the last version to fix a bug that was caused by useless import.
  • included changes from v0.7.2 (Fixed a bug that dropped GATT scan results in some cases)

v0.7.1

19 Jan 10:33
Compare
Choose a tag to compare

Updated dependencies to btgatt v0.0.8 to discover descriptors correctly

v0.7.0 - A big step for GATT scanning

17 Jan 11:51
Compare
Choose a tag to compare
  • A big step for GATT scanning. Bluepy has been deprecated, now the GATT scanning function is based on several bt packages written by myself. More exception handling, and parsed error codes.
  • Added auto-reconnect feature for GATT scan, improving the success rate. Solved the disconnection problem caused by insufficient permissions
  • Removed include descriptor option and always enable it. This is thanks to the new bt package performance improvement.
  • Supported for handling ACL continuing fragments.
  • Used the new python package distribution method.

v0.6.8: * Corrected the writing of the `hciconfig` command in the `init_hci()`

20 Oct 07:18
Compare
Choose a tag to compare

Corrected the writing of the hciconfig command in the init_hci() and updated README.