Skip to content

feat(container): update image ghcr.io/booklore-app/booklore ( v2.1.0 ➔ v2.2.0 )#5481

Merged
blackjid merged 1 commit intomainfrom
renovate/ghcr.io-booklore-app-booklore-2.x
Mar 11, 2026
Merged

feat(container): update image ghcr.io/booklore-app/booklore ( v2.1.0 ➔ v2.2.0 )#5481
blackjid merged 1 commit intomainfrom
renovate/ghcr.io-booklore-app-booklore-2.x

Conversation

@bot-x-mod
Copy link
Contributor

@bot-x-mod bot-x-mod bot commented Mar 11, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/booklore-app/booklore minor v2.1.0v2.2.0

Release Notes

booklore-app/booklore (ghcr.io/booklore-app/booklore)

v2.2.0

Compare 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 an audiobook/ 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
  • Docker Hub: booklore/booklore:v2.2.0
  • GitHub Container Registry: ghcr.io/booklore-app/booklore:v2.2.0

Full Changelog: booklore-app/booklore@v2.1.0...v2.2.0

Screenshot 2026-03-11 at 8 51 59 AM Screenshot 2026-03-11 at 8 51 20 AM

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR has been generated by Renovate Bot.

@bot-x-mod
Copy link
Contributor Author

bot-x-mod bot commented Mar 11, 2026

--- HelmRelease: media/booklore Deployment: media/booklore

+++ HelmRelease: media/booklore Deployment: media/booklore

@@ -111,13 +111,13 @@

               key: MARIADB_PASSWORD
               name: booklore-secret
         - name: DATABASE_URL
           value: jdbc:mariadb://localhost:3306/booklore
         - name: DATABASE_USERNAME
           value: booklore
-        image: ghcr.io/booklore-app/booklore:v2.1.0
+        image: ghcr.io/booklore-app/booklore:v2.2.0
         livenessProbe:
           failureThreshold: 5
           httpGet:
             path: /api/v1/healthcheck
             port: 6060
           periodSeconds: 30

@bot-x-mod
Copy link
Contributor Author

bot-x-mod bot commented Mar 11, 2026

--- kubernetes/apps/media/booklore/app Kustomization: media/booklore HelmRelease: media/booklore

+++ kubernetes/apps/media/booklore/app Kustomization: media/booklore HelmRelease: media/booklore

@@ -45,13 +45,13 @@

                     key: MARIADB_PASSWORD
                     name: booklore-secret
               DATABASE_URL: jdbc:mariadb://localhost:3306/booklore
               DATABASE_USERNAME: booklore
             image:
               repository: ghcr.io/booklore-app/booklore
-              tag: v2.1.0
+              tag: v2.2.0
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 5

@blackjid blackjid merged commit 74c5478 into main Mar 11, 2026
12 checks passed
@blackjid blackjid deleted the renovate/ghcr.io-booklore-app-booklore-2.x branch March 11, 2026 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant