update WebUI

This commit is contained in:
Aria Moradi
2021-10-18 14:37:13 +03:30
parent 70355dc505
commit 6c4ca36c09
2 changed files with 9 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Server: v0.5.3-next + WebUI: r813 # Server: v0.5.3-next + WebUI: r820
## TL;DR ## TL;DR
- N/A - N/A
@@ -16,6 +16,13 @@
- (r811) fix chapterFetch loop - (r811) fix chapterFetch loop
- (r812) fix overlapping requests - (r812) fix overlapping requests
- (r813) fix typo - (r813) fix typo
- (r814) Better portrait support ([#41](https://github.com/Suwayomi/Tachidesk-WebUI/issues/41) by @minhe7735)
- (r815) fixes Reader navbar colors when in light mode ([#43](https://github.com/Suwayomi/Tachidesk-WebUI/issues/43) by @abhijeetChawla)
- (r816) default languages cleanup, force Local source enabled
- (r817) force Local source at LangSelect
- (r818) rename ExtensionLangSelect: generic name for generic use
- (r819) don't show anime anymore
- (r820) Remove Anime support

View File

@@ -14,7 +14,7 @@ const val MainClass = "suwayomi.tachidesk.MainKt"
// should be bumped with each stable release // should be bumped with each stable release
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.5.3" val tachideskVersion = System.getenv("ProductVersion") ?: "v0.5.3"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r813" val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r820"
// counts commits on the master branch // counts commits on the master branch
val tachideskRevision = runCatching { val tachideskRevision = runCatching {