komga

Media server for comics/mangas/BDs/magazines/eBooks with API and OPDS support

MIT License

Stars
3.4K
Committers
33

Bot releases are hidden (Show)

komga - v0.16.3

Published by gotson over 4 years ago

0.16.3 (2020-02-28)

Bug Fixes

  • webui: remove border on preselect for multi-select (a0bd2f9)
komga - v0.16.2

Published by gotson over 4 years ago

0.16.2 (2020-02-28)

Bug Fixes

  • webui: better multi-select (881806e)
komga - v0.16.1

Published by gotson over 4 years ago

0.16.1 (2020-02-27)

Bug Fixes

  • webui: close edit series dialog on escape keypress (7c0f55d)
  • webui: remove ripple effect on series card (ce5594e)
komga - v0.16.0

Published by gotson over 4 years ago

0.16.0 (2020-02-27)

Features

  • webui: series multi-selection and edition (cfce076)
komga - v0.15.1

Published by gotson over 4 years ago

0.15.1 (2020-02-25)

Bug Fixes

  • webui: responsive scaling for login page logo (20720ae)
  • send proper JSON on API 404 instead of index.html (fb147a4)
komga - v0.15.0

Published by gotson over 4 years ago

0.15.0 (2020-02-25)

Features

  • webui: add series and book title in page title and reader overlay (6b1998c)
  • webui: add the series and book title to page title (23c10c2)
komga - v0.14.2

Published by gotson over 4 years ago

0.14.2 (2020-02-20)

Bug Fixes

  • webui works with baseUrl (bb18382)
komga - v0.14.1

Published by gotson over 4 years ago

0.14.1 (2020-02-14)

Bug Fixes

  • webui: make overlay buttons more responsive on smaller screens (0c03950)
komga - v0.14.0

Published by gotson over 4 years ago

0.14.0 (2020-02-05)

Bug Fixes

  • api: sort series properly ignoring case (16dfe91), closes #85
  • webui: hide filter menu after click (2ded39f)
  • webui: missing data on back navigation with filters (f1952ee)
  • webui: scrolling position was not restored properly (be6a7fc)
  • incorrect placeholder card height on xs and sm screens (0f50a76)
  • logout was broken after remember-me was added (8b02471)

Features

  • add more series metadata fields (8f08ce8)
  • api: ability to filter series by status (c96bf19), closes #48
  • webui: add thumbnail and status on Series view (0fc8b01)
  • webui: filter series by status (c540e56), closes #48
  • webui): edit series metadata (5f0ccc5)
  • add Series Metadata status (f522142), closes #48
komga - v0.13.1

Published by gotson almost 5 years ago

0.13.1 (2020-01-18)

Bug Fixes

Reverts

  • revert thumbnails library (a685475)
komga - v0.13.0

Published by gotson almost 5 years ago

0.13.0 (2020-01-18)

Bug Fixes

  • admin rpc: fix transaction issues on thumbnails regeneration (af8e3ea)
  • thumbnails: fix wrong color in thumbnails (1d5500d), closes #77
  • media comment was not reset properly (b42eadf)
  • web reader: first/last display to full height in double pages mode (a7548e2)
  • web reader: remove blank space between images in double pages mode (b65b009), closes #72

Features

  • api: search books by media status (0790501)
  • book analyzer: partial handling of archives with errors (2605b1d), closes #57
  • browse book: add button to read book when hovering on thumbnail (c490e79), closes #67
  • security: add remember-me option (003452b), closes #39
  • web reader: add 'original' fit option (d030044), closes #71
  • webui: add Media Analysis screen showing all books in error (27d46d5), closes #26
komga - v0.12.0

Published by gotson almost 5 years ago

0.12.0 (2020-01-14)

Bug Fixes

  • scanner: compare file extensions with case insensitive (91c9cdd), closes #59
  • web reader: conditional webp support (ad21152), closes #65

Features

  • api: add endpoints to get previous/next book of a book (54f583f)
  • api: on-th-fly thumbnail generation for any page (7167f3e)
  • web reader: double page support (77c9004), closes #61
  • web reader: remember fit and rtl (78c181e), closes #66
  • web reader: thumbnails explorer (ec06955), closes #62
  • better management of book analysis errors (8c26a31)
