Skip to content

Commit

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

- Fixed user playlists issues

Enhancements

- Improved user playlists page
- Added confirmation dialog before removing playlist
- Made various quality and performance improvements for app stability and speed
2 changes: 1 addition & 1 deletion lib/API/musify.dart
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ void removeUserPlaylist(String playlistId) {
addOrUpdateData('user', 'playlists', userPlaylists);
}

void removeUserCustomPlaylist(dynamic playlist){
void removeUserCustomPlaylist(dynamic playlist) {
userCustomPlaylists.remove(playlist);
addOrUpdateData('user', 'customPlaylists', userCustomPlaylists);
}
Expand Down
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.0';
const appVersion = '6.5.1';
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.0+64 # run update.sh after changing the version
version: 6.5.1+65 # run update.sh after changing the version

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

0 comments on commit d4e3d36

Please sign in to comment.