Skip to content

Commit

Permalink
doc: Update version/CHANGELOG for v2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Jan 21, 2024
1 parent d7513ad commit a66b842
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 13 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
# v2.5.5 - 2024/01/21 (All Platforms)

## Features

- Update to Buttplug v7.1.11/Intiface Engine v2.0.0
- More accurate/complete logging
- Move crash reporting to layer where we can see errors in rust bridge
- Massive number of device support updates, see https://github.com/buttplugio/buttplug/blob/buttplug-7.1.12/buttplug/CHANGELOG.md for full list.
- Added option to turn off window position setting on startup

# v2.5.4 - 2023/11/18 (Android)

## Bugfixes
Expand Down
40 changes: 28 additions & 12 deletions pubspec.lock
Expand Up @@ -277,10 +277,10 @@ packages:
dependency: "direct dev"
description:
name: ffigen
sha256: "3a80687577e7e51ba915114742f389a128e8aa241c52ce69a0f70aecb8e14365"
sha256: "0a4e9c5437c5c4600fa583141508beaf90fe29b58b0fd7437a9b022cda228747"
url: "https://pub.dev"
source: hosted
version: "9.0.1"
version: "10.0.0"
file:
dependency: transitive
description:
Expand Down Expand Up @@ -378,10 +378,10 @@ packages:
dependency: "direct main"
description:
name: flutter_rust_bridge
sha256: e12415c3bce49bcbc3fed383f0ea41ad7d828f6cf0eccba0588ffa5a812fe522
sha256: "02720226035257ad0b571c1256f43df3e1556a499f6bcb004849a0faaa0e87f0"
url: "https://pub.dev"
source: hosted
version: "1.82.1"
version: "1.82.6"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -560,6 +560,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.4"
multicast_dns:
dependency: "direct main"
description:
name: multicast_dns
sha256: "316cc47a958d4bd3c67bd238fe8b44fdfb6133bad89cb191c0c3bd3edb14e296"
url: "https://pub.dev"
source: hosted
version: "0.3.2+6"
nested:
dependency: transitive
description:
Expand Down Expand Up @@ -604,10 +612,10 @@ packages:
dependency: "direct main"
description:
name: package_info_plus
sha256: "7e76fad405b3e4016cd39d08f455a4eb5199723cf594cd1b8916d47140d93017"
sha256: "88bc797f44a94814f2213db1c9bd5badebafdfb8290ca9f78d4b9ee2a3db4d79"
url: "https://pub.dev"
source: hosted
version: "4.2.0"
version: "5.0.1"
package_info_plus_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -820,18 +828,18 @@ packages:
dependency: "direct main"
description:
name: sentry
sha256: e8040183ea1a0323999bce69786ed8429b1b89fbe5815a504d5bb7493a6464cc
sha256: "89e426587b0879e53c46a0aae0eb312696d9d2d803ba14b252a65cc24b1416a2"
url: "https://pub.dev"
source: hosted
version: "7.13.1"
version: "7.14.0"
sentry_flutter:
dependency: "direct main"
description:
name: sentry_flutter
sha256: "843e317e605e5860e30ae431e9b8724c54f1a8567c9ad495e04595926bf22376"
sha256: fd089ee4e75a927be037c56815a0a54af5a519f52b803a5ffecb589bb36e2401
url: "https://pub.dev"
source: hosted
version: "7.13.1"
version: "7.14.0"
settings_ui:
dependency: "direct main"
description:
Expand Down Expand Up @@ -949,6 +957,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.10.0"
sprintf:
dependency: transitive
description:
name: sprintf
sha256: "1fc9ffe69d4df602376b52949af107d8f5703b77cda567c4d7d86a0693120f23"
url: "https://pub.dev"
source: hosted
version: "7.0.0"
stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -1097,10 +1113,10 @@ packages:
dependency: transitive
description:
name: uuid
sha256: "648e103079f7c64a36dc7d39369cabb358d377078a051d6ae2ad3aa539519313"
sha256: cd210a09f7c18cbe5a02511718e0334de6559871052c90a90c0cca46a4aa81c8
url: "https://pub.dev"
source: hosted
version: "3.0.7"
version: "4.3.3"
vector_math:
dependency: transitive
description:
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.4+22
version: 2.5.5+23

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

0 comments on commit a66b842

Please sign in to comment.