Skip to content

Commit

Permalink
release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed May 4, 2020
1 parent b48eaea commit ac2cccd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ android {
minSdkVersion(24)
targetSdkVersion(29)
applicationId = "tachiyomi.mangadex"
versionCode = 55
versionName = "2.0.2"
versionCode = 56
versionName = "2.0.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled = true
setProperty("archivesBaseName", "Neko")
Expand Down Expand Up @@ -129,8 +129,8 @@ dependencies {

//Chucker
val chuckerVersion = "3.2.0"
debugImplementation ("com.github.ChuckerTeam.Chucker:library:$chuckerVersion")
releaseImplementation ("com.github.ChuckerTeam.Chucker:library-no-op:$chuckerVersion")
debugImplementation("com.github.ChuckerTeam.Chucker:library:$chuckerVersion")
releaseImplementation("com.github.ChuckerTeam.Chucker:library-no-op:$chuckerVersion")

// REST
val retrofitVersion = "2.7.2"
Expand Down
15 changes: 15 additions & 0 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion
changeDate=""
versionName="v2.0.3">
<changelogtext>The long requested filter by groups is now available in the chapter fitler sheet. It won't download these filtered ones but they are counted on unread badges currently
</changelogtext>
<changelogtext>By default now skip filtered chapters is enabled</changelogtext>
<changelogtext>cleaned up similar manga settings and gave more options on time domains for update</changelogtext>
<changelogtext>Switch categories by tapping the library title to show category backdrop</changelogtext>
<changelogtext>Now an option to show only 1 category at a time</changelogtext>
<changelogtext>XS and XL grid sizes</changelogtext>
<changelogtext>redid list view to be more compact</changelogtext>
<changelogtext>removed green from the notification icons</changelogtext>
<changelogtext>improved readability of settings in dark/black theme</changelogtext>
<changelogtext>bug fixes</changelogtext>
</changelogversion>
<changelogversion
changeDate=""
versionName="v2.0.2">
Expand Down

0 comments on commit ac2cccd

Please sign in to comment.