diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 698d4354ba..c8f75884a5 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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") @@ -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" diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index c29d3d9d4c..d9af0888a6 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,20 @@ + + 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 + + By default now skip filtered chapters is enabled + cleaned up similar manga settings and gave more options on time domains for update + Switch categories by tapping the library title to show category backdrop + Now an option to show only 1 category at a time + XS and XL grid sizes + redid list view to be more compact + removed green from the notification icons + improved readability of settings in dark/black theme + bug fixes +