Skip to content

Commit

Permalink
release version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ardera committed Aug 8, 2024
1 parent 7deec54 commit 85178d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.5.1] - 2024-08-08
- Expand remote user permissions check to `render` group, since that's necessary as well to use the hardware GPU.
- Added a workaround for an issue where the executable permission of certain files would be lost when copying them to the output directory, causing errors when trying to run the app on the target.
- Reduced the amount of GitHub API traffic generated when checking for updates to flutter-pi, to avoid rate limiting.
- Changed the severity of the `failed to check for flutter-pi updates` message to a warning to avoid confusion.

## [0.5.0] - 2024-06-26

- add `run` and `devices` subcommands
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutterpi_tool
description: A tool to make development & distribution of flutter-pi apps easier.
version: 0.5.0
version: 0.5.1
repository: https://github.com/ardera/flutterpi_tool

environment:
Expand Down

0 comments on commit 85178d2

Please sign in to comment.