Skip to content

Commit 2c5114c

Browse files
committed
bump version
1 parent a30895a commit 2c5114c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

buildSrc/src/main/kotlin/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const val kotlinVersion = "1.5.30"
1212
const 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

1717
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r803"
1818

0 commit comments

Comments
 (0)