update WebUI

This commit is contained in:
Aria Moradi
2021-09-18 21:03:01 +04:30
parent 6d46d4b3da
commit a30895a199
2 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Server: v0.5.0-r918 + WebUI: r802 # Server: v0.5.0-r918 + WebUI: r803
## TL;DR ## TL;DR
<!-- TODO: fill before release --> <!-- TODO: fill before release -->
@@ -7,6 +7,8 @@
#### Non-breaking changes #### Non-breaking changes
- (r915) add BasicAuth support - (r915) add BasicAuth support
- (r918) add ability to delete downloaded chapters - (r918) add ability to delete downloaded chapters
- (r923-r930) add Local Source
- (r938) add ability to turn off cache for image requests
#### Breaking changes #### Breaking changes
- N/A - N/A
@@ -17,6 +19,8 @@
### Private API ### Private API
- (r913) remove expand char limit on MangaTable columns - (r913) remove expand char limit on MangaTable columns
- (r914) migrate to Javalin 4 - (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 - (r797) fail gracefully when a thumbnail has errors
- (r798) fix when a source fails to load mangas - (r798) fix when a source fails to load mangas
- (r800) add Local source ([#31](https://github.com/Suwayomi/Tachidesk-WebUI/pull/21)) - (r800) add Local source ([#31](https://github.com/Suwayomi/Tachidesk-WebUI/pull/21))
- (r803) add support for useCache
#### Bug fixes #### Bug fixes
- N/A - N/A

View File

@@ -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.0" 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 // counts commits on the master branch
val tachideskRevision = runCatching { val tachideskRevision = runCatching {