Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitsangwan01 authored and fotiDim committed Dec 9, 2024
1 parent 1292199 commit d5172c3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
## 0.14.0
* BREAKING CHANGE: `bleDevice.name` now filters out non-printable characters
* Add `bleDevice.rawName`
* Add `disableBluetooth` API
* Fix Apple CBCentralManager lazy initialization on `startScan`
* Fix Android error `scan too frequently` and auto retry scan once sufficient time has passed
* Fix duplicate `onValueChanged` events on Android 11 or earlier
* Fix Windows `withServices` filter
* Fix Windows Bluetooth availability state in release builds
* Throw error on Apple if Bluetooth permission is denied on `startScan`
* Do not throw `Characteristic already notifying` error. Subscribing to characteristic notifications multiple times is now handled safely
* Bump flutter_web_bluetooth to 1.0.0
* Improve Apple CBCentralManager lazy initialization on `startScan`
* Throw error on Apple if Bluetooth permission denied on `startScan`
* Fix Android error `scan too frequently` and auto retry scan once sufficient time has passed
* Android (< 11): Fix duplicate `onValueChanged` events

## 0.13.0
* BREAKING CHANGE: `scanFilter` filters are now in OR relation
Expand Down

0 comments on commit d5172c3

Please sign in to comment.