Skip to content

Commit 41b5b60

Browse files
Renovate Botalexlebens
authored andcommitted
Update ghcr.io/booklore-app/booklore Docker tag to v1.17.0 (#3146)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/booklore-app/booklore](https://github.com/booklore-app/booklore) | minor | `v1.16.5` → `v1.17.0` | --- ### Release Notes <details> <summary>booklore-app/booklore (ghcr.io/booklore-app/booklore)</summary> ### [`v1.17.0`](https://github.com/booklore-app/booklore/releases/tag/v1.17.0) [Compare Source](booklore-app/booklore@v1.16.5...v1.17.0) #### 🌟 What's New in v1.17.0 ##### This release brings some exciting new features! Highlights include: - **Custom Fonts in the EPUB Reader**: Users can now upload and use up to 10 of their favorite fonts for a personalized reading experience. - **Reading Progress Sync**: Progress (in percent) now syncs to hardcover books and is tracked per user. - **Revamped Metadata Search**: The search UI has been redesigned to provide live, real-time results for a smoother and faster experience. Plus, numerous performance improvements and bug fixes across the app. Enjoy! #### 🚀 New Features - feat: Add custom font support for EPUB reader ([#&#8203;2120](booklore-app/booklore#2120)) by [@&#8203;darkraise](https://github.com/darkraise) - Revamp metadata search UI to display live results ([#&#8203;2195](booklore-app/booklore#2195)) by [@&#8203;acx10](https://github.com/acx10) - Feature/koreader hardcover sync ([#&#8203;2204](booklore-app/booklore#2204)) by [@&#8203;boludo00](https://github.com/boludo00) #### ✨ Enhancements - feat(series-page): implement multi-select functionality for book selection and add footer actions ([#&#8203;2167](booklore-app/booklore#2167)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs) - Add per-user font management permission ([#&#8203;2210](booklore-app/booklore#2210)) by [@&#8203;acx10](https://github.com/acx10) - Support individual “write to file” settings per book type, with configurable file size limits ([#&#8203;2206](booklore-app/booklore#2206)) by [@&#8203;acx10](https://github.com/acx10) - feat(ComicVine): use structured search for ComicVine metadata fetching instead of generic /search ([#&#8203;2193](booklore-app/booklore#2193)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs) - refactor(images): migrate to TwelveMonkeys ImageIO with graceful unsupported format handling ([#&#8203;2188](booklore-app/booklore#2188)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs) - Show a persistent loader while a large library is being created ([#&#8203;2200](booklore-app/booklore#2200)) by [@&#8203;acx10](https://github.com/acx10) - feat(magic-shelf): add ISBN-10 and ISBN-13 metadata fields to book rules ([#&#8203;2196](booklore-app/booklore#2196)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs) - Implement memoization in the book card to reduce CPU usage during scrolling ([#&#8203;2198](booklore-app/booklore#2198)) by [@&#8203;acx10](https://github.com/acx10) - feat(metadata): enhance XML parsing with secure processing and improved error handling ([#&#8203;2163](booklore-app/booklore#2163)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs) - feat(magic-shelf): add genre filter support and improve category labeling in rule fields ([#&#8203;2075](booklore-app/booklore#2075)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs) - feat(cover-generator): enhance cover resolution and redesign layout for improved aesthetics ([#&#8203;2125](booklore-app/booklore#2125)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs) #### 🐛 Bug Fixes - fix(ui): use view preference override for magic shelves ([#&#8203;2215](booklore-app/booklore#2215)) by [@&#8203;xcashy](https://github.com/xcashy) - fix(kobo-sync): fix Kobo series handling for empty names and series number formatting ([#&#8203;2185](booklore-app/booklore#2185)) by [@&#8203;xcashy](https://github.com/xcashy) - fix(cbx): "Archive too large" error for invalid/corrupt CBX files ([#&#8203;2205](booklore-app/booklore#2205)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs) - Fix: correctly update book cover hash on metadata refresh ([#&#8203;2149](booklore-app/booklore#2149)) by [@&#8203;acx10](https://github.com/acx10) #### 🛠️ Refactoring & Maintenance - fix: Ignore access denied when doing library scan instead of failing (fixes [#&#8203;1342](booklore-app/booklore#1342), [#&#8203;2122](booklore-app/booklore#2122)) ([#&#8203;2132](booklore-app/booklore#2132)) by [@&#8203;halkeye](https://github.com/halkeye) - feat(ui): add series number overlay for More in Series ([#&#8203;2208](booklore-app/booklore#2208)) by [@&#8203;xcashy](https://github.com/xcashy) - refactor(frontend): resolve linting errors, and EPUB reader lifecycle errors ([#&#8203;2127](booklore-app/booklore#2127)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs) - Test ([#&#8203;2201](booklore-app/booklore#2201)) by [@&#8203;acx10](https://github.com/acx10) - fix(parser): handle missing results table in GoodReads search and log a warning (instead of erroring) ([#&#8203;2187](booklore-app/booklore#2187)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs) - fix(lubimyczytac): Fix Lubimyczytac metadata lock persistence ([#&#8203;2194](booklore-app/booklore#2194)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs) - Move custom fonts management to Reader tab ([#&#8203;2161](booklore-app/booklore#2161)) by [@&#8203;acx10](https://github.com/acx10) - fix(api): kobo proxy server unit tests ([#&#8203;2136](booklore-app/booklore#2136)) by [@&#8203;CounterClops](https://github.com/CounterClops) - fix(docs): update issue report links to use specific templates ([#&#8203;2156](booklore-app/booklore#2156)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs) - Add Vitest frontend tests to CI with JUnit reporting and coverage ([#&#8203;2151](booklore-app/booklore#2151)) by [@&#8203;acx10](https://github.com/acx10) - Introduce Vitest as the frontend Angular testing framework for Booklore ([#&#8203;2150](booklore-app/booklore#2150)) by [@&#8203;acx10](https://github.com/acx10) #### 📦 Dependencies - chore(deps): bump qs and body-parser in /booklore-ui ([#&#8203;2088](booklore-app/booklore#2088)) by @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) #### 🐳 Docker Images - **Docker Hub:** `booklore/booklore:v1.17.0` - **GitHub Container Registry:** `ghcr.io/booklore-app/booklore:v1.17.0` **Full Changelog**: <booklore-app/booklore@v1.16.5...v1.17.0> #### 📸 Screenshots: <img width="750" height="452" alt="Screenshot 2026-01-09 at 3 39 40 PM" src="https://github.com/user-attachments/assets/40e13036-0f51-4b39-99fb-9239f6dc6067" /> <img width="750" height="452" alt="Screenshot 2026-01-09 at 3 39 57 PM" src="https://github.com/user-attachments/assets/338d00bf-795f-4613-aa2c-f80dee546cc4" /> <img width="750" height="452" alt="Screenshot 2026-01-09 at 3 42 06 PM" src="https://github.com/user-attachments/assets/5e420e89-c186-4d96-8520-601ce6c0342c" /> <img width="750" height="452" alt="Screenshot 2026-01-09 at 3 40 29 PM" src="https://github.com/user-attachments/assets/13a6cfcc-f691-4613-9dfb-1e761cc67450" /> <img width="750" height="452" alt="Screenshot 2026-01-09 at 3 41 15 PM" src="https://github.com/user-attachments/assets/2efdaefb-8a94-4e05-a3b8-03bc4a37d22f" /> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3146 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
1 parent 328d0dc commit 41b5b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clusters/cl01tl/helm/booklore/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ booklore:
99
main:
1010
image:
1111
repository: ghcr.io/booklore-app/booklore
12-
tag: v1.16.5
12+
tag: v1.17.0
1313
pullPolicy: IfNotPresent
1414
env:
1515
- name: TZ

0 commit comments

Comments
 (0)