Version 0.7.96

This commit is contained in:
Jay 2020-02-01 12:47:03 -08:00
parent fee957c367
commit 4d6fb3139d
3 changed files with 8 additions and 3 deletions

View File

@ -4,7 +4,7 @@ Tachiyomi is a free and open source manga reader for Android 5.0 and above.
![screenshots of app](./.github/readme-images/theming-screenshots.gif)
## Newest Release
[v0.9.75](https://github.com/Jays2Kings/tachiyomi/releases)
[v0.9.76](https://github.com/Jays2Kings/tachiyomi/releases)
## Features

View File

@ -38,8 +38,8 @@ android {
minSdkVersion 21
targetSdkVersion 29
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
versionCode 56
versionName '0.9.75'
versionCode 57
versionName '0.9.76'
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""

View File

@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion versionName="v0.9.76" changeDate="">
<changelogtext>Bug fixes and performance improvements :)</changelogtext>
<changelogtext>If titles of your manga disappeared in the last update, please go to sources and search for it, this will add the title back</changelogtext>
</changelogversion>
<changelogversion versionName="v0.9.75" changeDate="">
<changelogtext>Edit all manga info from title to tags for both online and local manga</changelogtext>
<changelogtext>Tracked filter no longer shows tracking for services you've logged out of</changelogtext>