Version 0.9.6
This commit is contained in:
parent
640bd8d9ba
commit
4094982526
3 changed files with 14 additions and 2 deletions
|
@ -38,6 +38,7 @@ Plus some new features in this fork such as:
|
||||||
* Automatically checks for extension updates
|
* Automatically checks for extension updates
|
||||||
* Batch Auto-Source Migration (taken from [TachiyomiEH](https://github.com/NerdNumber9/TachiyomiEH))
|
* Batch Auto-Source Migration (taken from [TachiyomiEH](https://github.com/NerdNumber9/TachiyomiEH))
|
||||||
* Drag & Drop Sorting in Library
|
* Drag & Drop Sorting in Library
|
||||||
|
* Improved Download queue, including reordering and cancelling downloads
|
||||||
|
|
||||||
## Issues, Feature Requests and Contributing
|
## Issues, Feature Requests and Contributing
|
||||||
|
|
||||||
|
|
|
@ -38,8 +38,8 @@ android {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
versionCode 51
|
versionCode 52
|
||||||
versionName '0.9.56'
|
versionName '0.9.6'
|
||||||
|
|
||||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||||
|
|
|
@ -1,5 +1,16 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog bulletedList="true">
|
<changelog bulletedList="true">
|
||||||
|
<changelogversion versionName="v0.9.6" changeDate="">
|
||||||
|
<changelogtext>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</changelogtext>
|
||||||
|
<changelogtext>Fixes for the extension updates notification (should be solid now)</changelogtext>
|
||||||
|
<changelogtext>Auto migration now has a prompt before you quit early + fixes</changelogtext>
|
||||||
|
<changelogtext>Fixed dark theme sometimes mixing with the light, bugging out the UI</changelogtext>
|
||||||
|
<changelogtext>Added option to reorder pending downloads by newest or oldest chapter</changelogtext>
|
||||||
|
<changelogtext>Mass Migration now shows progress and total manga in the title</changelogtext>
|
||||||
|
<changelogtext>Fixed the issue where deleted downloads using the old folder format said they weren't (they were)</changelogtext>
|
||||||
|
<changelogtext>Canceled downloads now delete the temp folder</changelogtext>
|
||||||
|
<changelogtext>Auto Migration source now show their language if multiple languages are enabled</changelogtext>
|
||||||
|
</changelogversion>
|
||||||
<changelogversion versionName="v0.9.56" changeDate="">
|
<changelogversion versionName="v0.9.56" changeDate="">
|
||||||
<changelogtext>Rewording a few things</changelogtext>
|
<changelogtext>Rewording a few things</changelogtext>
|
||||||
<changelogtext>Extensions Updater checker now checks every 12 hours, you might need to renable this setting to get the new timing</changelogtext>
|
<changelogtext>Extensions Updater checker now checks every 12 hours, you might need to renable this setting to get the new timing</changelogtext>
|
||||||
|
|
Reference in a new issue