From 7ac217f4b6bd7cf474ad32575fd6ac3dd0f8a7e1 Mon Sep 17 00:00:00 2001 From: Kyle Machulis Date: Sat, 4 Nov 2023 15:40:09 -0700 Subject: [PATCH] doc: Update version/CHANGELOG for v2.5.1 --- CHANGELOG.md | 18 ++++++++++++++++++ assets/about.md | 2 +- intiface-engine-flutter-bridge/Cargo.lock | 8 ++++++-- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 5 files changed, 28 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2178bf2..21165a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# v2.5.1 - 2023/11/04 + +## Features + +- Added Device Support (via Buttplug v7.1.8) + - Lovense Lapis, Vulse + - Funtown toys + +## Bugfixes + +- Fixed Svakom Sam Neo connection issue +- Fixed Synchro connection issue +- Fixed monitor bounds check for multiple monitor support +- Moved dylib loading to after crash reporting setup, so we can hopefully get better crash stacks +- Fixed issue with lovense connect spamming logs +- Fixed issue with common Buttplug events in buttplug_dart causing log warnings (and therefore + reporting to sentry) + # v2.5.0 - 2023/10/19 ## Features diff --git a/assets/about.md b/assets/about.md index f616b75..57e00da 100644 --- a/assets/about.md +++ b/assets/about.md @@ -12,7 +12,7 @@ Looking for apps and games to use with Intiface® Central? Check out the [Awesom # About Intiface® Central -Version v2.5.0 +Version v2.5.1 Copyright [Nonpolynomial Labs, LLC](https://nonpolynomial.com), 2022-2023 diff --git a/intiface-engine-flutter-bridge/Cargo.lock b/intiface-engine-flutter-bridge/Cargo.lock index f6eaf16..f9d5e2d 100644 --- a/intiface-engine-flutter-bridge/Cargo.lock +++ b/intiface-engine-flutter-bridge/Cargo.lock @@ -391,6 +391,8 @@ checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" [[package]] name = "buttplug" version = "7.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "687179ed0ec7614f0c24d1eb873e4fcc98f862833185de7ed86bc85c6985a97a" dependencies = [ "async-stream", "async-trait", @@ -1484,7 +1486,9 @@ dependencies = [ [[package]] name = "intiface-engine" -version = "1.4.6" +version = "1.4.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "394e61c1aab6b823607d683f439a9f28840a3fa56e6b102f4f450586cb61c837" dependencies = [ "anyhow", "argh", @@ -1516,7 +1520,7 @@ dependencies = [ [[package]] name = "intiface_engine_flutter_bridge" -version = "1.0.7" +version = "1.0.8" dependencies = [ "anyhow", "async-trait", diff --git a/pubspec.lock b/pubspec.lock index 7334755..39a4f2c 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -133,10 +133,10 @@ packages: dependency: "direct main" description: name: buttplug - sha256: "1fa7fc19ffe03ee85ef7d3744c7ce33fc2490e6d49e0cf7cfb0dcd7823af5180" + sha256: "781dbb86547ec08322b1d219c2078d676f472ed796fe993a0a8e9152073fc678" url: "https://pub.dev" source: hosted - version: "0.0.3" + version: "0.0.4" characters: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 9064938..a13cf8b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: intiface_central description: Intiface® Central publish_to: 'none' -version: 2.5.0+17 +version: 2.5.1+18 environment: sdk: '>=3.0.0 <4.0.0'