From 4d6fb3139d3f8940d912c989ddb550cd80d3815a Mon Sep 17 00:00:00 2001 From: Jay Date: Sat, 1 Feb 2020 12:47:03 -0800 Subject: [PATCH] Version 0.7.96 --- README.md | 2 +- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog_release.xml | 5 +++++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d4244c85ea..0b0770f011 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index a764cbf5ce..6a2ca1c7e6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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()}\"" diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index 7b6fa4d47d..3c6f340bee 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,10 @@ + + Bug fixes and performance improvements :) + If titles of your manga disappeared in the last update, please go to sources and search for it, this will add the title back + + Edit all manga info from title to tags for both online and local manga Tracked filter no longer shows tracking for services you've logged out of