* fix: 修复 iOS 和 macOS 断开后 GATT 被清理导致操作无法完成的问题 * fix: 调整 GATT 缓存 * fix: 修改 iOS 蓝牙使用描述 * fix: 修复无法通过设备地址生成 UUID 的问题,修复由于 bluez 未重写 hashCode 和 equals 导致无法比较缓存实例的问题 * fix: 修改版本信息 * fix: 修复BUG * fix: 调整示例程序 * fix: 优化代码 * fix: 修改版本号 * fix: 更新 REDEME.md * fix: 更新依赖项 * fix: 项目调整 --------- Co-authored-by: jetson2 <jetson2@const.cc>
11 lines
315 B
Markdown
11 lines
315 B
Markdown
## 2.0.1
|
|
|
|
- Fix the issue that GATTs is cleared after peripheral disconnected on iOS and macOS.
|
|
- Fix the issue that create UUID form peripheral's address failed on Linux.
|
|
- Fix the issue that instance match failed on Linux.
|
|
|
|
## 2.0.0
|
|
|
|
- Rewrite the whole project with federated plugins.
|
|
- Support macOS and Linux.
|