mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 17:34:39 -05:00
add support for the new gnere type in WebUI
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Server: v0.X.Y-next + WebUI: rXXX
|
# Server: v0.X.Y-rXXX + WebUI: rXXX
|
||||||
## Tachidesk-Server
|
## Tachidesk-Server
|
||||||
### Public API
|
### Public API
|
||||||
#### Non-breaking changes
|
#### Non-breaking changes
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
# Server: v0.4.9-next + WebUI: r769
|
# Server: v0.4.9-r877 + WebUI: r771
|
||||||
## Tachidesk-Server
|
## Tachidesk-Server
|
||||||
### Public API
|
### Public API
|
||||||
#### Non-breaking changes
|
#### Non-breaking changes
|
||||||
- N/A
|
- N/A
|
||||||
|
|
||||||
#### Breaking changes
|
#### Breaking changes
|
||||||
- N/A
|
- (r877) `MangaDataClass.genre` changed type to `List<String>`
|
||||||
|
|
||||||
#### Bug fixes
|
#### Bug fixes
|
||||||
- N/A
|
- N/A
|
||||||
@@ -16,7 +16,8 @@
|
|||||||
|
|
||||||
## Tachidesk-WebUI
|
## Tachidesk-WebUI
|
||||||
#### Visible changes
|
#### Visible changes
|
||||||
- N/A
|
- (r770) add support for the new genre type
|
||||||
|
- (r771) set the default value of `showNsfw` to `false` so we won't have visual artifacts with a clean install
|
||||||
|
|
||||||
#### 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.9"
|
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.4.9"
|
||||||
|
|
||||||
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r769"
|
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r771"
|
||||||
|
|
||||||
// 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