Komga turns 6!
Komga is 6 years old !
Back then Komga didn't even have a user interface, and at first it could only be used as a Tachiyomi (now Mihon) source.
Komga is 6 years old !
Back then Komga didn't even have a user interface, and at first it could only be used as a Tachiyomi (now Mihon) source.
Komga has been using SQLite to store its data for around 5 years (v0.48.0 - July 2020), and while it works very well most of the time, some users have experienced bottlenecks on some systems.
In order to boost performances, Komga will enable the SQLite WAL mode (Write-Ahead Logging) by default in the near future.
Since WAL does not work over a network filesystem, release 1.23.0 has introduced a startup check to ensure the databases are located on a local filesystem. Even without WAL, this is a good practice for SQLite performance.
If Komga does not start anymore after the upgrade to 1.23.0, check the logs or the documentation.
Version 1.9.0 contains the second feature drop for Ebooks support.
It brings nice additions to the initial release, most notably the read progress will be kept when reading and restored, same as with other books.
The analysis process of EPUB files was also revamped, and some EPUB files that were not analyzed before should be working fine now.
While the first release forced all the EPUB files through the Epub Reader, this release brings back compatibility with the Divina Reader for pre-paginated EPUB files containing only images. This also restores support for the Pages API, and thus the compatibility with Tachiyomi, or any OPDS-PSE client.
Head over to the Release Notes for more details on all the new features and fixes.
Version 1.8.0 is bringing a long awaited feature: proper eBook support!
Github issue #221 has been opened for more than 3 years, and has finally been tackled.
In case you haven't kept up with the release notes since version 1.0.0, here are the most significant changes:
The future v1.0.0 will bring some breaking changes, this guide will help you to prepare for the next major version.
0.x
tag instead of latest
. You will be able to decide when you want to upgrade, especially if you are updating containers automatically.database.sqlite
. You can find it in the configuration directory, by default:
%USERPROFILE%/.komga/database.sqlite
~/.komga/database.sqlite
/config
jar
, you will need to make sure your Java version is sufficient by running java -version
.8080
to 25600
: