From 4eed1cc99a9ea88810b06b5f7c8a41fd79699dbd Mon Sep 17 00:00:00 2001 From: Valeri Gokadze Date: Wed, 5 Jul 2023 13:50:01 +0400 Subject: [PATCH] Update: v5.6.0 --- .../metadata/android/en-US/changelogs/57.txt | 25 +++++++++++++++++++ lib/API/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/57.txt diff --git a/fastlane/metadata/android/en-US/changelogs/57.txt b/fastlane/metadata/android/en-US/changelogs/57.txt new file mode 100644 index 000000000..e750d571e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/57.txt @@ -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. \ No newline at end of file diff --git a/lib/API/version.dart b/lib/API/version.dart index f22820ce2..a8065148f 100644 --- a/lib/API/version.dart +++ b/lib/API/version.dart @@ -1 +1 @@ -const appVersion = '5.5.0'; +const appVersion = '5.6.0'; diff --git a/pubspec.yaml b/pubspec.yaml index 75a474eea..5a8784376 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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'