update WebUI

This commit is contained in:
Aria Moradi
2021-09-09 23:05:58 +04:30
parent 26e61959ae
commit 76efa71c68
2 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -1,4 +1,4 @@
# Server: v0.4.9-r891 + WebUI: r781
# Server: v0.4.9-r891 + WebUI: r788
## Tachidesk-Server
### Public API
#### Non-breaking changes
@@ -25,12 +25,14 @@
- (r778) fix the makeToaster?
- (r779) Action button for installing external extension
- (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
- N/A
#### Internal changes
- N/A
- (r782-r785) update dependencies, migrate material-ui from v4 to v5
+2 -2
View File
@@ -14,9 +14,9 @@ const val MainClass = "suwayomi.tachidesk.MainKt"
// should be bumped with each stable release
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 {
System.getenv("ProductRevision") ?: Runtime
.getRuntime()