mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Server: v0.5.3-next + WebUI: r810
|
||||
# Server: v0.5.3-next + WebUI: r811
|
||||
## TL;DR
|
||||
- N/A
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
## Tachidesk-WebUI Changelog
|
||||
- (r810) fix wrong strings in set Server Address dialog, fixes [#39](https://github.com/Suwayomi/Tachidesk-WebUI/issues/39)
|
||||
|
||||
- (r811) fix chapterFetch loop
|
||||
|
||||
|
||||
# Server: v0.5.3 + WebUI: r809
|
||||
|
||||
@@ -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") ?: "r810"
|
||||
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r811"
|
||||
|
||||
// counts commits on the master branch
|
||||
val tachideskRevision = runCatching {
|
||||
|
||||
Reference in New Issue
Block a user