From 921c41689df2f21a827eb479fee4850d36cee53c Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sun, 24 Oct 2021 23:08:56 +0330 Subject: [PATCH] update --- CHANGELOG.md | 16 ++++++++++++++++ buildSrc/src/main/kotlin/Constants.kt | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fc03a23..340cbc8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# Server: v0.X.Y-next + WebUI: r823 +## TL;DR +- N/A + +## Tachidesk-Server Changelog +- (r996) .gitignore cleanup +- (r999) better orphan chapter cleaning algorithm +- (r1007) remove anime support + + +## Tachidesk-WebUI Changelog +- (r821) add Permanent sidebar for desktop widths([#46](https://github.com/Suwayomi/Tachidesk-WebUI/issues/46) by @abhijeetChawla) +- (r822) Fix Local Source being missing +- (r823) fix the ugliness of bare messages + + # Server: v0.5.4 + WebUI: r820 ## TL;DR - Fixed ReadComicOnline, Toonily and possibly other sources not working diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index d0cef37a..55b7e66a 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.4" -val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r820" +val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r823" // counts commits on the master branch val tachideskRevision = runCatching {