Skip to content

Releases: gotson/komga

Release v0.162.0

03 Mar 09:36
Compare
Choose a tag to compare

Changelog

🚀 Features

api

  • new endpoint to match a CBL file without creating the readlist (400f7ba)

webui

  • interactive readlist import (648ebb4)

unscoped

  • read lists books can be sorted by release date (e3bf906), closes #846

🐛 Fixes

api

  • filter readlist's books according to user's content restrictions (a6895e1)
  • ignore name case when updating a readlist or collection (ae17d9c)

webui

  • dismissible alert on Book Import view (7f8a7f3)
  • perform case insensitive comparison for existing readlist or collection name (2f97395)
  • history view could not load deleted page thumbnail in some conditions (0211650)
  • bulk edit books dialog incorrect validation for numberSort set to 0 (4385f05), closes #1057

unscoped

  • translated using Weblate (fbc2ac1)
  • translated using Weblate (22b1ab0)

🔄️ Changes

api

webui

unscoped

  • remove semantic-release files (b5e83ac)
  • move specific ktlint configuration to subproject (cb18b6b)
  • apply ktlint format (1d6485c)

🛠 Build

deps

  • bump minimist and mkdirp in /komga-webui (c3ba85a)
  • bump thumbnailator to 0.4.19 (4821cdb)
  • bump sqlite-jdbc to 3.40.1.0 (4614997)
  • bump tsid-creator to 5.2.3 (0e4a331)
  • bump twelvemonkeys.imageio to 3.9.4 (035a18a)
  • bump ben-manes.versions to 0.45.0 (c0cc6b5)
  • bump Kotlin to 1.7.22 (e476d73)

unscoped

  • jreleaser workaround for JRELEASER_DOCKER_DEFAULT_PASSWORD (cb332a6)
  • gradle task dependency workaround (b7a28c8)
  • release using JReleaser (a1b058e)
  • add jreleaser (3581e57)
  • fix workflow file (6583334)
  • only trigger release job on master (d21a7a3)
  • disable ktlint multiline-if-else rule (1dc46be)
  • bump gradle.ktlint to 11.1.0 amd ktlint to 0.48.2 (c8dd291)

📝 Documentation

  • update DEVELOPING.md instructions (cd3687d)
  • update CHANGELOG.md to match JReleaser format (8666b94)

Contributors

We'd like to thank the following people for their contributions:
1024mb, Aiman, Gauthier, Gauthier Roebroeck, Jaroslav Lichtblau, Karl Jakobsson, Luna Jernberg, Nathan, Toprak Boran, Zone, gallegonovato, slundi, 小造xu_zh

v0.161.0

27 Jan 12:51
Compare
Choose a tag to compare

0.161.0 (2023-01-27)

Bug Fixes

  • api: multiple tag or author filters could generate duplicate book results (88aa7ad), closes #1052
  • NPE when email_verified claim is missing in OIDC request (72e5fd9), closes #1054
  • translated using Weblate (faf95f2)
  • webui: multi-select bar delete button doesn't work on some views (94fc5fa), closes #1056

Features

  • add configuration option to skip email verification in OIDC login flow (273b7d2), closes #1054

v0.160.0

19 Jan 09:26
Compare
Choose a tag to compare

0.160.0 (2023-01-19)

Features

  • webui: add button to reset filters on Series view if there are no results (17ca7f7)
  • webui: add pagination to readlist/collection browse view (ff70fea), closes #817

Performance Improvements

  • webui: readlist/collection expansion panels load data by page (0b57dc9), closes #817

v0.159.1

18 Jan 03:26
Compare
Choose a tag to compare

0.159.1 (2023-01-18)

Bug Fixes

  • webui: edit series dialog shows wrong tabs when editing multiple items (12d2cbc), closes #1049

v0.159.0

17 Jan 09:15
Compare
Choose a tag to compare

0.159.0 (2023-01-17)

Bug Fixes

  • api: include Z in datetime formats (bb7b7fd)
  • api: some dates were not returned as UTC (cdfb8e3)
  • translated using Weblate (6ad0188)

Features

  • add links field in series metadata (f9f02a3), closes #938
  • series metadata supports alternate titles (8e0655f), closes #878
  • webui: display datetime when hovering date on item card (4d97172)
  • webui: display number of pages left on book details view (77424b1), closes #1012
  • webui: display read date on book details view (c30c755), closes #757
  • webui: increment/decrement numberSort in bulk (e7fbe57), closes #628

v0.158.0

12 Jan 09:54
Compare
Choose a tag to compare

0.158.0 (2023-01-12)

Bug Fixes

  • close SSE connections during shutdown (3f773d1), closes #1028
  • translated using Weblate (f06c680)

Features

  • library option to append ComicInfo Volume to Series title (63b3c83)
  • webui: navigate back to collection from series (db56a38), closes #1042
  • webui: order collections/readlists by most recently modified in the Add To dialog (592f87c), closes #862

v0.157.5

22 Nov 07:11
Compare
Choose a tag to compare

0.157.5 (2022-11-22)

Bug Fixes

  • exception if user agent is null (cb07581)
  • translated using Weblate (1f504f4)
  • webui: sort genre on Browse Series screen (665ce18)

v0.157.4

02 Nov 08:08
Compare
Choose a tag to compare

0.157.4 (2022-11-02)

Bug Fixes

  • set image type when generating thumbnails to avoid missing channels (40f3e16), closes #976

Performance Improvements

  • optimize task FindDuplicatePagesToDelete (59a0048)

v0.157.3

30 Oct 01:25
Compare
Choose a tag to compare

0.157.3 (2022-10-30)

Bug Fixes

  • api: allow unauthorized access to health endpoint (751d347), closes #992
  • translated using Weblate (3f4aa33)
  • webui: add debouncer when searching for author in Edit Book dialog (da3d283), closes #960

v0.157.2

13 Sep 12:11
Compare
Choose a tag to compare

0.157.2 (2022-09-13)

Bug Fixes

  • cannot parse series.json (122f0c9), closes #961
  • webui: bottom pagination hidden by navigation bar on SM breakpoint (234dae0), closes #953