Update booklore to v2.2.0 (#5048)

This commit is contained in:
Alexander L. 2026-03-11 18:53:52 +01:00 committed by GitHub
parent e986fb155c
commit d19da93c9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 21 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 6060
web:
image: booklore/booklore:v2.1.0@sha256:a669c3b0e3c93a5630f12e85ce479d55568903ed2529bdb8ef7c64d9c742fc1b
image: booklore/booklore:v2.2.0@sha256:346064cb1fef6149dad2d8a373ea5fd1a7e3b61c22540995e40e8452136e202b
# does not work rootless
#user: "1000:1000"
restart: on-failure

View File

@ -3,7 +3,7 @@ id: booklore
name: BookLore
tagline: An app for managing and reading books
category: files
version: "2.1.0"
version: "2.2.0"
port: 6060
description: >-
📖 BookLore is a modern web application created to transform the way digital libraries are managed and experienced. It is designed for readers who want to bring order and beauty to their collection of books and comics while also making them instantly accessible. Instead of leaving files scattered across folders, BookLore gathers them into a central library that can be explored and enjoyed directly through the browser. It provides a seamless reading environment where organization, discovery, and enjoyment flow together.
@ -49,25 +49,10 @@ gallery:
- 6.jpg
releaseNotes: >-
New features and improvements in this release:
- Bulk ISBN import from a file
- Import and export magic shelf rules as JSON from the UI
- Physical and digital book states can now coexist for the same book
- ASIN lookup added to author search
- Option to regenerate only missing covers
- Falls back to folder cover images when embedded cover extraction fails
- Magnifying glass tool added to the CBX reader
- Minimum password length increased to 8 characters
- Metadata search provider selection is now remembered across book switches
- "Book Type" label renamed to "File Format"
Bug fixes in this release:
- Fixed cover download failing when CDN redirects to a raw IP address
- Fixed datetime errors caused by daylight saving time on certain database columns
- Fixed OIDC group scope not being included in authorization requests
- Fixed organize files preview missing the subtitle
- Fixed shelf view overrides not being respected
- Fixed OPDS feed now sorts libraries by name
- Two new library organization modes: Book per File (every file becomes its own book) and Book per Folder (files in the same folder are grouped into one book)
- Auto-detect mode is now marked as legacy and cannot be changed on existing libraries
- Configurable magnifier zoom and lens size for the CBX reader
- OIDC scopes are now configurable
Full release notes can be found at: https://github.com/booklore-app/booklore/releases