Skip to content

Commit

Permalink
Version 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jays2Kings committed Jan 9, 2020
1 parent 640bd8d commit 4094982
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()}\""
Expand Down
11 changes: 11 additions & 0 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<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="">
<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>
Expand Down

0 comments on commit 4094982

Please sign in to comment.