Skip to content

Commit

Permalink
Bump version to 1.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Jan 31, 2022
1 parent 29428bd commit ded861c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
## 1.0.0-alpha.4 - Desktop in focus
* Improved Desktop UI
* Draw `appBackgroundColor` behind app on screenshot
* [#177](https://github.com/wiredashio/wiredash-sdk/pull/177) Improved Desktop UI
* [#176](https://github.com/wiredashio/wiredash-sdk/pull/176) Draw `appBackgroundColor` behind app on screenshot
* Discard feedback button
* Color selection and drawing undo
* Allow retake of screenshot
* Scale drawing to match the screenshot size (based on screen ppi)
* [#172](https://github.com/wiredashio/wiredash-sdk/pull/172) Scale drawing to match the screenshot size (based on screen ppi)
* Scaling the window after capturing a screenshot doesn't change the drawing position anymore
* Hide feedback details on Summary page behind button
* Make status bar text readable on iOS
* Raise min Flutter SDK to 2.8, (2.9 is required for macOS)
* [#175](https://github.com/wiredashio/wiredash-sdk/pull/175) Raise min Flutter SDK to 2.8, (2.9 is required for macOS)

## 1.0.0-alpha.3 - No Overlay for you
* [#168](https://github.com/wiredashio/wiredash-sdk/pull/168) Fix responsive padding calculation on window resize
Expand Down
3 changes: 2 additions & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
/// 100 -> 1.0.0-alpha.1
/// 101 -> 1.0.0-alpha.2
/// 103 -> 1.0.0-alpha.3
const wiredashSdkVersion = 103;
/// 104 -> 1.0.0-alpha.4
const wiredashSdkVersion = 104;
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: wiredash
description: Wiredash is an interactive user feedback tool for Flutter apps.
version: 1.0.0-alpha.3
version: 1.0.0-alpha.4
homepage: https://wiredash.io
repository: https://github.com/wiredashio/wiredash-sdk

Expand Down

0 comments on commit ded861c

Please sign in to comment.