From f36bc3f6432a55754ffa6121f3aa871800e25f81 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sun, 19 Sep 2021 17:34:18 +0430 Subject: [PATCH] update WebUI --- CHANGELOG.md | 8 +++++--- buildSrc/src/main/kotlin/Constants.kt | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7466f3d65..2b06465ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Server: v0.5.1-r942 + WebUI: r803 +# Server: v0.5.1-r942 + WebUI: r807 ## TL;DR @@ -20,10 +20,12 @@ ## Tachidesk-WebUI #### Visible changes -- N/A +- (r804) update text positioning on Reader and Player ([#35](https://github.com/Suwayomi/Tachidesk-WebUI/pull/35) by @voltrare) +- (r806) Source card for Local source is different +- (r807) add Local source guide #### Bug fixes -- N/A +- (r805) fix chapter name #### Internal changes - N/A diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index 0a4c8e7d5..395692816 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.5.1" -val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r805" +val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r807" // counts commits on the master branch val tachideskRevision = runCatching {