Skip to content

Version 0.14.3

Compare
Choose a tag to compare
@dlech dlech released this 29 Apr 18:53
· 427 commits to master since this release
0361ba4

Changed

  • Suppress macOS 12 scanner bug error message for macOS 12.3 and higher. Fixes #720.
  • Added filters Discoverable and Pattern to BlueZ D-Bus scanner. Fixes #790.

Fixed

  • Fixed reading the battery level returns a zero-filled bytearray on BlueZ >= 5.48. Fixes #750.
  • Fixed unpairing does not work on windows with WinRT. Fixes #699
  • Fixed leak of _disconnect_futures in CentralManagerDelegate.
  • Fixed callback not removed from _disconnect_callbacks on disconnect in CentralManagerDelegate.