From 40949825264f9cc8e4060c6f96020999f254aa4b Mon Sep 17 00:00:00 2001 From: Jay Date: Thu, 9 Jan 2020 01:02:18 -0800 Subject: [PATCH] Version 0.9.6 --- README.md | 1 + app/build.gradle | 4 ++-- app/src/main/res/raw/changelog_release.xml | 11 +++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 635c24eeab..0361b6d4a4 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Plus some new features in this fork such as: * Automatically checks for extension updates * Batch Auto-Source Migration (taken from [TachiyomiEH](https://github.com/NerdNumber9/TachiyomiEH)) * Drag & Drop Sorting in Library +* Improved Download queue, including reordering and cancelling downloads ## Issues, Feature Requests and Contributing diff --git a/app/build.gradle b/app/build.gradle index 10f57a958f..a7ccd21f2d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,8 +38,8 @@ android { minSdkVersion 21 targetSdkVersion 29 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - versionCode 51 - versionName '0.9.56' + versionCode 52 + versionName '0.9.6' 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 d1c88b4fff..ba14e56b3d 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,16 @@ + + Pending downloads can be move to the top or bottom of the queue with a menu button on the right side, they can also be canceled + Fixes for the extension updates notification (should be solid now) + Auto migration now has a prompt before you quit early + fixes + Fixed dark theme sometimes mixing with the light, bugging out the UI + Added option to reorder pending downloads by newest or oldest chapter + Mass Migration now shows progress and total manga in the title + Fixed the issue where deleted downloads using the old folder format said they weren't (they were) + Canceled downloads now delete the temp folder + Auto Migration source now show their language if multiple languages are enabled + Rewording a few things Extensions Updater checker now checks every 12 hours, you might need to renable this setting to get the new timing