From f0133cc8c470a39ef85d526cf183f4878e836855 Mon Sep 17 00:00:00 2001 From: Dennis Moschina <45356478+DennisMoschina@users.noreply.github.com> Date: Fri, 9 Jan 2026 14:53:33 +0100 Subject: [PATCH] bumped version to 2.3.0 --- CHANGELOG.md | 66 +++++++++++++++++++++++++------------------- example/pubspec.lock | 16 +++++------ pubspec.yaml | 2 +- 3 files changed, 46 insertions(+), 38 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bd0aa1..ab8582d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,57 +1,65 @@ -## 0.0.1 +## 2.3.0 -* TODO: Describe initial release. +* BREAKING CHANGE: introduced new capability system + * deprecated old way of checking capabilities using `is ` + * updated documentation to reflect new capability system +* introduced exceptions when conneting to devices fails +* Only support time syncing in OpenEarable v2 devices when the device firmware supports it -## 0.0.2 +## 2.2.6 -Connecting to earable now retries after first failure. +* fixed some issues with the auto-reconnect logic +* introduced time sync capability +* implemented time sync for OpenEarable v2 devices -## 0.0.3 +## 2.2.5 -Added compatibility with flutter web. +* added related sensor configuration to esense sensors -## 0.0.4 +## 2.2.4 -Extend pipeline to use Flutter. +* added support for IMU of Tau-Ring +* added support for IMU of eSense -## 0.0.5 +## 2.2.3 -README updates (example web app) and add supported platforms. +* marked logger for internal use only +* added function to set logger externally -## 0.1.0 +## 2.2.2 -* Create new lib structure -* Support more devices: Polar devices, Cosinuss One, OpenEarable v2 +* upgraded dependencies to newest versions + +## 2.2.1 + +* reintroduced support for OpenEarable on Firmware 2.1.* ## 2.2.0 * Fixed a lot of bugs * added functionality -## 2.2.1 +## 0.1.0 -* reintroduced support for OpenEarable on Firmware 2.1.* +* Create new lib structure +* Support more devices: Polar devices, Cosinuss One, OpenEarable v2 -## 2.2.2 +## 0.0.5 -* upgraded dependencies to newest versions +README updates (example web app) and add supported platforms. -## 2.2.3 +## 0.0.4 -* marked logger for internal use only -* added function to set logger externally +Extend pipeline to use Flutter. -## 2.2.4 +## 0.0.3 -* added support for IMU of Tau-Ring -* added support for IMU of eSense +Added compatibility with flutter web. -## 2.2.5 +## 0.0.2 -* added related sensor configuration to esense sensors +Connecting to earable now retries after first failure. -## 2.2.6 +## 0.0.1 -* fixed some issues with the auto-reconnect logic -* introduced time sync capability -* implemented time sync for OpenEarable v2 devices \ No newline at end of file +* TODO: Describe initial release. \ No newline at end of file diff --git a/example/pubspec.lock b/example/pubspec.lock index 231d77d..35a705b 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -45,10 +45,10 @@ packages: dependency: transitive description: name: characters - sha256: faf38497bda5ead2a8c7615f4f7939df04333478bf32e4173fcb06d428b5716b + sha256: f71061c654a3380576a52b451dd5532377954cf9dbd272a78fc8479606670803 url: "https://pub.dev" source: hosted - version: "1.4.1" + version: "1.4.0" clock: dependency: transitive description: @@ -300,18 +300,18 @@ packages: dependency: transitive description: name: matcher - sha256: "12956d0ad8390bbcc63ca2e1469c0619946ccb52809807067a7020d57e647aa6" + sha256: dc58c723c3c24bf8d3e2d3ad3f2f9d7bd9cf43ec6feaa64181775e60190153f2 url: "https://pub.dev" source: hosted - version: "0.12.18" + version: "0.12.17" material_color_utilities: dependency: transitive description: name: material_color_utilities - sha256: "9c337007e82b1889149c82ed242ed1cb24a66044e30979c44912381e9be4c48b" + sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec url: "https://pub.dev" source: hosted - version: "0.13.0" + version: "0.11.1" mcumgr_flutter: dependency: "direct main" description: @@ -568,10 +568,10 @@ packages: dependency: transitive description: name: test_api - sha256: "19a78f63e83d3a61f00826d09bc2f60e191bf3504183c001262be6ac75589fb8" + sha256: ab2726c1a94d3176a45960b6234466ec367179b87dd74f1611adb1f3b5fb9d55 url: "https://pub.dev" source: hosted - version: "0.7.8" + version: "0.7.7" tuple: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index b57dcb3..d99835c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: open_earable_flutter description: This package provides functionality for interacting with OpenEarable devices. Control LED colors, control audio, and access raw sensor data. -version: 2.2.6 +version: 2.3.0 repository: https://github.com/OpenEarable/open_earable_flutter/tree/main platforms: