Komga - Package Updates
-
[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