Skip to content

Commit

Permalink
Bump to 0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
z-huang committed Sep 1, 2024
1 parent 12acdb9 commit e65e6bf
Show file tree
Hide file tree
Showing 2 changed files with 11 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 = 25
versionName = "0.5.9"
versionCode = 26
versionName = "0.5.10"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/26.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- Multi-select in library songs, artist songs, albums, and history
- Search in history
- Auto scroll up or down when reordering
- Show other versions of an album
- Add cancel button for download notification
- Better audio normalization
- Option to disable screenshot for privacy
- Option to disable auto-loading more songs
- Other fixes and enhancements

0 comments on commit e65e6bf

Please sign in to comment.