From e9b764b63ce7f3f9db6b0f5b195af3aa60172e8e Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sun, 10 Oct 2021 12:27:50 +0330 Subject: [PATCH] update --- 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 5802c194..245aeeac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,14 @@ -# Server: v0.5.3-966 + WebUI: r809 +# Server: v0.5.3-966 + WebUI: r810 ## TL;DR - N/A ## Tachidesk-Server Changelog -- N/A +- (r973) convert android.jar lib to a maven repo +- (r978) mimic Tachiyomi's behaviour more closely, fixes ReadComicOnline (EN) + ## Tachidesk-WebUI Changelog -- N/A +- (r810) fix wrong strings in set Server Address dialog, fixes [#39](https://github.com/Suwayomi/Tachidesk-WebUI/issues/39) diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index 23682915..1a84a4fa 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.3" -val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r809" +val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r810" // counts commits on the master branch val tachideskRevision = runCatching {