Version 0.9.56
This commit is contained in:
parent
2afd068780
commit
b6e4869d30
@ -4,7 +4,7 @@ Tachiyomi is a free and open source manga reader for Android.
|
|||||||
![screenshots of app](./.github/readme-images/theming-screenshots.gif)
|
![screenshots of app](./.github/readme-images/theming-screenshots.gif)
|
||||||
|
|
||||||
## Newest Release
|
## Newest Release
|
||||||
[v0.9.55](https://github.com/Jays2Kings/tachiyomi/releases)
|
[v0.9.56](https://github.com/Jays2Kings/tachiyomi/releases)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
@ -38,8 +38,8 @@ android {
|
|||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
versionCode 50
|
versionCode 51
|
||||||
versionName '0.9.55'
|
versionName '0.9.56'
|
||||||
|
|
||||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog bulletedList="true">
|
<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="">
|
<changelogversion versionName="v0.9.55" changeDate="">
|
||||||
<changelogtext>Drag & Drop support in Library</changelogtext>
|
<changelogtext>Drag & Drop support in Library</changelogtext>
|
||||||
<changelogtext>Optimizations for the auto-migration, should now find alternative titles for mangas</changelogtext>
|
<changelogtext>Optimizations for the auto-migration, should now find alternative titles for mangas</changelogtext>
|
||||||
|
Loading…
Reference in New Issue
Block a user