This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/booklore-app/booklore](https://github.com/booklore-app/booklore) | minor | `v1.12.0` -> `v1.13.1` | --- ### Release Notes <details> <summary>booklore-app/booklore (ghcr.io/booklore-app/booklore)</summary> ### [`v1.13.1`](https://github.com/booklore-app/booklore/releases/tag/v1.13.1) [Compare Source](https://github.com/booklore-app/booklore/compare/v1.13.0...v1.13.1) #### 🌟 What's New in v1.13.1 #### 🐛 Bug Fixes - Fix: Missing close button from dialogue window ([#​1717](https://github.com/booklore-app/booklore/issues/1717)) by [@​adityachandelgit](https://github.com/adityachandelgit) - Fix: Date filter doesn't work very well ([#​1715](https://github.com/booklore-app/booklore/issues/1715)) by [@​adityachandelgit](https://github.com/adityachandelgit) - Fix dev docker environment ([#​1713](https://github.com/booklore-app/booklore/issues/1713)) by [@​Muppetteer](https://github.com/Muppetteer) ##### 🐳 Docker Images - **Docker Hub:** `booklore/booklore:v1.13.1` - **GitHub Container Registry:** `ghcr.io/booklore-app/booklore:v1.13.1` **Full Changelog**: <https://github.com/booklore-app/booklore/compare/v1.13.0...v1.13.1> ### [`v1.13.0`](https://github.com/booklore-app/booklore/releases/tag/v1.13.0) [Compare Source](https://github.com/booklore-app/booklore/compare/v1.12.0...v1.13.0) #### 🌟 What's New in v1.13.0 #### 🚀 New Features - Feature: Add EPUB conversion support for CBX files to Kobo Sync ([#​1538](https://github.com/booklore-app/booklore/issues/1538)) by [@​CounterClops](https://github.com/CounterClops) - Feat: Improve kobo reading state sync logic for better bidirectional support ([#​1644](https://github.com/booklore-app/booklore/issues/1644)) by [@​CounterClops](https://github.com/CounterClops) - Enable jumping to filters by clicking page count, file size, or match… ([#​1685](https://github.com/booklore-app/booklore/issues/1685)) by [@​adityachandelgit](https://github.com/adityachandelgit) - Improve computed filter label logic for cleaner and more readable sum… ([#​1684](https://github.com/booklore-app/booklore/issues/1684)) by [@​adityachandelgit](https://github.com/adityachandelgit) - Expose Magic Shelves through the OPDS feed so clients can access them ([#​1683](https://github.com/booklore-app/booklore/issues/1683)) by [@​adityachandelgit](https://github.com/adityachandelgit) - Add single select filter mode ([#​1671](https://github.com/booklore-app/booklore/issues/1671)) by [@​Muppetteer](https://github.com/Muppetteer) - Enable navigation by library, year, language, file type, and read sta… ([#​1672](https://github.com/booklore-app/booklore/issues/1672)) by [@​adityachandelgit](https://github.com/adityachandelgit) #### ✨ Enhancements - Maintain book selections when switching between table and grid views ([#​1651](https://github.com/booklore-app/booklore/issues/1651)) by [@​Muppetteer](https://github.com/Muppetteer) - Feature: Keep track of applied filters in URL query string ([#​1654](https://github.com/booklore-app/booklore/issues/1654)) by [@​Muppetteer](https://github.com/Muppetteer) - fix(bookdrop): Ensure source file is only deleted after successful import and cleanup target on failure ([#​1638](https://github.com/booklore-app/booklore/issues/1638)) by [@​balazs-szucs](https://github.com/balazs-szucs) - Add option to force hyphenation in KEPUB ([#​1656](https://github.com/booklore-app/booklore/issues/1656)) by [@​beedaddy](https://github.com/beedaddy) #### 🐛 Bug Fixes - fix(pdf): handle out-of-memory errors gracefully during cover generation and limit image size to prevent OOM ([#​1680](https://github.com/booklore-app/booklore/issues/1680)) by [@​balazs-szucs](https://github.com/balazs-szucs) - Add actual language to Kobo metadata ([#​1682](https://github.com/booklore-app/booklore/issues/1682)) by [@​beedaddy](https://github.com/beedaddy) - Fix: Prevent sorting prefs select options from overflowing container ([#​1673](https://github.com/booklore-app/booklore/issues/1673)) by [@​Muppetteer](https://github.com/Muppetteer) - Fix issue with “unset” read status handling ([#​1669](https://github.com/booklore-app/booklore/issues/1669)) by [@​adityachandelgit](https://github.com/adityachandelgit) - Fix unique file constraint to allow identical filenames in different sub-paths ([#​1668](https://github.com/booklore-app/booklore/issues/1668)) by [@​adityachandelgit](https://github.com/adityachandelgit) - fix(upload): implemented byte-aware path truncation to prevent filesystem errors on long metadata ([#​1655](https://github.com/booklore-app/booklore/issues/1655)) by [@​balazs-szucs](https://github.com/balazs-szucs) - Add author + series sort option to view settings ([#​1652](https://github.com/booklore-app/booklore/issues/1652)) by [@​Muppetteer](https://github.com/Muppetteer) #### 🛠️ Refactoring & Maintenance - refactor(exception): modernize exception handling and method signatures across services and controllers ([#​1670](https://github.com/booklore-app/booklore/issues/1670)) by [@​balazs-szucs](https://github.com/balazs-szucs) - refactor(api): Add BufferedImage resource cleanup to prevent native memory leaks ([#​1688](https://github.com/booklore-app/booklore/issues/1688)) by [@​balazs-szucs](https://github.com/balazs-szucs) - More single select filters ([#​1678](https://github.com/booklore-app/booklore/issues/1678)) by [@​Muppetteer](https://github.com/Muppetteer) - feat(test-utils): Add comprehensive test coverage for FileService and MetadataChangeDetector ([#​1658](https://github.com/booklore-app/booklore/issues/1658)) by [@​balazs-szucs](https://github.com/balazs-szucs) - feat(api): add [@​Builder](https://github.com/Builder).Default to entity fields for safer builder initialization and update mappers to ignore unmapped targets; add tests for builder defaults ([#​1634](https://github.com/booklore-app/booklore/issues/1634)) by [@​balazs-szucs](https://github.com/balazs-szucs) #### 📖 Documentation - ci: Add OCI Image Specification Labels to Dockerfile ([#​1636](https://github.com/booklore-app/booklore/issues/1636)) by [@​trevorswanson](https://github.com/trevorswanson) ##### 🐳 Docker Images - **Docker Hub:** `booklore/booklore:v1.13.0` - **GitHub Container Registry:** `ghcr.io/booklore-app/booklore:v1.13.0` **Full Changelog**: <https://github.com/booklore-app/booklore/compare/v1.12.0...v1.13.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2212 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>