Skip to content

Commit

Permalink
Bump version to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
z-huang committed Dec 27, 2022
1 parent deb7268 commit e0137e4
Show file tree
Hide file tree
Showing 2 changed files with 18 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 @@ -15,8 +15,8 @@ android {
applicationId = "com.zionhuang.music"
minSdk = 24
targetSdk = 32
versionCode = 14
versionName = "0.4.3"
versionCode = 15
versionName = "0.4.4"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {
Expand Down
16 changes: 16 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/15.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Improvement

- Add shuffle button in Android Auto

Fixed

- Fix apostrophe displayed as HTML entity in lyrics #401
- Update YouTube search filter key #436
- Fix #432

Translation

- Update Hungarian translation #407 #425
- Add Indonesia translation #415
- Update Simplified Chinese translation #416
- Update Japanese translation #419

0 comments on commit e0137e4

Please sign in to comment.