-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1913378
commit 6a82268
Showing
4 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
# Changelog | ||
|
||
## v0.1.1 | ||
|
||
* Bugfixes | ||
* Disconnecting from an ATT client works now | ||
* Reconnect now works | ||
* Sending a `connection_create` cmd when a device is unavailable | ||
retries now | ||
* `connection_complete` event now uses the correct address | ||
* Multiple ATT clients can now be started simultaneously | ||
* HCI and ACL calls will now timeout rather than hang forever | ||
endianness | ||
* Transport now supports having multiple commands in flight | ||
* Enhancements | ||
* Added `btsnoop` parser | ||
|
||
## v0.1.0 | ||
|
||
Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Changelog | ||
|
||
## v0.1.1 | ||
|
||
* Bugfixes: | ||
* Refactored UART framing to be much simpler. | ||
This fixes ACL not working on Raspberry pi devices | ||
|
||
## v0.1.0 | ||
|
||
Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters