From 7c935283b9db65ada2ccb707c72069f89a1c3153 Mon Sep 17 00:00:00 2001 From: Jay Date: Mon, 9 Dec 2019 18:34:25 -0800 Subject: [PATCH] Version 0.9.1 --- app/build.gradle | 2 +- app/src/main/res/raw/changelog_release.xml | 35 ++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 145a37756f..ba64bc8ef1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,7 +39,7 @@ android { targetSdkVersion 29 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" versionCode 43 - versionName "0.9.0" + versionName "0.9.1" 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 e88828ae30..e53159809b 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,40 @@ + + Range Select for Library and Chapters: long Press on an item + then long press on another to select everything in between + Tap on top or bottom of a webtoon to scroll up and down + (tapping the sides still works too) + Tri-State Filters on library + Fixes to white background sometimes in auto dark mode + + + + Android 10 Dark Theme support: You can have Tachiyomi follow the system + theme as well as customize which dark theme to use for dark mode + Android 10 edge to edge support (and a translucent nav bar for older + versions): no more small ugly bar for the gesture navigation + Automatic background based on manga page: For those that like having a + white background to match the content, this will automatically set the background to + match for moments such as a flashback section of a manga + Richer New chapters notifications: Now as a group of notifications, + expanding out to show more information about the new chapters (like chapter name and + manga cover). Tapping on it will bring you right into the chapter or expand it to + mark it as read or view all chapters + New material snackbar: Removing manga now auto deletes chapters and has an + undo button in case you change your mind + Multi Source Migration from library + Notification separation of updating library and new chapters + Share sheets upgrade for Android 10 + Reader seekbar overrides switch app gesture in Android 10, so no more + accidents for that + Option to hide manga titles in grid view + Filter out your library by searching for tags (ex. "Comedy" or "Slice of + Life") or exclude mangas by a tag (ex. "-Shounen" or "-Romance"). Tapping on these + tags also performs a local search + Android X Support + + All the internal sources have been removed. They now need to be installed as an extension.