mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 14:52:05 +01:00
update WebUI
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Server: v0.5.3-next + WebUI: r813
|
||||
# Server: v0.5.3-next + WebUI: r820
|
||||
## TL;DR
|
||||
- N/A
|
||||
|
||||
@@ -16,6 +16,13 @@
|
||||
- (r811) fix chapterFetch loop
|
||||
- (r812) fix overlapping requests
|
||||
- (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
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ const val MainClass = "suwayomi.tachidesk.MainKt"
|
||||
// should be bumped with each stable release
|
||||
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
|
||||
val tachideskRevision = runCatching {
|
||||
|
||||
Reference in New Issue
Block a user