From 56966882eea305de87d7b14ba480324673fb82b4 Mon Sep 17 00:00:00 2001 From: Chip Weinberger Date: Thu, 21 Dec 2023 21:06:43 -0600 Subject: [PATCH] Release 1.30.9 --- CHANGELOG.md | 5 ++++- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b6d2ab6..1a644822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ +## 1.30.9 +* **[Improve]** assert: fbp only supprts a single `scan` filter at a time + ## 1.30.8 * **[Improve]** android: discoverServices: add `subscribeToServicesChanged` option ## 1.30.7 * **[Fix]** `autoConnect` not always working (bug in 1.30.0) +* **[Fix]** perf: `NewStreamWithInitialValue` was not closing its streams * **[Feature]** add `device.isAutoConnectEnabled` -* **[Improve]** perf: `NewStreamWithInitialValue` dont use `asBroadcastStream` ## 1.30.6 * **[Improve]** ios log more detail diff --git a/pubspec.yaml b/pubspec.yaml index a7649894..a3e8d048 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_blue_plus description: Flutter plugin for connecting and communicationg with Bluetooth Low Energy devices, on Android, iOS, and MacOS. -version: 1.30.8 +version: 1.30.9 homepage: https://github.com/boskokg/flutter_blue_plus environment: