From a9a403d1876939861dab300039e6cbd7403edb3f Mon Sep 17 00:00:00 2001 From: Kyle Machulis Date: Mon, 16 Jan 2023 12:08:37 -0800 Subject: [PATCH] doc: Update version/CHANGELOG for v2.2.2 --- CHANGELOG.md | 27 +++++++++++++++++---------- assets/about.md | 2 +- pubspec.yaml | 4 ++-- 3 files changed, 20 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54d9343..6617668 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,18 @@ -# v2.2.1 - 2023/01/05 +# v2.2.2 - 2023/01/16 (All platforms) + +## Features + +- Update to Intiface Engine v1.2.1/Buttplug v7.0.1 + - Mostly hardware protocol updates and bug fixes, see Buttplug v7.0.1 CHANGELOG for more info. + +# v2.2.1 - 2023/01/05 (iOS) ## Bugfixes - Fixed iOS symbol stripping being too overzealous and stripping rust symbols. - Fixed Version updater showing updates available for Mobile builds. -# v2.2.0 - 2023/01/02 +# v2.2.0 - 2023/01/02 (Desktop) ## Features @@ -16,7 +23,7 @@ - Bugfixes for user config loading - Bugfixes for Svakom Iker -# v2.1.0 - 2022/12/19 +# v2.1.0 - 2022/12/19 (Desktop) ## Features @@ -39,7 +46,7 @@ - Fix Hgod protocol update loop - Fix deserialization of multi-type battery field in Lovense Connect service -# v2 - 2022/11/26 +# v2 - 2022/11/26 (Desktop/iOS) ## Bugfixes @@ -51,7 +58,7 @@ - Fix issues with Lovense Dongle devices panicking - Fix error message that's not actually an error on iOS/macOS -# v1 (All Platforms) - 2022/11/24 +# v1 - 2022/11/24 (All Platforms) ## Features @@ -65,7 +72,7 @@ - Removed "Start Server on Startup" option until we've shipped a few versions and have a fallback for the server possibly crashing on startup. -# v0.0.4 (Desktop/Android) - 2022/11/15 +# v0.0.4 - 2022/11/15 (Desktop/Android) ## Features @@ -80,7 +87,7 @@ - Fixed Android App Permissions - Default to expanded UI on Desktop -# 0.0.3 (Desktop Only) - 2022/11/06 +# 0.0.3 - 2022/11/06 (Desktop) ## Features @@ -100,7 +107,7 @@ - Reset server on start when in Debug (for GUI reloading) - Consolidate bridge tasks but make sure they don't stall -# 0.0.2 (Desktop) - 2022/10/23 +# 0.0.2 - 2022/10/23 (Desktop) ## Features @@ -118,7 +125,7 @@ - Fixed issue with Android dead code elimination removing btleplug symbols in release - Settings changes now only allowed when server not running -# 0.0.1 (Desktop) - 2022/10/15 +# 0.0.1 - 2022/10/15 (Desktop) ## Features @@ -132,7 +139,7 @@ - Start/Stop server button now actually looks like a button - Intiface Central Desktop now checks for engine existence, warns if it doesn't exist -# 0.0.0 (Desktop, Android) - 2022/10/02 +# 0.0.0 - 2022/10/02 (Desktop/Android) ## Features diff --git a/assets/about.md b/assets/about.md index 5829f52..e5108ed 100644 --- a/assets/about.md +++ b/assets/about.md @@ -1,6 +1,6 @@ # Intiface® Central -Version v2.2.1 +Version v2.2.2 Copyright [Nonpolynomial Labs, LLC](https://nonpolynomial.com), 2022 diff --git a/pubspec.yaml b/pubspec.yaml index a12d531..332efd6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: intiface_central description: Intiface® Central publish_to: 'none' -version: 2.2.1 +version: 2.2.2 environment: sdk: '>=2.18.0 <3.0.0' @@ -66,7 +66,7 @@ msix_config: publisher: CN=F86D9362-B08B-4275-8DB7-9799BD6BB826 logo_path: ./assets/icons/intiface_central_icon.png install_certificate: false - msix_version: 2.2.1.0 + msix_version: 2.2.2.0 capabilities: internetClient, internetClientServer, privateNetworkClientServer, humaninterfacedevice, bluetooth, usb, serialcommunication flutter_icons: