This commit is contained in:
Aria Moradi
2021-10-24 23:08:56 +03:30
parent 6389899507
commit 921c41689d
2 changed files with 17 additions and 1 deletions

View File

@@ -1,3 +1,19 @@
# Server: v0.X.Y-next + WebUI: r823
## TL;DR
- N/A
## Tachidesk-Server Changelog
- (r996) .gitignore cleanup
- (r999) better orphan chapter cleaning algorithm
- (r1007) remove anime support
## Tachidesk-WebUI Changelog
- (r821) add Permanent sidebar for desktop widths([#46](https://github.com/Suwayomi/Tachidesk-WebUI/issues/46) by @abhijeetChawla)
- (r822) Fix Local Source being missing
- (r823) fix the ugliness of bare messages
# Server: v0.5.4 + WebUI: r820
## TL;DR
- Fixed ReadComicOnline, Toonily and possibly other sources not working

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