Version 0.9.56

This commit is contained in:
Jay 2020-01-06 18:48:30 -08:00
parent 2afd068780
commit b6e4869d30
3 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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()}\""

View File

@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion versionName="v0.9.56" changeDate="">
<changelogtext>Rewording a few things</changelogtext>
<changelogtext>Extensions Updater checker now checks every 12 hours, you might need to renable this setting to get the new timing</changelogtext>
<changelogtext>Fixed reordering drag and drop by last updating being reversed</changelogtext>
<changelogtext>Auto Migrations now shows how many manual migrations were made after skipping the rest</changelogtext>
</changelogversion>
<changelogversion versionName="v0.9.55" changeDate="">
<changelogtext>Drag &amp; Drop support in Library</changelogtext>
<changelogtext>Optimizations for the auto-migration, should now find alternative titles for mangas</changelogtext>