diff --git a/README.md b/README.md index cb59786ec4..635c24eeab 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Tachiyomi is a free and open source manga reader for Android. ![screenshots of app](./.github/readme-images/theming-screenshots.gif) ## Newest Release -[v0.9.55](https://github.com/Jays2Kings/tachiyomi/releases) +[v0.9.56](https://github.com/Jays2Kings/tachiyomi/releases) ## Features diff --git a/app/build.gradle b/app/build.gradle index b55a354980..d34b1850cf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,8 +38,8 @@ android { minSdkVersion 21 targetSdkVersion 29 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - versionCode 50 - versionName '0.9.55' + versionCode 51 + versionName '0.9.56' buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\"" buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\"" diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index 83b9020a36..d1c88b4fff 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,11 @@ + + Rewording a few things + Extensions Updater checker now checks every 12 hours, you might need to renable this setting to get the new timing + Fixed reordering drag and drop by last updating being reversed + Auto Migrations now shows how many manual migrations were made after skipping the rest + Drag & Drop support in Library Optimizations for the auto-migration, should now find alternative titles for mangas