File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 0.11.6 (2024-10-06)
2
+
3
+ ## Features
4
+
5
+ - Move from objc to objc2
6
+ - Now using an actually updated/maintained coreAPI library! Thanks madsmtm!
7
+ - Implement CentralState for mac/linux/windows to tell when bluetooth is on/off
8
+ - Thanks szymonlesisz!
9
+ - Still needs Android impl.
10
+
11
+ ## Bugfixes
12
+
13
+ - Make local_name on CoreBluetooth match that of Windows/Linux returns when possible.
14
+ - Thanks yuyoyuppe!
15
+ - Fix descriptor reading on CoreBluetooth
16
+ - Thanks kovapatrik!
17
+ - Fix one of the many, many NullPointerException issues in droidplug
18
+ - Thanks blackspherefollower!
19
+ - There are so many more though, esp when we don't have correct permissions on Android.
20
+
1
21
# 0.11.5 (2024-01-10)
2
22
3
23
## Bugfixes
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " btleplug"
3
- version = " 0.11.5 "
3
+ version = " 0.11.6 "
4
4
authors = [
" Nonpolynomial, LLC <[email protected] >" ]
5
5
license = " MIT/Apache-2.0/BSD-3-Clause"
6
6
repository = " https://github.com/deviceplug/btleplug"
You can’t perform that action at this time.
0 commit comments