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.50.1

Published by gotson about 4 years ago

0.50.1 (2020-07-30)

Bug Fixes

  • docker: docker image doesn't start (8bce80b)
komga - v0.50.0

Published by gotson about 4 years ago

0.50.0 (2020-07-30)

Features

  • webui: add system theme option (8f22f01)
komga - v0.49.0

Published by gotson about 4 years ago

0.49.0 (2020-07-25)

Features

  • webreader: add shortcut information menu (1885f32)
  • webui: dark theme (efe2021), closes #179
komga - v0.48.1

Published by gotson about 4 years ago

0.48.1 (2020-07-21)

Bug Fixes

komga - v0.48.0

Published by gotson over 4 years ago

0.48.0 (2020-07-16)

This is a major change, but done transparently.

If you need help, please check https://komga.org/faq/#migration-from-h2-to-sqlite

At startup, a migration from H2 to SQLite will be triggered:

  • if the H2 database is a file (not in memory)
  • if the H2 database has not been migrated yet
  • if the SQLite database is newly minted

All the data will be transferred from H2 to SQLite before the startup of the application (before the API can serve any requests).
After the migration, an empty file will be stored next to the H2 database file (same name with ".imported" suffix).

The H2 database files will be automatically removed in a later version.

A new configuration key is available to customize the file path of the SQLite database: komga.database.file

The database backup feature has been removed. It might be re-added later on using a different logic.

The IDs of entities have been changed from number to string in the API.

Features

  • change database from H2 to SQLite (20b2b39), closes #218
komga - v0.47.0

Published by gotson over 4 years ago

0.47.0 (2020-07-14)

Features

  • webui: change internals for shortcuts. add new shortcuts for settings (b402817), closes #172
komga - v0.46.0

Published by gotson over 4 years ago

0.46.0 (2020-07-13)

Features

  • webui: add simple next/previous book buttons to reader toolbar (e428115), closes #233
komga - v0.45.2

Published by gotson over 4 years ago

0.45.2 (2020-07-05)

Bug Fixes

  • webui: browse collection should show all series (8629ea9), closes #226
komga - v0.45.1

Published by gotson over 4 years ago

0.45.1 (2020-07-05)

Bug Fixes

  • webui: read button link underline on hover (863258d)
komga - v0.45.0

Published by gotson over 4 years ago

0.45.0 (2020-07-05)

Features

komga - v0.44.0

Published by gotson over 4 years ago

0.44.0 (2020-07-03)

Bug Fixes

  • webui: make card title as link (d6e4b80), closes #224
  • webui: reset edit book dialog to first tab on reopen (5760a06)

Features

  • generate collections from ComicInfo SeriesGroup (277cdcd), closes #210
  • api: metadata import settings per library (6824212), closes #199
  • webui: metadata import settings per library (521cc42), closes #199
komga - v0.43.4

Published by gotson over 4 years ago

0.43.4 (2020-07-01)

Bug Fixes

komga - v0.43.3

Published by gotson over 4 years ago

0.43.3 (2020-06-30)

Bug Fixes

  • api: add missing sort fields for Books (797535d)
komga - v0.43.2

Published by gotson over 4 years ago

0.43.2 (2020-06-30)

Bug Fixes

  • api: exception on unpaged empty content (2cc27f2)
komga - v0.43.1

Published by gotson over 4 years ago

0.43.1 (2020-06-29)

Bug Fixes

  • webui: clear selection when reloading search results (7d808c5)
komga - v0.43.0

Published by gotson over 4 years ago

0.43.0 (2020-06-29)

Bug Fixes

  • webui: lazy load collections on browse series (d89533d)

Features

  • webui: sort/filter settings are persisted per library (bf737de), closes #190
komga - v0.42.0

Published by gotson over 4 years ago

0.42.0 (2020-06-29)

Bug Fixes

  • webui: incorrect count of collections in browse collections screen (2254929)
  • webui: lazy http call for CollectionEditDialog (4716a1b)

Features

  • webui: collection edition on card in browse collections (e45389d)
  • webui: collection edition on card in search results (68fe4fd)
  • webui: enable edit on books and series cards in search screen (32dad62)
  • webui: multi-select in dashboard page (8e33be7)
  • webui: multi-select in search results page (c5417ac), closes #213
komga - v0.41.1

Published by gotson over 4 years ago

0.41.1 (2020-06-27)

Bug Fixes

  • api: pagination for collection's series (6dd0704)
  • opds: prepend position for series in ordered collection (7e5a141)
komga - v0.41.0

Published by gotson over 4 years ago

0.41.0 (2020-06-26)

Bug Fixes

  • api: collection without element would return incorrect dto (0891981)
  • api: incorrect number of books per series (bf2d0ba)
  • webui: adjust padding for grids (02e9168)
  • webui: display collection after adding in series browsing screen (8ce5a39)
  • webui: library navigation not highlighted correctly (e28c070)

Features

  • api: collections are pageable (449a27e), closes #216
  • api: search series by collection ids (ca91af7)
  • opds: browse by collection (15f9c82)
  • webui: action menu on item cards (37d790d)
  • webui: allow direct input of library path in add dialog (6ece7b1), closes #88
  • webui: better handling of library deletion (0297210)
  • webui: display collections in search results and search box (82aec45), closes #212
  • webui: hide pagination when there is only 1 page (675b4a1)
  • webui: pagination for collections (50b516d), closes #216
  • webui: refresh browse collection screen on action menu actions (8f2c453)
  • webui: refresh dashboard on action menu actions (b6bd735)
komga - v0.40.1

Published by gotson over 4 years ago

0.40.1 (2020-06-19)

Bug Fixes

  • webui: drag series by handle when editing collection (e72f4ab), closes #214
  • webui: wider display for collection expansion panel (96c95ea)