Skip to content

Local Source Support

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 16:55

Server: v0.5.1 + WebUI: r803

TL;DR

  • Loading sources' manga list is at least twice as fast
  • Added support for Tachiyomi's Local source
  • Added BasicAuth support, now you can protect your Tachidesk instance if you are running it on a public server
  • Added ability to turn off cache for image requests

Tachidesk-Server

Public API

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

Bug fixes

  • (r917) detect if a downloaded chapter is missing

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

Tachidesk-WebUI

Visible changes

  • (r790) nice looking progress percentage
  • (r791) show a Delete button for downloaded chapters
  • (r792) Update hover effect using more of Material-UI color pallete (#29 by @voltrare)
  • (r793) Optimize images (#32 by @phanirithvij)
  • (r794) try fix #30 (#31 by @phanirithvij)
  • (r795) fix viewing page number when the string is long
  • (r796) show proper display name for source
  • (r797) fail gracefully when a thumbnail has errors
  • (r798) fix when a source fails to load mangas
  • (r800) add Local source (#31)
  • (r803) add support for useCache

Bug fixes

  • N/A

Internal changes

  • N/A