From 2beb564f95199a0134c56d609d628f085b083f72 Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Fri, 22 Apr 2022 01:38:32 +0200 Subject: [PATCH] Prepare release for 1.0.0-alpha.7 --- CHANGELOG.md | 11 +++++++++++ lib/src/core/version.dart | 3 ++- pubspec.yaml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeed7517..c56cced0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.0.0-alpha.7 - Android back button support & resizing + +- [#195](https://github.com/wiredashio/wiredash-sdk/pull/195) Support for the Android back button +- [#194](https://github.com/wiredashio/wiredash-sdk/pull/194) Resize Wiredashs content area to match the size of the content +- [#201](https://github.com/wiredashio/wiredash-sdk/pull/201) Fix state restoration error when reopening Wiredash +- [#194](https://github.com/wiredashio/wiredash-sdk/pull/194) Add a "Back to app" app header on desktop +- [#198](https://github.com/wiredashio/wiredash-sdk/pull/198) Added a netflix and whatsapp clone example demonstrating Wiredashs automatic theming capabilities when using `Wiredash.of(context).show(inheritMaterialTheme: true)` +- [#199](https://github.com/wiredashio/wiredash-sdk/pull/199) Show error when taking a screenshot fails. This may happen for some widgets on web (canvaskit) +- [#202](https://github.com/wiredashio/wiredash-sdk/pull/202) Fix "Warning: Missing asset in fonts for Inter" +- [#194](https://github.com/wiredashio/wiredash-sdk/pull/194) Small color adjustments + ## 1.0.0-alpha.6 - [#188](https://github.com/wiredashio/wiredash-sdk/pull/188) Fix upload of multiple screenshots for non-web platforms. May have caused double submission of feedback diff --git a/lib/src/core/version.dart b/lib/src/core/version.dart index 03c746c6..5b3e107d 100644 --- a/lib/src/core/version.dart +++ b/lib/src/core/version.dart @@ -20,4 +20,5 @@ /// 104 -> 1.0.0-alpha.4 /// 105 -> 1.0.0-alpha.5 /// 106 -> 1.0.0-alpha.6 -const wiredashSdkVersion = 106; +/// 107 -> 1.0.0-alpha.7 +const wiredashSdkVersion = 107; diff --git a/pubspec.yaml b/pubspec.yaml index 867f843f..a145800c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: wiredash description: Wiredash is an interactive user feedback tool for Flutter apps. -version: 1.0.0-alpha.6 +version: 1.0.0-alpha.7 homepage: https://wiredash.io repository: https://github.com/wiredashio/wiredash-sdk