Skip to content

Commit

Permalink
Version 0.9.56
Browse files Browse the repository at this point in the history
  • Loading branch information
Jays2Kings committed Jan 7, 2020
1 parent 2afd068 commit b6e4869
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()}\""
Expand Down
6 changes: 6 additions & 0 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit b6e4869

Please sign in to comment.