Skip to content

Commit

Permalink
release 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Feb 8, 2020
1 parent bda62e4 commit 30043d8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ android {
standard {
buildConfigField "boolean", "INCLUDE_UPDATER", "true"
dimension "default"
versionCode 42
versionName "1.6.1"
versionCode 43
versionName "1.6.2"
}
dev {
resConfigs "en"
Expand Down
16 changes: 16 additions & 0 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion
changeDate=""
versionName="v1.6.2">
<changelogtext>Add ability to filter library by specific tracker</changelogtext>
<changelogtext>Changed internal json parsing logic for manga api</changelogtext>
<changelogtext>Changed the file name structure when saving an image</changelogtext>
<changelogtext>Fix amoled tracking card color</changelogtext>
<changelogtext>Fix backup file name still being Taciyomi</changelogtext>
<changelogtext>Fix bug where logout was not working</changelogtext>
<changelogtext>Fix bug where some manga wouldnt load</changelogtext>
<changelogtext>Fix toast message</changelogtext>
<changelogtext>Filter out tmp folders from download badges</changelogtext>
<changelogtext>Moved the follows screen into the browse screen</changelogtext>
<changelogtext>Moved edit categories into library settings</changelogtext>
<changelogtext>Removed ability to set cover since it gets overridden on manga refresh</changelogtext>
</changelogversion>
<changelogversion
changeDate=""
versionName="v1.6.1">
Expand Down

0 comments on commit 30043d8

Please sign in to comment.