Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Apr 20, 2024
2 parents ab966eb + 03827eb commit 5366007
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 9 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
# v2.5.7 - 2024/04/20 (All Platforms)

## Features

- Massive number of device support updates, including JoyHub, Kiiroo, and Lioness. See
https://github.com/buttplugio/buttplug/blob/buttplug-7.1.15/buttplug/CHANGELOG.md for full list.

## Bugfixes

- Fix issue with Lovense Solace running > v30 firmware
- Fix issues with Motorbunny, Joyhub devices

# v2.5.6 - 2024/03/16 (All Platforms)

## Features
Expand Down
8 changes: 8 additions & 0 deletions intiface-engine-flutter-bridge/CHANGELOG.md
@@ -1,3 +1,11 @@
# 1.0.15 (2024/04/20)

## Features

- Update to Buttplug v7.1.16/Intiface Engine v2.0.4
- Add hardware support for many JoyHub devices, some Kiiroo, Lioness
- Fix bugs with Lovense Solace, some JoyHub devices

# 1.0.14 (2024/03/17)

## Features
Expand Down
10 changes: 5 additions & 5 deletions intiface-engine-flutter-bridge/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions intiface-engine-flutter-bridge/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "intiface_engine_flutter_bridge"
version = "1.0.14"
version = "1.0.15"
authors = ["Nonpolynomial Labs, LLC <kyle@nonpolynomial.com>"]
description = "Rust-Flutter bridge for IntifaceEngine"
license = "BSD-3-Clause"
Expand All @@ -10,11 +10,11 @@ edition = "2021"
exclude = [".vscode/**"]

[dependencies]
intiface-engine = "2.0.3"
intiface-engine = "2.0.4"
# intiface-engine = { path = "../../intiface-engine" }
# THIS MUST ALWAYS MATCH THE VERSION USED BY INTIFACE ENGINE
# buttplug = { path = "../../buttplug/buttplug" }
buttplug = "7.1.15"
buttplug = "7.1.16"
flutter_rust_bridge = "1.82.6"
log = "0.4.21"
lazy_static = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: intiface_central
description: Intiface® Central

publish_to: 'none'
version: 2.5.6+24
version: 2.5.7+25

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 5366007

Please sign in to comment.