Skip to content

Tags: slideep/bleak

Tags

v0.5.1

Toggle v0.5.1's commit message
Version 0.5.1

Bugfixes and improvements of client behaviour.

Merged hbldh#117
Merged hbldh#99
Merged hbldh#100
Fixes hbldh#101
Fixes hbldh#98
Fixes hbldh#104
Further fixes for hbldh#69, hbldh#83 and hbldh#86

v0.5.0

Toggle v0.5.0's commit message
Version 0.5.0

macOS support added (thanks to @kevincar)
Merged hbldh#80: macOS development
Merged hbldh#90 which fixed hbldh#89: Leaking callbacks in BlueZ
Merged hbldh#92 which fixed hbldh#91, Prevent leaking of DBus connections on discovery
Merged hbldh#96: Regex patterns
Merged hbldh#86 which fixed hbldh#83 and hbldh#82
Recovered old .NET discovery method to try for hbldh#95

v0.4.3

Toggle v0.4.3's commit message
Version 0.4.3 - Multiple bugfixes

Merge branch 'release/v0.4.3'
Fixes hbldh#76 - Using other adapter than hci0
Fixes hbldh#75 - Timeout for discover in connect, .NET
Fixes hbldh#74 - Connection unsuccessful reported
Fixes hbldh#70 - Problem connection in Windows
Fixes hbldh#69 - BlueZ discovery bug
Fixes hbldh#68 - Dependabot
Fixes hbldh#78 - Bleak Logo
Added RSSI property to BLEDevices returned by discovery methods
Modified `details` field to BlueZ BLEDEvices
Documentation updates

v0.4.2

Toggle v0.4.2's commit message
Version 0.4.2

Added missed commit from PR hbldh#61.

v0.4.1

Toggle v0.4.1's commit message
Version 0.4.1

Merged hbldh#61: improvements and fixes for multiple issues for BlueZ backend
Fixes hbldh#57
Fixes hbldh#59
Additional documentation fixes

v0.4.0

Toggle v0.4.0's commit message
Version 0.4.0

New Service Collection object and complete OOP handling of services, characteristics and descriptors.
Rewrote parts of DotNet backend. Moved code from bridge to Python.
Fix of Bluez >= 5.48 problems
New examples.
Reintegrated BleakUWPBridge C# project in this repo again.

v0.3.0

Toggle v0.3.0's commit message
Version 0.3.0

Fixes hbldh#53, a problem for Windows and Python 3.7.

v0.2.3

Toggle v0.2.3's commit message
Version 0.2.3

Fixes issue hbldh#51.

v0.2.2

Toggle v0.2.2's commit message
Version 0.2.2

Made it compliant with Python 3.5 by removing f-strings

v0.2.1

Toggle v0.2.1's commit message
Version 0.2.1

Improved logging on .NET discover method
Some type annotation fixes in .NET code