Skip to content

Commit

Permalink
1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Jun 1, 2024
1 parent 545347d commit 04a37ec
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 @@ -87,8 +87,8 @@ android {
// keep support for it for a while.
minSdk = 21
targetSdk = 34
versionCode = 9
versionName = "1.0.7"
versionCode = 10
versionName = "1.0.8"
if (releaseType != "Release") {
versionNameSuffix = myVersionName
}
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Hotfix release to fix crashes on Android 5. Original changelog below.

Highlights of this release:
- Support moving now playing queue items (thanks @topazrn)
- Fix various bugs in shuffle implementation
- Update lyric color system to make sure it always is readable
- Make sure lyric color is same in system-dark-app-light and system-light-app-system modes
- Some bug fixes
- Fixed reproducible builds

0 comments on commit 04a37ec

Please sign in to comment.