diff --git a/README.md b/README.md index f97403d966..d4244c85ea 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.7](https://github.com/Jays2Kings/tachiyomi/releases) +[v0.9.75](https://github.com/Jays2Kings/tachiyomi/releases) ## Features diff --git a/app/build.gradle b/app/build.gradle index 5b37c553ef..a764cbf5ce 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,8 +38,8 @@ android { minSdkVersion 21 targetSdkVersion 29 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - versionCode 55 - versionName '0.9.7' + versionCode 56 + versionName '0.9.75' 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 a434b7fccb..7b6fa4d47d 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,21 @@ + + 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 + Added logout button to tracking settings + Track button pre-selected when adding new manga to track and there's a single entry + Tracking status options now reflect the site's wording and order + Refreshing metadata now updates the manga title (if there is a new manga title) + Search "local" to see local manga, also can now search artist + Tapping the app icon on homescreen no longer closes the reader or webview + Fixed crash when changing categories for global download + Fully Translated Russian Language + Default category name in settings now honors locale + Added Last Read to Drag & Drop sorting + Fixes to stopping downloads + + Extensions notifications now perfected Extensions are checked every hour in app