From 76efa71c68649d231e031060c0ec91e1251deda6 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Thu, 9 Sep 2021 23:05:58 +0430 Subject: [PATCH] update WebUI --- CHANGELOG.md | 6 ++++-- buildSrc/src/main/kotlin/Constants.kt | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 972fe704..16a80db0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Server: v0.4.9-r891 + WebUI: r781 +# Server: v0.4.9-r891 + WebUI: r788 ## Tachidesk-Server ### Public API #### Non-breaking changes @@ -25,12 +25,14 @@ - (r778) fix the makeToaster? - (r779) Action button for installing external extension - (r780 Suwayomi/Tachidesk-WebUI#25) add on hover, active effect to Chapter/Episode card +- (r782-r785) updating material-ui to v5 changed the theme +- (r785-r788) better `SourceCard` looks on mobile, move `SourceDataClass.isConfigurable` gear button to `SourceMangas` #### Bug fixes - N/A #### Internal changes -- N/A +- (r782-r785) update dependencies, migrate material-ui from v4 to v5 diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index 6750b67c..2a58b757 100644 --- a/buildSrc/src/main/kotlin/Constants.kt +++ b/buildSrc/src/main/kotlin/Constants.kt @@ -14,9 +14,9 @@ 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") ?: "r781" +val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r788" -// counts commits on the the master branch +// counts commits on the master branch val tachideskRevision = runCatching { System.getenv("ProductRevision") ?: Runtime .getRuntime()