mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
update
This commit is contained in:
@@ -1,12 +1,14 @@
|
|||||||
# Server: v0.5.3-966 + WebUI: r809
|
# Server: v0.5.3-966 + WebUI: r810
|
||||||
## TL;DR
|
## TL;DR
|
||||||
- N/A
|
- N/A
|
||||||
|
|
||||||
## Tachidesk-Server Changelog
|
## Tachidesk-Server Changelog
|
||||||
- N/A
|
- (r973) convert android.jar lib to a maven repo
|
||||||
|
- (r978) mimic Tachiyomi's behaviour more closely, fixes ReadComicOnline (EN)
|
||||||
|
|
||||||
|
|
||||||
## Tachidesk-WebUI Changelog
|
## Tachidesk-WebUI Changelog
|
||||||
- N/A
|
- (r810) fix wrong strings in set Server Address dialog, fixes [#39](https://github.com/Suwayomi/Tachidesk-WebUI/issues/39)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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") ?: "r809"
|
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r810"
|
||||||
|
|
||||||
// counts commits on the master branch
|
// counts commits on the master branch
|
||||||
val tachideskRevision = runCatching {
|
val tachideskRevision = runCatching {
|
||||||
|
|||||||
Reference in New Issue
Block a user