komga

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

MIT License

Stars
3.4K
Committers
33

Bot releases are visible (Hide)

komga - v0.58.0

Published by gotson about 4 years ago

0.58.0 (2020-08-24)

Bug Fixes

  • webui: update option title in library dialog (29d9726)

Features

  • webui: handle new metadata fields (5567adc), closes #276
  • add/rearrange metadata fields (9e406e3), closes #276
komga - v0.57.0

Published by gotson about 4 years ago

0.57.0 (2020-08-20)

Features

komga - v0.56.1

Published by gotson about 4 years ago

0.56.1 (2020-08-16)

Bug Fixes

  • database migration could fail (1c9f3d0)
komga - v0.56.0

Published by gotson about 4 years ago

0.56.0 (2020-08-14)

Bug Fixes

  • webui: change grid size for sm screens (18280be)

Features

  • api: unpaged queries for books (8f8054e)
  • webui: library option to import local artwork (cba0a2e)
  • webui: navigate to series books from book details screen (48e92c7), closes #272
  • library option to import local artwork (eefb802)
  • webui: scanner option per library (fca0180)
  • scanner option per library (4da6ff9)
  • api: http eTag caching for all API calls (fe22cb5)
komga - v0.55.1

Published by gotson about 4 years ago

0.55.1 (2020-08-14)

Bug Fixes

  • incorrect book number after adding book in series (3b1eb36), closes #269
komga - v0.55.0

Published by gotson about 4 years ago

0.55.0 (2020-08-13)

Features

  • webreader: side padding, original scaling for Webtoon (6499788), closes #266 #264
komga - v0.54.0

Published by gotson about 4 years ago

0.54.0 (2020-08-12)

Features

  • custom thumbnails for series (f5f423f), closes #63
komga - v0.53.0

Published by gotson about 4 years ago

0.53.0 (2020-08-12)

Features

  • sidecar thumbnails for books (d01b29f)
komga - v0.52.3

Published by gotson about 4 years ago

0.52.3 (2020-08-07)

Bug Fixes

  • api: large file download (d100db2)
komga - v0.52.2

Published by gotson about 4 years ago

0.52.2 (2020-08-07)

Bug Fixes

  • some PDF pages are blurry (9ad1cfe), closes #260
  • webreader: incorrect display on safari and firefox (22b0b7e), closes #262
  • webui: missing settings icon in sidebar (b9e4bea)
  • webui: thumbnails explorer navigation misaligned (2ffed28)
komga - v0.52.1

Published by gotson about 4 years ago

0.52.1 (2020-08-06)

Bug Fixes

  • webreader: webtoon reader not loading images (1a030b4), closes #259
komga - v0.52.0

Published by gotson about 4 years ago

0.52.0 (2020-08-06)

Bug Fixes

  • webui: missing settings icon in webreader (9693829)

Features

  • webreader: display reading direction on book opening (ebf2aac)
  • webreader: webtoon reader, fit to screen (44c814a), closes #81 #145
komga - v0.51.1

Published by gotson about 4 years ago

0.51.1 (2020-08-03)

Bug Fixes

  • metadata: recognize ComicInfo Day tag and "MA15+" rating (3ad438d)
komga - v0.51.0

Published by gotson about 4 years ago

0.51.0 (2020-07-31)

Bug Fixes

  • webreader: cycle image fit would not persist setting (e5272d2)

Features

  • webreader: better display of landscape images (09984a4), closes #123
  • get images dimension during media analysis (f9d55ec), closes #123
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 over 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