diff --git a/CHANGELOG.md b/CHANGELOG.md index 060644f6..655b6e33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Server: v0.5.0-r918 + WebUI: r802 +# Server: v0.5.0-r918 + WebUI: r803 ## TL;DR @@ -7,6 +7,8 @@ #### Non-breaking changes - (r915) add BasicAuth support - (r918) add ability to delete downloaded chapters +- (r923-r930) add Local Source +- (r938) add ability to turn off cache for image requests #### Breaking changes - N/A @@ -17,6 +19,8 @@ ### Private API - (r913) remove expand char limit on MangaTable columns - (r914) migrate to Javalin 4 +- (r921) depricate zero based chapters +- (r937) add ChapterRecognition from tachiyomi, closes #10 @@ -32,6 +36,7 @@ - (r797) fail gracefully when a thumbnail has errors - (r798) fix when a source fails to load mangas - (r800) add Local source ([#31](https://github.com/Suwayomi/Tachidesk-WebUI/pull/21)) +- (r803) add support for useCache #### Bug fixes - N/A diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index 477f2c5b..9ac83cf3 100644 --- a/buildSrc/src/main/kotlin/Constants.kt +++ b/buildSrc/src/main/kotlin/Constants.kt @@ -14,7 +14,7 @@ const val MainClass = "suwayomi.tachidesk.MainKt" // should be bumped with each stable release val tachideskVersion = System.getenv("ProductVersion") ?: "v0.5.0" -val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r802" +val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r803" // counts commits on the master branch val tachideskRevision = runCatching {