Skip to content

Releases: gotson/komga

v0.6.0

11 Oct 06:06
Compare
Choose a tag to compare

Changes:

  • change thumbnail format from PNG to JPEG to reduce size (I observed reduction by 10 of the database size)
  • regenerate missing thumbnails on startup
  • force one time regeneration of all thumbnails in this release to change the format of existing thumbnails

v0.5.0

10 Oct 06:37
Compare
Choose a tag to compare

Features:

  • Support for multiple libraries
  • First version of the web interface, which supports addition/deletion of libraries
  • OPDS feed supports browsing by library
  • REST API /series endpoint can be filtered by library_id
  • Ability to exclude directories from disk scan, to be configured via komga.libraries-scan-directory-exclusions configuration key

Deprecations:

  • The configuration property komga.root-folder is deprecated. Use the web interface to add libraries instead.
  • The configuration property komga.root-folder-scan-cron is deprecated. It is replaced by komga.libraries-scan-cron.

v0.4.1

30 Sep 05:24
Compare
Choose a tag to compare

properly release open files after scan (fixes #9)
properly release open files after accessing PDF files (fixes #10)

v0.4.0

23 Sep 02:43
Compare
Choose a tag to compare

support for OPDS feed with OpenSearch and Page Streaming Extension (https://vaemendis.net/opds-pse/)

v0.3.4

10 Sep 11:29
Compare
Choose a tag to compare

the fix in v0.3.2 also increased the scan time, rolling back the change, and adding a one-time rescan to handle potential pdf files that were forgotten in mixed-content directories
subsequent addition of new supported file formats should force a rescan to ensure there are no missing files

v0.3.3

07 Sep 06:47
Compare
Choose a tag to compare
fixed a regression where pdf file pages would be starting at page 2 i…

v0.3.2

07 Sep 03:44
Compare
Choose a tag to compare

fixed a side effect that could occur in mixed-content directories containing pdf files that were scanned before the support of pdf was introduced, where pdf files in those directories would never be rescanned

v0.3.1

07 Sep 02:56
Compare
Choose a tag to compare
fixed a bug with the new PdfExtractor where Pdfs would have an extra …

v0.3.0

06 Sep 08:41
Compare
Choose a tag to compare

Support for WEBP image format to generate thumbnails
Better PDF handling

v0.2.1

04 Sep 14:02
9eaa64b
Compare
Choose a tag to compare

On the fly conversion of pages