diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce694d1..4987d21e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Server: v0.5.0-r918 + WebUI: r791 +# Server: v0.5.0-r918 + WebUI: r800 ## TL;DR @@ -24,6 +24,14 @@ #### Visible changes - (r790) nice looking progress percentage - (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 - N/A diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index 37b30a43..11051be4 100644 --- a/buildSrc/src/main/kotlin/Constants.kt +++ b/buildSrc/src/main/kotlin/Constants.kt @@ -14,7 +14,7 @@ const val MainClass = "suwayomi.tachidesk.MainKt" // should be bumped with each stable release 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 val tachideskRevision = runCatching {