This repository was archived by the owner on Mar 14, 2026. It is now read-only.
Update booklore/booklore Docker tag to v2 - #174
Open
bphenriques wants to merge 1 commit into
Open
Conversation
bphenriques
force-pushed
the
renovate/booklore-booklore-2.x
branch
4 times, most recently
from
March 1, 2026 06:02
1483a1b to
d4a6041
Compare
bphenriques
force-pushed
the
renovate/booklore-booklore-2.x
branch
3 times, most recently
from
March 12, 2026 06:03
593e163 to
fd7d191
Compare
bphenriques
force-pushed
the
renovate/booklore-booklore-2.x
branch
from
March 14, 2026 06:03
fd7d191 to
b208088
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.18.5->v2.2.1Release Notes
booklore-app/booklore (booklore/booklore)
v2.2.1Compare Source
🌟 What's New in v2.2.1
✨ Enhancements
🐛 Bug Fixes
🛠️ Refactoring & Maintenance
isTelemetryEnabled()(#3315) by @imnotjames🐳 Docker Images
booklore/booklore:v2.2.1ghcr.io/booklore-app/booklore:v2.2.1Full Changelog: booklore-app/booklore@v2.2.0...v2.2.1
v2.2.0Compare Source
🌟 What's New in v2.2.0
This release introduces (or brings back) two new library organization modes: Book per File and Book per Folder, giving you explicit control over how Booklore groups files into books during scanning.
When Booklore first started, the philosophy was simple: don't worry about how files are organized on disk, just scan everything and figure it out. This worked well when libraries only contained single-file formats like EPUB and PDF. But as support grew for multi-format books and multi-file audiobooks, that approach started to break down. The existing Auto-detect mode uses fuzzy filename matching and heuristics to guess how files should be grouped, and while it works in many cases, it has some real problems: files can get missed during scans, multi-file audiobooks sometimes show up as separate books (one per file), and the grouping behavior is unpredictable since it depends on how your files happen to be named.
Rather than continuing to patch Auto-detect, I'm introducing two new modes that are simple, predictable, and thoroughly-tested:
Book per File: Every file becomes its own book. One file, one book, no guessing. This is now the default for new libraries.
Book per Folder: Files in the same folder are grouped into a single book. Great for organized libraries with an
Author/Title/structure, and it handles multi-format books and folder-based audiobooks naturally. If you have a folder with an EPUB, a MOBI, and anaudiobook/subfolder, they all become one book.Auto-detect is not going away. Existing libraries using it will continue to work as before. But it's now marked as legacy, and I strongly recommend switching to one of the new modes. They're simpler, more reliable, and will be the focus of ongoing development and support going forward.
You can set the organization mode when creating a new library, but cannot change it on an existing library. For a detailed breakdown of each mode with examples, check out the documentation.
🚀 New Features
✨ Enhancements
🐛 Bug Fixes
🛠️ Refactoring & Maintenance
🐳 Docker Images
booklore/booklore:v2.2.0ghcr.io/booklore-app/booklore:v2.2.0Full Changelog: booklore-app/booklore@v2.1.0...v2.2.0
v2.1.0Compare Source
🌟 What's New in v2.1.0
🚀 New Features
✨ Enhancements
🐛 Bug Fixes
🛠️ Refactoring & Maintenance
🐳 Docker Images
booklore/booklore:v2.1.0ghcr.io/booklore-app/booklore:v2.1.0Full Changelog: booklore-app/booklore@v2.0.6...v2.1.0
v2.0.6Compare Source
🌟 What's New in v2.0.6
The big one here is a complete OIDC overhaul. Token exchange has moved server-side (BFF pattern), ID tokens are now fully validated (issuer, audience, nonce, at_hash, expiration, JWKS signature), and there's proper CSRF state protection with one-time-use tokens. Backchannel logout lets your provider revoke Booklore sessions remotely, and a new group claim mapping system automatically assigns permissions and library access based on your OIDC groups. Auto-provisioning, local account linking, avatar sync, per-user concurrency locks, session tracking, and an admin diagnostic tool round it out.
Beyond OIDC: drag-and-drop author reordering, audiobook chapters tab, embeddable field indicators in the metadata editor, new stats insights (golden era, rarity score), clickable read status icons on book cards, and Hardcover edition-specific metadata lookups.
🚀 New Features
✨ Enhancements
🎨 UI Tweaks
🐛 Bug Fixes
🛠️ Refactoring & Maintenance
📦 Dependencies
🐳 Docker Images
booklore/booklore:v2.0.6ghcr.io/booklore-app/booklore:v2.0.6Full Changelog: booklore-app/booklore@v2.0.5...v2.0.6
v2.0.5Compare Source
🌟 What's New in v2.0.5
🐛 Bug Fixes
🛠️ Refactoring & Maintenance
📦 Dependencies
⚙️ CI/CD
📖 Documentation
🐳 Docker Images
booklore/booklore:v2.0.5ghcr.io/booklore-app/booklore:v2.0.5Full Changelog: booklore-app/booklore@v2.0.4...v2.0.5
v2.0.4Compare Source
🌟 What's New in v2.0.4
🚀 New Features
✨ Enhancements
🎨 UI Tweaks
🐛 Bug Fixes
🛠️ Refactoring & Maintenance
📦 Dependencies
📖 Documentation
🐳 Docker Images
booklore/booklore:v2.0.4ghcr.io/booklore-app/booklore:v2.0.4Full Changelog: booklore-app/booklore@v2.0.3...v2.0.4
v2.0.3Compare Source
🌟 What's New in v2.0.3
✨ Enhancements
🎨 UI Tweaks
🐛 Bug Fixes
📦 Dependencies
🛠️ Refactoring & Maintenance
🐳 Docker Images
booklore/booklore:v2.0.3ghcr.io/booklore-app/booklore:v2.0.3Full Changelog: booklore-app/booklore@v2.0.2...v2.0.3
v2.0.2Compare Source
🌟 What's New in v2.0.2
✨ Enhancements
🐛 Bug Fixes
🛠️ Refactoring & Maintenance
🐳 Docker Images
booklore/booklore:v2.0.2ghcr.io/booklore-app/booklore:v2.0.2Full Changelog: booklore-app/booklore@v2.0.1...v2.0.2
v2.0.1Compare Source
🌟 What's New in v2.0.1
🐛 Bug Fixes
🛠️ Refactoring & Maintenance
🐳 Docker Images
booklore/booklore:v2.0.1ghcr.io/booklore-app/booklore:v2.0.1Full Changelog: booklore-app/booklore@v2.0.0...v2.0.1
v2.0.0Compare Source
🌟 What's New in v2.0.0
This is the biggest Booklore release yet, with nearly 200 commits touching every part of the application:
.metadata.jsonsidecar files alongside your books for portable metadata storage.🚀 New Features
✨ Enhancements
🎨 UI Tweaks
🐛 Bug Fixes