File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- # Server: v0.5.0-r918 + WebUI: r803
1+ # Server: v0.5.1 + WebUI: r803
22## TL;DR
3+ - Loading sources' manga list is at least twice as fast
4+ - Added support for Tachiyomi's Local source
5+ - Added BasicAuth support, now you can protect your Tachidesk instance if you are running it on a public server
6+ - Added ability to turn off cache for image requests
37<!-- TODO: fill before release -->
48
59## Tachidesk-Server
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const val kotlinVersion = "1.5.30"
1212const val MainClass = " suwayomi.tachidesk.MainKt"
1313
1414// should be bumped with each stable release
15- val tachideskVersion = System .getenv(" ProductVersion" ) ? : " v0.5.0 "
15+ val tachideskVersion = System .getenv(" ProductVersion" ) ? : " v0.5.1 "
1616
1717val webUIRevisionTag = System .getenv(" WebUIRevision" ) ? : " r803"
1818
You can’t perform that action at this time.
0 commit comments