From d5172c3d41810964727fc7bd793a99f3294f1add Mon Sep 17 00:00:00 2001 From: Rohit Sangwan Date: Mon, 9 Dec 2024 21:19:01 +0530 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53e7719..559be00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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