Version 0.7.96
This commit is contained in:
parent
fee957c367
commit
4d6fb3139d
3 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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()}\""
|
||||
|
|
|
@ -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>
|
||||
|
|
Reference in a new issue