From 82837e38d219121c281d317e6c9702bd2555adc9 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sat, 30 Oct 2021 14:25:23 +0330 Subject: [PATCH] update --- CHANGELOG.md | 18 ++++++++++++++++-- buildSrc/src/main/kotlin/Constants.kt | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 340cbc8f..9f7cbbc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Server: v0.X.Y-next + WebUI: r823 +# Server: v0.X.Y-next + WebUI: r836 ## TL;DR - N/A @@ -6,13 +6,27 @@ - (r996) .gitignore cleanup - (r999) better orphan chapter cleaning algorithm - (r1007) remove anime support +- (r1009) Fix tests ([#226](https://github.com/Suwayomi/Tachidesk-Server/pull/226) by @ntbm) +- (r1010) Expose unread and download count of Manga in category api ([#227](https://github.com/Suwayomi/Tachidesk-Server/pull/227) by @ntbm) +- (r1011) add Cache Header to Thumbnail Response for improved library performance ([#228](https://github.com/Suwayomi/Tachidesk-Server/pull/228) by @ntbm) +- (r1013) Fix unread and download counts casing ([#230](https://github.com/Suwayomi/Tachidesk-Server/pull/230) by @ntbm) +- (r1014) Fix broken test ([#231](https://github.com/Suwayomi/Tachidesk-Server/pull/231) by @ntbm) + ## 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 - +- (r825) add Unread badges ([#48](https://github.com/Suwayomi/Tachidesk-WebUI/issues/48) by @ntbm) +- (r826) Back button implementation ([#47](https://github.com/Suwayomi/Tachidesk-WebUI/issues/47) by @abhijeetChawla) +- (r827) remove redundant '/manga' prefix from paths +- (r829) put Sources and Extensions in the same screen +- (r830) Set Fallback Image for broken Thumbnails ([#50](https://github.com/Suwayomi/Tachidesk-WebUI/issues/50) by @ntbm) +- (r833) Apply Api changes for unread badges ([#52](https://github.com/Suwayomi/Tachidesk-WebUI/issues/52) by @ntbm) +- (r834) add EmptyView to DownloadQueue, refactro strings ([#53](https://github.com/Suwayomi/Tachidesk-WebUI/issues/53) by @abhijeetChawla) +- (r835) Bottom navbar for mobile ([#51](https://github.com/Suwayomi/Tachidesk-WebUI/issues/51) by @abhijeetChawla) +- (r836) Implement Unread Filter for Library ([#54](https://github.com/Suwayomi/Tachidesk-WebUI/issues/54) by @ntbm) # Server: v0.5.4 + WebUI: r820 ## TL;DR diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index 55b7e66a..1e47b477 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") ?: "r823" +val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r836" // counts commits on the master branch val tachideskRevision = runCatching {