File tree 2 files changed +27
-1
lines changed
2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change
1
+ 0.6.0
2
+ ---
3
+ * ** core**
4
+ - unify UUID16 creation for all platforms
5
+ - Improve UUID (#107 )
6
+ - gap: stop advertising
7
+ - advertising: add manufacturer data field to advertisement payload
8
+ * ** linux**
9
+ - gap: workaround for https://github.com/muka/go-bluetooth/issues/163
10
+ - update to latest muka/go-bluetooth
11
+ * ** windows**
12
+ - add characteristic read, write and notify operations
13
+ - add characteristic discovery
14
+ - add service discovery
15
+ - add device connection and disconnection
16
+ - add winrt-go dependency and remove manually generated code
17
+ - disable cache when reading characteristics
18
+ * ** macos**
19
+ - update to tinygo-org fork of cbgo v0.0.4
20
+ - use the same UUID format as expected by other standard
21
+ * ** docs**
22
+ - update README with info on Windows support
23
+ * ** build**
24
+ - add Github Action based CI build (#108 )
25
+
26
+
1
27
0.5.0
2
28
---
3
29
* ** core**
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package bluetooth
2
2
3
3
// Version returns a user-readable string showing the version of the bluetooth package for support purposes.
4
4
// Update this value before release of new version of software.
5
- const Version = "0.5 .0"
5
+ const Version = "0.6 .0"
You can’t perform that action at this time.
0 commit comments