mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-16 17:52:09 +01:00
update
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -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
|
# Server: v0.5.4 + WebUI: r820
|
||||||
## TL;DR
|
## TL;DR
|
||||||
- Fixed ReadComicOnline, Toonily and possibly other sources not working
|
- Fixed ReadComicOnline, Toonily and possibly other sources not working
|
||||||
|
|||||||
@@ -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.4"
|
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
|
// counts commits on the master branch
|
||||||
val tachideskRevision = runCatching {
|
val tachideskRevision = runCatching {
|
||||||
|
|||||||
Reference in New Issue
Block a user