Komga - Package Updates
-
[1.0.0]
- First stable release
- Update komga to 1.19.1
- Full Changelog
-
[1.1.0]
- Update komga to 1.20.0
- Full Changelog
- books can be sorted by series title (9bab9f6)
- referential APIs accept multiple library_id for filtering (4de763a)
- add client settings API (3b1504c)
- add support for API keys in REST API via X-API-Key header (64b192c)
- new view to browse all books (406ae4b), closes #1153
- sort books within a series by last modified date or read date (1f852db)
- only shows filter values for pinned libraries (ef01550)
- add ability to configure recommended view per library (e980e33), closes #1539
-
[1.2.0]
- Update komga to 1.21.0
- Full Changelog
- use unique cookie names (e7335fa), closes #1889
- allow isNull / isNotNull on some search criteria (171cf8c)
- add media status condition in books view filters (9563310)
- add unavailable condition in series and books filters (1b8fa45), closes #1580
- add any/none filtering on more criteria (87d73cc), closes #1884
-
[1.3.0]
- Update base image to 5.0.0
-
[1.3.1]
- Update komga to 1.21.1
- Full Changelog
- book import would return incorrect matched series (10e0bde)
-
[1.3.2]
- Update komga to 1.21.2
- Full Changelog
- disable Linux builds for desktop app (0d144a6)
- keep reading paging would spill over to on-deck (9be980d)
- import book details does not show format (b7069c2)
- replace UriUtils.decode with URLDecode.decode (6553437), closes #1909
- better handling of epub path with anchor on windows (cd6b83d), closes #1909
- more robust process handling for kepubify (48e6eaf)
- don't fail epub analysis when optional features are missing (465467c), closes #1909
- remove key added by mistake (1250a97)
- fix parameterized test (62d193d)
- add corner cases for epub nav (01ef2b0)
- also run tests on windows and macos (d299020)
- bump axios from 1.7.4 to 1.8.2 in /komga-webui (#1910) (9454552), closes #1910
-
[1.3.3]
- Update komga to 1.21.3
- Full Changelog
- add missing characters for Japanese series grouping (0a2c3ac), closes #1959
- webtoon page margin is not restored (80fa75a), closes #1944
- epubs would have a "null" comment in the Media (343add1)
- remove startup task to fix missing thumbnail metadata (a568a7d)
- rename REST controller operations for better clarity in generated openapi spec (95afb4b)
-
[1.4.0]
- Update komga to 1.22.0
- Full Changelog
- user creation supports restrictions (1f0817b)
- add CSP response header for untrusted epub resources (25de597)
- marking already read announcement as read would return error 500 (8cf2403)
-
[1.4.1]
- Update komga to 1.22.1
- Full Changelog
- don't strip accents on input data and sort series title with unicode collation (c2c697f)
- epub divina heuristic (5f9cc44), closes #1997
- remove artemis cleanup (9567df1)
- remove deprecated methods (d56c3e3)
- use interpolation prefix (1de36b7)
- add param target for some annotations to fix archunit tests (1975ff2)
- fix types for new Kotlin compiler (34c7d8b)
- replace deprecated AntPathRequestMatcher with PathPatternRequestMatcher (f674d65)
- remove unused params (d4de08a)
- use new syntax for gradle task registation (d112e69)
-
[1.5.0]
- Update komga to 1.23.0
- Full Changelog
- check if database files are on local filesystem on startup (93b2130)
- ensure tasksDB parent directory is created (eb1e602)
- ktlint format (756d9f9)
- use guard condition in when (83a995f)
- remove redundant qualifier (d82af1b)
- rename unused exceptions (5ba13d0)
- simplify condition (b84a958)
- simplify regex string (c955f2d)
- remove explicit type (65c8575)
- replace enum.values() with enum.entries (03993ac)
-
[1.5.1]
- Update komga to 1.23.1
- Full Changelog
- reduce cache for announcements and releases to 1h (e019f5d)
- separate database reads from writes (f9d9139)
- use sqlite temporary tables for long parameter list (7464e64)
- replace deprecated methods (9046a61)
- ktlint format (9986f9d)
- move lucene commit to separate class (243355f)
- replace deprecated property (cfa3995)
- use synchronous lucene committer for tests (0e52bde)
- use synchronous events for tests (a80eb59)
- update Browserslist db (8c4fb26)
-
[1.5.2]
- Update komga to 1.23.2
- Full Changelog
- kobo NullPointer exception (138c0ed), closes #2045
- webui ignore content negotiation when downloading page (85a33d4), closes #2042
- unscoped ignore xml namespace in EPUB opf file (3ab21ff), closes #2043
- perf enable SQLite WAL mode by default (e7b56b2)
- api mark kepubifyPath as deprecated (d147586)
- unscoped use Jsoup XmlParser instead of HTML parser where needed (4e7c49d)
-
[1.5.3]
- Update komga to 1.23.3
- Full Changelog
- cannot create readlist or collection with database in WAL mode
-
-
[1.5.5]
- Update komga to 1.23.5
- Full Changelog
- support local artwork in gif format (f19d7aa), closes #1853
- empty content when x-api-key is sent alongside session (5a5f8d7), closes #2099
- relax JSON deserializer (eb8bdfc)
- add id field in HistoricalEventDto (5e3ca4d)
- remove no-transform cache-control from response header (43c1018), closes #2091
- add more logs when epub extension is missing (730b093)
- add more logs to koreader sync controller (2f9b4e7)
- make dslRO transaction aware (69ba569)
-
[1.5.6]
- Update komga to 1.23.6
- Full Changelog
- proxy 401 errors on initialization (3739951)
- prevent double URL encoding when proxying (ce3ad4c), closes #2130
- proxy Content-Type headers for kobo (b925f3e), closes #2074
- properly decode cover href when generating epub cover (f8ca936), closes #2118
- log error responses (454c6c7)
- fix svu install (9a56b30)
- fix mediatype (af66144)
- translated using Weblate (Arabic) (a5548a5)
- translated using Weblate (Russian) (8f8d20a)
- translated using Weblate (Galician) (0f69a3a)
-
[1.6.0]
- Update komga to 1.24.0
- Full Changelog
- add heartbeat event to SSE connections (512492b), closes #2205
- support epub with images in spine (525b37f)
-
[1.6.1]
- Update komga to 1.24.1
- Full Changelog
- more lenient fixed-layout detection
-
[1.6.2]
- Update komga to 1.24.2
- Full Changelog
- remove anonymous /tmp volume (45f39b0), closes #2191
- fallback on epub2 toc if epub3 is present but invalid (4ce8f27)
- epub extension could get lost during book restoration (90d3a1d)
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login