mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
update WebUI
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -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
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user