Skip to content

Commit

Permalink
Update: v5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Jun 25, 2023
1 parent 2199400 commit 9e253b8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/56.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Bug Fixes

- The Artists section will no longer show an infinite loading animation.

Enhancements

- Avoid showing the same artists consistently in the "Suggested artists" section.

- The setup page has been removed as the download and update folders are now chosen automatically.

- A new feature, Download Mode, has been added

- The Play next and previous song functions have been improved.

- Miscellaneous quality and performance improvements to enhance app stability and speed.
2 changes: 1 addition & 1 deletion lib/API/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const appVersion = '5.4.0';
const appVersion = '5.5.0';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/gokadzev/Musify
issue_tracker: https://github.com/gokadzev/Musify/issues

publish_to: 'none'
version: 5.4.0+55 # run update.sh after changing the version
version: 5.5.0+56 # run update.sh after changing the version

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

0 comments on commit 9e253b8

Please sign in to comment.