diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 9277e6cce..f9dda6a5f 100755 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -25,8 +25,8 @@ android { applicationId = "com.zionhuang.music" minSdk = 24 targetSdk = 35 - versionCode = 24 - versionName = "0.5.8" + versionCode = 25 + versionName = "0.5.9" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/fastlane/metadata/android/en-US/changelogs/25.txt b/fastlane/metadata/android/en-US/changelogs/25.txt new file mode 100644 index 000000000..d7dafb0ee --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/25.txt @@ -0,0 +1,11 @@ +- Revamped home screen +- Multi-select in queue and playlists +- Add queue item menu +- Search in playlists +- Option to change grid cell size +- Option to stop music when the app is killed +- Option to auto skip to next song on error +- Click on bottom navigation item again to scroll to top +- Refetch song button +- Fix repetitions in history +- Other fixes and enhancements \ No newline at end of file