All Versions
365
Latest Version
Avg Release Cycle
12 days
Latest Release
546 days ago

Changelog History
Page 36

  • v0.7.0 Changes

    October 22, 2019

    โš  :warning: Breaking changes

    • ๐Ÿ—„ admin and user users are deprecated and replaced by the User Management feature

    ๐Ÿ”‹ Features

    • ๐Ÿ‘‰ User management:
      • Automatic creation of an admin account at startup if no user exist in database, outputting the login and a random password in the logs
      • Ability to add/remove user accounts
      • Ability to manage roles: Admin/User
      • Ability to manage access to shared libraries per user
      • Ability for a user to change his/her password

    ๐Ÿ”„ Changes

    • ๐Ÿ‘€ OPDS entry links to file now include the full filename. This helps some (badly implemented) OPDS clients to correctly see the files.
    • ๐Ÿ”Š logs are written to disk, and available via the /actuator/logfile endpoint

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  fix OPDS link for page streaming where an incorrect url escape in the zero_based query parameter would generate an error for the first page, shift all pages, and prevent the last page to be streamed

    [Changes][v0.7.0]

  • v0.6.1 Changes

    October 12, 2019

    ๐Ÿ›  Fixes:

    • Thumbnail media type was incorrect for OPDS feed
    • /series endpoint library filter can accept a list instead of a single value
    • /filesystem endpoint now sorts directories with case insensitive

    [Changes][v0.6.1]

  • v0.6.0 Changes

    October 11, 2019

    ๐Ÿ”„ 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

    [Changes][v0.6.0]

  • v0.5.0 Changes

    October 10, 2019

    ๐Ÿ”‹ 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.

    [Changes][v0.5.0]

  • v0.4.1 Changes

    September 30, 2019

    ๐Ÿš€ properly release open files after scan (fixes #9) ๐Ÿš€ properly release open files after accessing PDF files (fixes #10)

    [Changes][v0.4.1]

  • v0.4.0 Changes

    September 23, 2019

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

    [Changes][v0.4.0]

  • v0.3.4 Changes

    September 10, 2019

    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

    [Changes][v0.3.4]

  • v0.3.3 Changes

    September 07, 2019

    [Changes][v0.3.3]

  • v0.3.2 Changes

    September 07, 2019

    ๐Ÿ›  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

    [Changes][v0.3.2]

  • v0.3.1 Changes

    September 07, 2019

    [Changes][v0.3.1]