Skip to content

Commit

Permalink
doc: Update version/CHANGELOG for v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Nov 4, 2023
1 parent 0da2a82 commit 7ac217f
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 6 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion assets/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 6 additions & 2 deletions intiface-engine-flutter-bridge/Cargo.lock

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

4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7ac217f

Please sign in to comment.