diff --git a/README.md b/README.md index c80605ddbb..df94d2e502 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.761](https://github.com/Jays2Kings/tachiyomi/releases) +[v0.9.8](https://github.com/Jays2Kings/tachiyomi/releases) ## Features diff --git a/app/build.gradle b/app/build.gradle index fceaafd45c..6b272b21ae 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,8 +38,8 @@ android { minSdkVersion 21 targetSdkVersion 29 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - versionCode 58 - versionName '0.9.761' + versionCode 59 + versionName '0.9.8' 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 4d46cdd254..93204e04a3 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,18 @@ + + Hide categories and show your library in a single list in filters + Option to set date format + You can now pull to refresh on multiple categories, they will be added to the queue + Fast scroller added to library + Search history in recently read + Unread sorting now always shows unread on top + Download notification placeholder improved + Confirmation popup when removing manga from library + Reworked downloads caching logic + Bug fixes for icons and themes + + More bug fixes :(