Releases: gotson/komga
Releases · gotson/komga
Release v0.163.0
Changelog
🚀 Features
opds
- add support for OPDS-PSE 1.2 (29e71b0)
webui
- display series release year in series picker dialog (1d7c89a), closes #1076
- display series release year in search box results (e95304e)
unscoped
- comicrack read list matching will look for series with and without volume in brackets (ac1e956), closes #1075
🐛 Fixes
api
- incorrect time conversion for BookMetadataAggregationDto (9a015c4)
- better error handling for read list matching (1961efe)
- user restrictions checks were missing (c661a88)
opds
- user restrictions checks were missing (471895c)
webui
- better error handling for read list matching (53b1137)
unscoped
- translated using Weblate (38f1e0b)
- regenerate thumbnail if first page is removed as duplicate (cf2a5a2), closes #1078
🔄️ Changes
webui
unscoped
- use BookAction for analyzeAndPersist return type (4d906f8)
🛠 Build
deps
- bump peter-evans/dockerhub-description from 3.1.2 to 3.3.0 (683b663)
unscoped
- jreleaser continue if docker fails (2f1af32)
- more JReleaser workaround (e2e6d6e)
- always upload JReleaser output [skip ci] (b2d3b3b)
📝 Documentation
- clarify docker steps (74dbe92)
Contributors
We'd like to thank the following people for their contributions:
1024mb, Gauthier, Gauthier Roebroeck, Shjosan, gallegonovato, 小造xu_zh
Release v0.162.0
Changelog
🚀 Features
api
- new endpoint to match a CBL file without creating the readlist (400f7ba)
webui
- interactive readlist import (648ebb4)
unscoped
🐛 Fixes
api
- filter readlist's books according to user's content restrictions (a6895e1)
- ignore name case when updating a readlist or collection (ae17d9c)
webui
- dismissible alert on Book Import view (7f8a7f3)
- perform case insensitive comparison for existing readlist or collection name (2f97395)
- history view could not load deleted page thumbnail in some conditions (0211650)
- bulk edit books dialog incorrect validation for numberSort set to 0 (4385f05), closes #1057
unscoped
🔄️ Changes
api
- change variable case (aec3d3d)
webui
- remove unused references (b7ad808)
- incorrect type (9860d4e)
- missing i18n field (9e424b5)
- export readlist types (0984d9f)
unscoped
- remove semantic-release files (b5e83ac)
- move specific ktlint configuration to subproject (cb18b6b)
- apply ktlint format (1d6485c)
🛠 Build
deps
- bump minimist and mkdirp in /komga-webui (c3ba85a)
- bump thumbnailator to 0.4.19 (4821cdb)
- bump sqlite-jdbc to 3.40.1.0 (4614997)
- bump tsid-creator to 5.2.3 (0e4a331)
- bump twelvemonkeys.imageio to 3.9.4 (035a18a)
- bump ben-manes.versions to 0.45.0 (c0cc6b5)
- bump Kotlin to 1.7.22 (e476d73)
unscoped
- jreleaser workaround for JRELEASER_DOCKER_DEFAULT_PASSWORD (cb332a6)
- gradle task dependency workaround (b7a28c8)
- release using JReleaser (a1b058e)
- add jreleaser (3581e57)
- fix workflow file (6583334)
- only trigger release job on master (d21a7a3)
- disable ktlint multiline-if-else rule (1dc46be)
- bump gradle.ktlint to 11.1.0 amd ktlint to 0.48.2 (c8dd291)
📝 Documentation
Contributors
We'd like to thank the following people for their contributions:
1024mb, Aiman, Gauthier, Gauthier Roebroeck, Jaroslav Lichtblau, Karl Jakobsson, Luna Jernberg, Nathan, Toprak Boran, Zone, gallegonovato, slundi, 小造xu_zh
v0.161.0
0.161.0 (2023-01-27)
Bug Fixes
- api: multiple tag or author filters could generate duplicate book results (88aa7ad), closes #1052
- NPE when email_verified claim is missing in OIDC request (72e5fd9), closes #1054
- translated using Weblate (faf95f2)
- webui: multi-select bar delete button doesn't work on some views (94fc5fa), closes #1056
Features
v0.160.0
v0.159.1
v0.159.0
0.159.0 (2023-01-17)
Bug Fixes
- api: include Z in datetime formats (bb7b7fd)
- api: some dates were not returned as UTC (cdfb8e3)
- translated using Weblate (6ad0188)
Features
- add links field in series metadata (f9f02a3), closes #938
- series metadata supports alternate titles (8e0655f), closes #878
- webui: display datetime when hovering date on item card (4d97172)
- webui: display number of pages left on book details view (77424b1), closes #1012
- webui: display read date on book details view (c30c755), closes #757
- webui: increment/decrement numberSort in bulk (e7fbe57), closes #628