From 90be30bddbcb27eaf9a925bb6e8e025f43459ebb Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sun, 5 Sep 2021 01:40:34 +0430 Subject: [PATCH] add support for the new gnere type in WebUI --- CHANGELOG-TEMPLATE.md | 2 +- CHANGELOG.md | 7 ++++--- buildSrc/src/main/kotlin/Constants.kt | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG-TEMPLATE.md b/CHANGELOG-TEMPLATE.md index 5889e5dd..9ea09740 100644 --- a/CHANGELOG-TEMPLATE.md +++ b/CHANGELOG-TEMPLATE.md @@ -1,4 +1,4 @@ -# Server: v0.X.Y-next + WebUI: rXXX +# Server: v0.X.Y-rXXX + WebUI: rXXX ## Tachidesk-Server ### Public API #### Non-breaking changes diff --git a/CHANGELOG.md b/CHANGELOG.md index aa84e115..931f752f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ -# Server: v0.4.9-next + WebUI: r769 +# Server: v0.4.9-r877 + WebUI: r771 ## Tachidesk-Server ### Public API #### Non-breaking changes - N/A #### Breaking changes -- N/A +- (r877) `MangaDataClass.genre` changed type to `List` #### Bug fixes - N/A @@ -16,7 +16,8 @@ ## Tachidesk-WebUI #### Visible changes -- N/A +- (r770) add support for the new genre type +- (r771) set the default value of `showNsfw` to `false` so we won't have visual artifacts with a clean install #### Bug fixes - N/A diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index 13574208..4416a27a 100644 --- a/buildSrc/src/main/kotlin/Constants.kt +++ b/buildSrc/src/main/kotlin/Constants.kt @@ -14,7 +14,7 @@ const val MainClass = "suwayomi.tachidesk.MainKt" // should be bumped with each stable release val tachideskVersion = System.getenv("ProductVersion") ?: "v0.4.9" -val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r769" +val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r771" // counts commits on the the master branch val tachideskRevision = runCatching {