chore(deps): update dependency booklore-app/booklore to v2.1.0 #4540

Merged
alexlebens merged 1 commits from renovate/unified-booklore-appbooklore into main 2026-03-08 21:04:57 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
booklore-app/BookLore minor v2.0.6v2.1.0

Release Notes

booklore-app/BookLore (booklore-app/BookLore)

v2.1.0

Compare Source

🌟 What's New in v2.1.0

🚀 New Features

Enhancements

🐛 Bug Fixes

🛠️ Refactoring & Maintenance

🐳 Docker Images

  • Docker Hub: booklore/booklore:v2.1.0
  • GitHub Container Registry: ghcr.io/booklore-app/booklore:v2.1.0

Full Changelog: https://github.com/booklore-app/booklore/compare/v2.0.6...v2.1.0

isbn-import-dialog-d533b9dc3df46a0f722f44c7609c3229
magic-shelf-import-json-aa85003e8bbe2a845843af54868fab24


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [booklore-app/BookLore](https://github.com/booklore-app/BookLore) | minor | `v2.0.6` → `v2.1.0` | --- ### Release Notes <details> <summary>booklore-app/BookLore (booklore-app/BookLore)</summary> ### [`v2.1.0`](https://github.com/booklore-app/booklore/releases/tag/v2.1.0) [Compare Source](https://github.com/booklore-app/BookLore/compare/v2.0.6...v2.1.0) #### 🌟 What's New in v2.1.0 #### 🚀 New Features - Add bulk ISBN import from file ([#&#8203;3239](https://github.com/booklore-app/BookLore/issues/3239)) ([#&#8203;3244](https://github.com/booklore-app/BookLore/issues/3244)) by [@&#8203;acx10](https://github.com/acx10) - Allow importing and exporting magic shelf JSON from the UI ([#&#8203;3183](https://github.com/booklore-app/BookLore/issues/3183)) ([#&#8203;3210](https://github.com/booklore-app/BookLore/issues/3210)) by [@&#8203;acx10](https://github.com/acx10) #### ✨ Enhancements - Allow physical and digital book states to coexist ([#&#8203;3043](https://github.com/booklore-app/BookLore/issues/3043)) ([#&#8203;3238](https://github.com/booklore-app/BookLore/issues/3238)) by [@&#8203;acx10](https://github.com/acx10) - Add ASIN lookup to author search ([#&#8203;3162](https://github.com/booklore-app/BookLore/issues/3162)) ([#&#8203;3228](https://github.com/booklore-app/BookLore/issues/3228)) by [@&#8203;acx10](https://github.com/acx10) - Add option to regenerate only missing covers ([#&#8203;3181](https://github.com/booklore-app/BookLore/issues/3181)) ([#&#8203;3227](https://github.com/booklore-app/BookLore/issues/3227)) by [@&#8203;acx10](https://github.com/acx10) - Fall back to folder cover images when embedded cover extraction fails ([#&#8203;3212](https://github.com/booklore-app/BookLore/issues/3212)) by [@&#8203;acx10](https://github.com/acx10) - Add magnifying glass to CBX reader ([#&#8203;3190](https://github.com/booklore-app/BookLore/issues/3190)) ([#&#8203;3209](https://github.com/booklore-app/BookLore/issues/3209)) by [@&#8203;acx10](https://github.com/acx10) #### 🐛 Bug Fixes - Fix cover download failing when CDN redirects to raw IP ([#&#8203;3149](https://github.com/booklore-app/BookLore/issues/3149)) ([#&#8203;3247](https://github.com/booklore-app/BookLore/issues/3247)) by [@&#8203;acx10](https://github.com/acx10) - Fix DST-related datetime rejection on TIMESTAMP columns ([#&#8203;3240](https://github.com/booklore-app/BookLore/issues/3240)) ([#&#8203;3241](https://github.com/booklore-app/BookLore/issues/3241)) ([#&#8203;3245](https://github.com/booklore-app/BookLore/issues/3245)) by [@&#8203;acx10](https://github.com/acx10) - Add groups scope to OIDC authorization request ([#&#8203;3211](https://github.com/booklore-app/BookLore/issues/3211)) ([#&#8203;3226](https://github.com/booklore-app/BookLore/issues/3226)) by [@&#8203;acx10](https://github.com/acx10) - Add Hardcover Book ID to custom metadata fetch ([#&#8203;3214](https://github.com/booklore-app/BookLore/issues/3214)) ([#&#8203;3224](https://github.com/booklore-app/BookLore/issues/3224)) by [@&#8203;acx10](https://github.com/acx10) - Fix organize files preview missing subtitle ([#&#8203;3217](https://github.com/booklore-app/BookLore/issues/3217)) ([#&#8203;3223](https://github.com/booklore-app/BookLore/issues/3223)) by [@&#8203;acx10](https://github.com/acx10) - Fix metadata center dialog mode being ignored on book card info button ([#&#8203;3218](https://github.com/booklore-app/BookLore/issues/3218)) ([#&#8203;3222](https://github.com/booklore-app/BookLore/issues/3222)) by [@&#8203;acx10](https://github.com/acx10) - fix(opds): sort libraries by name in OPDS feed ([#&#8203;3220](https://github.com/booklore-app/BookLore/issues/3220)) by [@&#8203;berb](https://github.com/berb) - Fix shelf view overrides not being respected ([#&#8203;2603](https://github.com/booklore-app/BookLore/issues/2603)) ([#&#8203;3206](https://github.com/booklore-app/BookLore/issues/3206)) by [@&#8203;acx10](https://github.com/acx10) #### 🛠️ Refactoring & Maintenance - Translations update from Hosted Weblate ([#&#8203;3200](https://github.com/booklore-app/BookLore/issues/3200)) by [@&#8203;acx10](https://github.com/acx10) - Pin footer buttons in metadata review dialog ([#&#8203;3053](https://github.com/booklore-app/BookLore/issues/3053)) ([#&#8203;3235](https://github.com/booklore-app/BookLore/issues/3235)) by [@&#8203;acx10](https://github.com/acx10) - Persist metadata search provider selection across book switches ([#&#8203;3107](https://github.com/booklore-app/BookLore/issues/3107)) ([#&#8203;3234](https://github.com/booklore-app/BookLore/issues/3234)) by [@&#8203;acx10](https://github.com/acx10) - Fix untranslatable UI strings, broken pluralization, and translation reactivity ([#&#8203;3108](https://github.com/booklore-app/BookLore/issues/3108)) ([#&#8203;3233](https://github.com/booklore-app/BookLore/issues/3233)) by [@&#8203;acx10](https://github.com/acx10) - Fix npm audit vulnerabilities ([#&#8203;3229](https://github.com/booklore-app/BookLore/issues/3229)) by [@&#8203;acx10](https://github.com/acx10) - Rename "Book Type" label to "File Format" ([#&#8203;3204](https://github.com/booklore-app/BookLore/issues/3204)) ([#&#8203;3225](https://github.com/booklore-app/BookLore/issues/3225)) by [@&#8203;acx10](https://github.com/acx10) - Increase minimum password length to 8 characters ([#&#8203;3185](https://github.com/booklore-app/BookLore/issues/3185)) ([#&#8203;3207](https://github.com/booklore-app/BookLore/issues/3207)) by [@&#8203;acx10](https://github.com/acx10) - Include physical books in the Book Type filter ([#&#8203;3205](https://github.com/booklore-app/BookLore/issues/3205)) by [@&#8203;acx10](https://github.com/acx10) #### 🐳 Docker Images - **Docker Hub:** `booklore/booklore:v2.1.0` - **GitHub Container Registry:** `ghcr.io/booklore-app/booklore:v2.1.0` **Full Changelog**: <https://github.com/booklore-app/booklore/compare/v2.0.6...v2.1.0> ![isbn-import-dialog-d533b9dc3df46a0f722f44c7609c3229](https://github.com/user-attachments/assets/cdc23ad0-3b63-42f3-8453-8494ce951cef) ![magic-shelf-import-json-aa85003e8bbe2a845843af54868fab24](https://github.com/user-attachments/assets/965875da-fb19-41c4-b5c7-794cf968814e) </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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
renovate-bot added the image label 2026-03-08 21:02:34 +00:00
renovate-bot added 1 commit 2026-03-08 21:02:35 +00:00
chore(deps): update dependency booklore-app/booklore to v2.1.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 27s
render-manifests-automerge / render-manifests-automerge (pull_request) Has been skipped
render-manifests-merge / render-manifests-merge (pull_request) Successful in 17s
5a367144b0
alexlebens merged commit c391b211a4 into main 2026-03-08 21:04:57 +00:00
alexlebens deleted branch renovate/unified-booklore-appbooklore 2026-03-08 21:05:00 +00:00
Sign in to join this conversation.