diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b49db64..b87e53c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Server: v0.5.4-next + WebUI: r864 +# Server: v0.5.4-next + WebUI: r867 ## TL;DR - N/A @@ -74,6 +74,9 @@ - (r862) Fix Bad messages in Library Appbar search ([#70](https://github.com/Suwayomi/Tachidesk-WebUI/pull/70) by @ntbm) - (r863) ban the style prop (by @AriaMoradi) - (r864) Updates pagination update ([#68](https://github.com/Suwayomi/Tachidesk-WebUI/pull/68) by @AriaMoradi) +- (r865) make the whole chapter card into a button ([#73](https://github.com/Suwayomi/Tachidesk-WebUI/pull/73) by @AriaMoradi) +- (r866) fix chapter actions not working if manga is not fetched online ([#74](https://github.com/Suwayomi/Tachidesk-WebUI/pull/74) by @AriaMoradi) +- (r867) migrate some components to Mui5 new styling system ([#72](https://github.com/Suwayomi/Tachidesk-WebUI/pull/72) by @abhijeetChawla) # Server: v0.5.4 + WebUI: r820 diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index 9c2b4db1..46b8a1f6 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.4" -val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r864" +val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r867" // counts commits on the master branch val tachideskRevision = runCatching {