Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Drumber committed May 31, 2024
1 parent b569565 commit a5c4cd1
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 @@ -20,8 +20,8 @@ android {
applicationId = "io.github.drumber.kitsune"
minSdk = 26
targetSdk = 34
versionCode = 28
versionName = "1.10.4-2"
versionCode = 29
versionName = "1.10.5"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/29.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
* Added Chinese translation (Thanks @yzqzss)
* Added Turkish translation (Thanks @m3raa)
* Added Vietnamese translation (Thanks @ngocanhtve)
* Added support for per-app language (Android 13+)
* Added language picker to settings
* Show correct status labels when the library is filtered by manga only
* Show average rating above the rating chart
* Added menu to change the rating system for the rating chart
* Updated layout of the "edit library entry" dialog
* Enabled HTTP caching
* Fixed refreshing of the access token

0 comments on commit a5c4cd1

Please sign in to comment.