Skip to content

Commit

Permalink
Update: v6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Oct 26, 2023
1 parent b9b15a4 commit 58000b7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/67.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Bug fixes

- Fixed the Dynamic Accent Color problem in Light Mode.
- Fixed the position of the 'No liked playlists' text.
- The Musify icon is now visible on media notifications.

Enhancements

- Reduced audio playback loading time.
- The artist cube loader is now in the same color as the accent color.
- The search bar is no longer hidden while scrolling playlists.
- Made various quality and performance improvements for 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 = '6.5.2';
const appVersion = '6.6.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.5.2+66 # run update.sh after changing the version
version: 6.6.0+67 # run update.sh after changing the version

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

0 comments on commit 58000b7

Please sign in to comment.