This commit is contained in:
Aria Moradi
2021-11-13 13:27:17 +03:30
parent 2cb2ded2d9
commit 3a97d7c8be
2 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Server: v0.5.4-next + WebUI: r862
# Server: v0.5.4-next + WebUI: r864
## TL;DR
- N/A
@@ -28,6 +28,8 @@
- (r1030) add manga data to download queue object ([#244](https://github.com/Suwayomi/src/pull/244) by @AriaMoradi)
- (r1031) Fix Manga Meta, add Manga Meta test ([#245](https://github.com/Suwayomi/src/pull/245) by @Syer10)
- (r1032) add pagination to recentChapters ([#246](https://github.com/Suwayomi/src/pull/246) by @AriaMoradi)
- (r1033) update (by @AriaMoradi)
- (r1034) Implement Update of Library/Category ([#235](https://github.com/Suwayomi/src/pull/235) by @ntbm)
## Tachidesk-WebUI
@@ -70,7 +72,8 @@
- (r860) fix manga FAB margins ([#66](https://github.com/Suwayomi/Tachidesk-WebUI/pull/66) by @AriaMoradi)
- (r861) remove extra scrollbar on mobile ([#67](https://github.com/Suwayomi/Tachidesk-WebUI/pull/67) by @AriaMoradi)
- (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)
# Server: v0.5.4 + WebUI: r820

View File

@@ -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") ?: "r862"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r864"
// counts commits on the master branch
val tachideskRevision = runCatching {