mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-03 19:04:39 -05:00
update WebUI
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Server: v0.4.9-r891 + WebUI: r781
|
# Server: v0.4.9-r891 + WebUI: r788
|
||||||
## Tachidesk-Server
|
## Tachidesk-Server
|
||||||
### Public API
|
### Public API
|
||||||
#### Non-breaking changes
|
#### Non-breaking changes
|
||||||
@@ -25,12 +25,14 @@
|
|||||||
- (r778) fix the makeToaster?
|
- (r778) fix the makeToaster?
|
||||||
- (r779) Action button for installing external extension
|
- (r779) Action button for installing external extension
|
||||||
- (r780 Suwayomi/Tachidesk-WebUI#25) add on hover, active effect to Chapter/Episode card
|
- (r780 Suwayomi/Tachidesk-WebUI#25) add on hover, active effect to Chapter/Episode card
|
||||||
|
- (r782-r785) updating material-ui to v5 changed the theme
|
||||||
|
- (r785-r788) better `SourceCard` looks on mobile, move `SourceDataClass.isConfigurable` gear button to `SourceMangas`
|
||||||
|
|
||||||
#### Bug fixes
|
#### Bug fixes
|
||||||
- N/A
|
- N/A
|
||||||
|
|
||||||
#### Internal changes
|
#### Internal changes
|
||||||
- N/A
|
- (r782-r785) update dependencies, migrate material-ui from v4 to v5
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -14,9 +14,9 @@ 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") ?: "r781"
|
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r788"
|
||||||
|
|
||||||
// counts commits on the the master branch
|
// counts commits on the master branch
|
||||||
val tachideskRevision = runCatching {
|
val tachideskRevision = runCatching {
|
||||||
System.getenv("ProductRevision") ?: Runtime
|
System.getenv("ProductRevision") ?: Runtime
|
||||||
.getRuntime()
|
.getRuntime()
|
||||||
|
|||||||
Reference in New Issue
Block a user