48e4cd226491677c9169397e1f094c4cde6d688c
5 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 15071cdb96 |
Update ghcr.io/booklore-app/booklore Docker tag to v1.13.2 (#2291)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/booklore-app/booklore](https://github.com/booklore-app/booklore) | patch | `v1.13.1` -> `v1.13.2` | --- ### Release Notes <details> <summary>booklore-app/booklore (ghcr.io/booklore-app/booklore)</summary> ### [`v1.13.2`](https://github.com/booklore-app/booklore/releases/tag/v1.13.2) [Compare Source](https://github.com/booklore-app/booklore/compare/v1.13.1...v1.13.2) #### 🌟 What's New in v1.13.2 #### 🚀 New Features - Add sort preference option for Magic Shelf names in the left sidebar ([#​1749](https://github.com/booklore-app/booklore/issues/1749)) by [@​adityachandelgit](https://github.com/adityachandelgit) - Feature: filter mode preference ([#​1739](https://github.com/booklore-app/booklore/issues/1739)) by [@​Muppetteer](https://github.com/Muppetteer) - Add a user-facing option to enable or disable series view ([#​1748](https://github.com/booklore-app/booklore/issues/1748)) by [@​adityachandelgit](https://github.com/adityachandelgit) #### ✨ Enhancements - fix(metadata): disable merging of moods and tags during metadata updates ([#​1743](https://github.com/booklore-app/booklore/issues/1743)) by [@​balazs-szucs](https://github.com/balazs-szucs) - fix(epub): improve date parsing to support year-only formats and add tests ([#​1735](https://github.com/booklore-app/booklore/issues/1735)) by [@​balazs-szucs](https://github.com/balazs-szucs) - feat(opds): Sort OPDS Feed by addedOn Desc ([#​1691](https://github.com/booklore-app/booklore/issues/1691)) by [@​WorldTeacher](https://github.com/WorldTeacher) - refactor(metadata): consider locked, but empty or null metadata valid ([#​1729](https://github.com/booklore-app/booklore/issues/1729)) by [@​balazs-szucs](https://github.com/balazs-szucs) #### 🎨 UI Tweaks - Visually indicate the active menu item in the left sidebar ([#​1738](https://github.com/booklore-app/booklore/issues/1738)) by [@​adityachandelgit](https://github.com/adityachandelgit) - Align the layout to be consistent throughout all dialogs ([#​1737](https://github.com/booklore-app/booklore/issues/1737)) by [@​adityachandelgit](https://github.com/adityachandelgit) #### 🐛 Bug Fixes - fix(amazon): improve localization of Amazon Parser ([#​1706](https://github.com/booklore-app/booklore/issues/1706)) by [@​balazs-szucs](https://github.com/balazs-szucs) - Add filter mode to querystring ([#​1728](https://github.com/booklore-app/booklore/issues/1728)) by [@​Muppetteer](https://github.com/Muppetteer) - Fix race conditions between Bookdrop and Monitoring Service when importing multiple files ([#​1709](https://github.com/booklore-app/booklore/issues/1709)) by [@​piffio](https://github.com/piffio) - Re-add "description" to epub metadata extraction ([#​1727](https://github.com/booklore-app/booklore/issues/1727)) by [@​beedaddy](https://github.com/beedaddy) ##### 🐳 Docker Images - **Docker Hub:** `booklore/booklore:v1.13.2` - **GitHub Container Registry:** `ghcr.io/booklore-app/booklore:v1.13.2` **Full Changelog**: <https://github.com/booklore-app/booklore/compare/v1.13.1...v1.13.2> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2291 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| a6f46bb1a7 |
Update ghcr.io/booklore-app/booklore Docker tag to v1.13.1 (#2212)
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> |
|||
| 3e90af0eb5 | migrate | |||
| 4a30f53bd2 | remove charts to prep for migration | |||
| e102d910bc | add render manifest workflow |