Skip to content

Commit

Permalink
Update: v6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Sep 19, 2023
1 parent 12bb2ca commit c2af3bd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/63.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Bug fixes

- Fixed repeat and shuffle buttons on now playing page
- Fixed logger

Enhancements

- Optimized artist images
- Reintroduced lyrics feature
- Added quality selection option
- Introduced custom user playlists [BETA]
- Made various quality and performance improvements for app stability and speed

Other

- Removed local music feature (check EchoZ on GitHub)
2 changes: 1 addition & 1 deletion lib/API/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const appVersion = '6.3.0';
const appVersion = '6.4.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: 6.3.0+62 # run update.sh after changing the version
version: 6.4.0+63 # run update.sh after changing the version

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

0 comments on commit c2af3bd

Please sign in to comment.