mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
update WebUI
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Server: v0.5.1-r942 + WebUI: r803
|
# Server: v0.5.1-r942 + WebUI: r807
|
||||||
## TL;DR
|
## TL;DR
|
||||||
<!-- TODO: fill before release -->
|
<!-- TODO: fill before release -->
|
||||||
|
|
||||||
@@ -20,10 +20,12 @@
|
|||||||
|
|
||||||
## Tachidesk-WebUI
|
## Tachidesk-WebUI
|
||||||
#### Visible changes
|
#### Visible changes
|
||||||
- N/A
|
- (r804) update text positioning on Reader and Player ([#35](https://github.com/Suwayomi/Tachidesk-WebUI/pull/35) by @voltrare)
|
||||||
|
- (r806) Source card for Local source is different
|
||||||
|
- (r807) add Local source guide
|
||||||
|
|
||||||
#### Bug fixes
|
#### Bug fixes
|
||||||
- N/A
|
- (r805) fix chapter name
|
||||||
|
|
||||||
#### Internal changes
|
#### Internal changes
|
||||||
- N/A
|
- N/A
|
||||||
|
|||||||
@@ -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.1"
|
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.5.1"
|
||||||
|
|
||||||
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r805"
|
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r807"
|
||||||
|
|
||||||
// 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