mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-03 10:54:38 -05:00
update WebUI
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
## Tachidesk-WebUI
|
## Tachidesk-WebUI
|
||||||
#### Visible changes
|
#### Visible changes
|
||||||
- N/A
|
- (r767-r769) Support for hiding NSFW content in settings screen, extensions screen, sources screen
|
||||||
|
|
||||||
#### Bug fixes
|
#### Bug fixes
|
||||||
- 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.4.8"
|
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.4.8"
|
||||||
|
|
||||||
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r767"
|
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r769"
|
||||||
|
|
||||||
// counts commits on the the master branch
|
// counts commits on the the master branch
|
||||||
val tachideskRevision = runCatching {
|
val tachideskRevision = runCatching {
|
||||||
|
|||||||
Reference in New Issue
Block a user