Skip to content

Commit

Permalink
Bump to 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
z-huang committed Aug 28, 2024
1 parent 3f7d564 commit 17be9cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/25.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 17be9cd

Please sign in to comment.