From 9ad70990b58f55588710f4d89f3f5d548c90ba6b Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sat, 18 Sep 2021 02:19:43 +0430 Subject: [PATCH] update WebUI --- CHANGELOG.md | 10 +++++++++- buildSrc/src/main/kotlin/Constants.kt | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce694d1..4987d21e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Server: v0.5.0-r918 + WebUI: r791 +# Server: v0.5.0-r918 + WebUI: r800 ## TL;DR @@ -24,6 +24,14 @@ #### Visible changes - (r790) nice looking progress percentage - (r791) show a Delete button for downloaded chapters +- (r792) Update hover effect using more of Material-UI color pallete ([#29](https://github.com/Suwayomi/Tachidesk-WebUI/pull/21) by @voltrare) +- (r793) Optimize images ([#32](https://github.com/Suwayomi/Tachidesk-WebUI/pull/21) by @phanirithvij) +- (r794) try fix #30 ([#31](https://github.com/Suwayomi/Tachidesk-WebUI/pull/21) by @phanirithvij) +- (r795) fix viewing page number when the string is long +- (r796) show proper display name for source +- (r797) fail gracefully when a thumbnail has errors +- (r798) fix when a source fails to load mangas +- (r800) add Local source ([#31](https://github.com/Suwayomi/Tachidesk-WebUI/pull/21)) #### Bug fixes - N/A diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index 37b30a43..11051be4 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.0" -val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r791" +val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r800" // counts commits on the master branch val tachideskRevision = runCatching {