komga - v0.11.0

Published by gotson almost 5 years ago

0.11.0 (2020-01-06)

Bug Fixes

  • web reader: remove webp as it's not supported in Safari (6770107)
  • add support for jpeg2000/jbig2 formats (227975a), closes #50

Features

  • handle archives without images (70a2da5), closes #56
  • web reader: rtl option (98efa9b), closes #53
  • display version in UI (4085f1f), closes #42
  • rescan library (30208a2), closes #38
  • api: reAnalyze library (fa65e94)
  • api: reAnalyze series (e80451f)
  • rest api: ability to re-analyze a book (8e81356), closes #51
  • rest api: don't return hidden files for directory listings (a478d90)
  • webui: add menu option to analyze book from browsing view (64f542d), closes #51
  • webui: reAnalyze library (b599b72), closes #51
  • webui: reAnalyze series (b997561)
komga - v0.10.1

Published by gotson almost 5 years ago

0.10.1 (2020-01-01)

Bug Fixes

  • webui: remove CDN usage for icons and fonts (c88a27c), closes #45
  • webui: show all books when browsing series (85ca99d)
  • zip extractor: better handling of exotic charsets (0254d7d), closes #41
komga - v0.10.0

Published by gotson almost 5 years ago

Features

  • webui: added Web Reader (#28)
  • webui: display all books instead of only books in ready state
  • webui: add 'Date updated' sort criteria for Series
  • webui: add 'File size' sort criteria for Books
  • api: handle the HTTP cache properly for dynamic resources: thumbnails and pages (#27)
  • api: hide full path to non-admin users (for libraries, series and books)
  • scanner: add configuration key to force the last modified time of directories (#37)

Fixes

  • webui: rework dashboard sliders to be more touch-friendly
  • webui: better display on mobile and small screens
  • remove regeneration of missing thumbnails at startup (don't remember why I added it in the first place ¯_(ツ)_/¯ )
komga - v0.9.1

Published by gotson almost 5 years ago

This release is focused on performance enhancements.

Changes

  • Hibernate lazy loading was not working because of Kotlin closed by default classes
  • add Hibernate caches: second level, collections, query
  • enhance code path to reduce number of database queries
  • fix a bug where Series thumbnail would be retrieved by the first book in the collection, instead of the first by number
  • remove (unused) bi-directional OneToOne relationship between Book and BookMetadata to reduce database fetch
komga - v0.9.0

Published by gotson almost 5 years ago

Features

  • Web Interface enhancements (closes #18)
    • browse Libraries, Series, and Books
    • dashboard with recently added Series and Books
    • search Series and Books
    • remove browser pop-up for basic auth, use a dedicated login screen instead
    • http cache for static assets

Changes

  • retrieve real ip in audit logs (for example if behind a reverse proxy)
  • remove Humio metrics
  • libraries are sorted by name in the API by default

Deprecation

  • endpoints of the form /series/{seriesId}/books/{bookId}/**, use /books/{bookId}/** instead

Known issues

  • UI is extremely slow when browsing libraries/series with many items (75+) on Chrome Android
komga - v0.8.1

Published by gotson almost 5 years ago

Changes

  • add metrics exporter for InfluxDB (disabled by default)
komga - v0.8.0

Published by gotson almost 5 years ago

Changes

  • change docker base image to adoptopenjdk 11
  • retrieve file size of books when scanning. Add file size in REST API and OPDS.

Bug fixes

  • Swagger is not showing Kotlin nullable types as optional (fixes #15)
  • compare file modification time at millisecond. With JDK 9+ on Windows, time precision of the underlying clock would go over 6 digits, which is the precision of the timestamps in database, which would lead to loss of precision on saved timestamps, and failing comparisons of modification times at every library scan
  • return only books in ready state via OPDS, else it would throw an error 500 because metadata is not ready
  • prevent circular loop in the error resolver, which would complain in logs
komga - v0.7.1

Published by gotson almost 5 years ago

Bug fixes

  • could not delete a library if it was specifically shared with any user

Changes

  • add build and git info in /actuator/info endpoint
  • add humio metrics exporter (disabled, need to be enabled by configuration)