From 3a97d7c8bea5fd1de9e89d51677ae5a0eadff2c8 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sat, 13 Nov 2021 13:27:17 +0330 Subject: [PATCH] update --- CHANGELOG.md | 7 +++++-- buildSrc/src/main/kotlin/Constants.kt | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 909a863b..7b49db64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Server: v0.5.4-next + WebUI: r862 +# Server: v0.5.4-next + WebUI: r864 ## TL;DR - N/A @@ -28,6 +28,8 @@ - (r1030) add manga data to download queue object ([#244](https://github.com/Suwayomi/src/pull/244) by @AriaMoradi) - (r1031) Fix Manga Meta, add Manga Meta test ([#245](https://github.com/Suwayomi/src/pull/245) by @Syer10) - (r1032) add pagination to recentChapters ([#246](https://github.com/Suwayomi/src/pull/246) by @AriaMoradi) +- (r1033) update (by @AriaMoradi) +- (r1034) Implement Update of Library/Category ([#235](https://github.com/Suwayomi/src/pull/235) by @ntbm) ## Tachidesk-WebUI @@ -70,7 +72,8 @@ - (r860) fix manga FAB margins ([#66](https://github.com/Suwayomi/Tachidesk-WebUI/pull/66) by @AriaMoradi) - (r861) remove extra scrollbar on mobile ([#67](https://github.com/Suwayomi/Tachidesk-WebUI/pull/67) by @AriaMoradi) - (r862) Fix Bad messages in Library Appbar search ([#70](https://github.com/Suwayomi/Tachidesk-WebUI/pull/70) by @ntbm) - +- (r863) ban the style prop (by @AriaMoradi) +- (r864) Updates pagination update ([#68](https://github.com/Suwayomi/Tachidesk-WebUI/pull/68) by @AriaMoradi) # Server: v0.5.4 + WebUI: r820 diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index 894bd4f4..9c2b4db1 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") ?: "r862" +val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r864" // counts commits on the master branch val tachideskRevision = runCatching {