Skip to content

Commit

Permalink
Update: v5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Jul 5, 2023
1 parent 1b4711a commit 4eed1cc
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/57.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Bug Fixes

- Fixed an issue where multiple random songs would play consecutively after one finishes.

- If the user has not chosen an app theme, the default theme will now be applied.

- Corrected the past form of the verb "backup" in localizations.

- Resolved a crash occurring on Android devices running below version 10 when opening local music.

Enhancements

- Enhanced the responsiveness of the "Now Playing" page for a smoother user experience.

- Updated the Portuguese translation to improve language accuracy.

- Improved the backup and restore functions for better reliability and ease of use.

- Updated existing playlists to ensure they are up to date and relevant.

- Added three new playlists to expand the music selection.

- Removed the lyrics feature, as the current implementation is no longer functional.

- Implemented 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.5.0';
const appVersion = '5.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: 5.5.0+56 # run update.sh after changing the version
version: 5.6.0+57 # run update.sh after changing the version

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

0 comments on commit 4eed1cc

Please sign in to comment.