update WebUI

This commit is contained in:
Aria Moradi
2021-09-18 02:19:43 +04:30
parent 82d711f077
commit 9ad70990b5
2 changed files with 10 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Server: v0.5.0-r918 + WebUI: r791 # Server: v0.5.0-r918 + WebUI: r800
## TL;DR ## TL;DR
<!-- TODO: fill before release --> <!-- TODO: fill before release -->
@@ -24,6 +24,14 @@
#### Visible changes #### Visible changes
- (r790) nice looking progress percentage - (r790) nice looking progress percentage
- (r791) show a Delete button for downloaded chapters - (r791) show a Delete button for downloaded chapters
- (r792) Update hover effect using more of Material-UI color pallete ([#29](https://github.com/Suwayomi/Tachidesk-WebUI/pull/21) by @voltrare)
- (r793) Optimize images ([#32](https://github.com/Suwayomi/Tachidesk-WebUI/pull/21) by @phanirithvij)
- (r794) try fix #30 ([#31](https://github.com/Suwayomi/Tachidesk-WebUI/pull/21) by @phanirithvij)
- (r795) fix viewing page number when the string is long
- (r796) show proper display name for source
- (r797) fail gracefully when a thumbnail has errors
- (r798) fix when a source fails to load mangas
- (r800) add Local source ([#31](https://github.com/Suwayomi/Tachidesk-WebUI/pull/21))
#### Bug fixes #### Bug fixes
- N/A - N/A

View File

@@ -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.0" val tachideskVersion = System.getenv("ProductVersion") ?: "v0.5.0"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r791" val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r800"
// counts commits on the master branch // counts commits on the master branch
val tachideskRevision = runCatching { val tachideskRevision = runCatching {