Skip to content

Releases: booklore-app/booklore

Release v1.6.0

12 Oct 16:09
efdf49b
Compare
Choose a tag to compare

🌟 What's New in v1.6.0

  • 🏷️ Metadata Manager: Take Complete Control of Your Library
    Master your library's organization with powerful bulk editing tools! Clean up inconsistencies, merge duplicates (like "Sci-Fi" and "Science Fiction"), and standardize metadata across Authors, Genres, Moods, Tags, Series, Publishers, and Languages. Full Documentation

  • 🔧 System Task Manager: Automated Library Maintenance
    Keep your library running smoothly with automated maintenance! Monitor background tasks in real-time with live WebSocket updates, clear CBX and PDF caches to free up disk space, and refresh metadata from library files with flexible "Replace Missing Only" or "Replace All" options. Full Documentation

  • 📱 CBX Reader Improvements:
    The CBX reader now includes a new Fit Mode feature, allowing you to fit pages by height, width, or original size. It also supports pagination and continuous virtual scrolling for a smoother reading experience.

🚀 New Features

✨ Enhancements

🐛 Bug Fixes

🛠️ Refactoring & Maintenance

🐳 Docker Images

  • Docker Hub: booklore/booklore:v1.6.0
  • GitHub Container Registry: ghcr.io/booklore-app/booklore:v1.6.0

Full Changelog: v1.5.1...v1.6.0

📸 Screenshots

metadata-manager-1
task-manager-1
Screenshot 2025-10-12 at 9 44 52 AM
Screenshot 2025-10-12 at 9 44 05 AM

Release v1.5.1

07 Oct 21:57
50237f8
Compare
Choose a tag to compare

🌟 What's New in v1.5.1

🐛 Bug Fixes

🛠️ Refactoring & Maintenance

📖 Documentation

🐳 Docker Images

  • Docker Hub: booklore/booklore:v1.5.1
  • GitHub Container Registry: ghcr.io/booklore-app/booklore:v1.5.1

Full Changelog: v1.5.0...v1.5.1

Release v1.5.0

06 Oct 20:56
fe2be3e
Compare
Choose a tag to compare

🌟 What's New in v1.5.0

  • 📚 Enhanced Metadata with Moods & Tags: Discover deeper insights with the new moods and tags metadata, now fetched directly from the Hardcover API for richer, more expressive book details. Hardcover Token Documentation

  • ⚙️ Customizable Metadata Fetch Options: Take full control over your metadata imports! You can now enable or disable specific fields like ratings or subtitles to perfectly tailor what data gets pulled in.

  • 🎯 Smarter Sidebar Filters: By popular demand, Genres and Authors filters are back, now joined by Moods and Tags filters for a more refined and personalized browsing experience.

  • Platform Upgrade: Java 25: The project has been upgraded from Java 21 → Java 25, ensuring better performance, compatibility, and access to the latest language features.

🚀 New Features

✨ Enhancements

🐛 Bug Fixes

📦 Dependencies

📖 Documentation

🐳 Docker Images

  • Docker Hub: booklore/booklore:v1.5.0
  • GitHub Container Registry: ghcr.io/booklore-app/booklore:v1.5.0

Full Changelog: v1.4.1...v1.5.0

📸 Screenshots

Screenshot 2025-10-06 at 2 22 42 PM
Screenshot 2025-10-06 at 2 23 28 PM
Screenshot 2025-10-06 at 3 10 14 PM
Screenshot 2025-10-06 at 2 30 05 PM
Screenshot 2025-10-06 at 3 09 08 PM
Screenshot 2025-10-06 at 2 30 52 PM
Screenshot 2025-10-06 at 2 31 53 PM

Release v1.4.1

03 Oct 06:52
5811b19
Compare
Choose a tag to compare

🌟 What's New in v1.4.1

This patch release fixes a Kobo sync bug that was causing synchronization to fail.

If you’re running Booklore behind a reverse proxy (e.g., Nginx Proxy Manager), you’ll need to update your configuration with additional buffer settings. Full details are in the Kobo Setup Documentation.

🔧 Required Proxy Settings

proxy_buffer_size 128k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;
large_client_header_buffers 8 32k;

🐛 Bug Fixes

🐳 Docker Images

  • Docker Hub: booklore/booklore:v1.4.1
  • GitHub Container Registry: ghcr.io/booklore-app/booklore:v1.4.1

Full Changelog: v1.4.0...v1.4.1

Release v1.4.0

30 Sep 23:52
f782f85
Compare
Choose a tag to compare

🌟 What's New in v1.4.0

  • 📚 Cross-Library Book Movement: Move your books between different libraries with ease! The new book move UI finally supports transferring books across libraries, a highly requested feature that makes organizing your collection effortless.
  • ⚙️ Library Metadata Configuration: Take control with per-library metadata settings! Configure fetching options for each library separately instead of using one global setting. Perfect for different content types or sources.
  • 🔔 Enhanced Notification System: Stay informed with live progress tracking! The notification system now provides real-time updates showing exactly what's happening during metadata fetching operations.
  • 🎨 Refreshed Visual Experience: Enjoy a more vibrant interface with our new collection of primary and surface colors. Your UI now has more personality and visual appeal.
  • 📖 Amazon Integration Documentation: Get reliable Amazon metadata with new setup guide! Step-by-step instructions show you how to configure Amazon cookies for consistent data fetching. https://booklore-app.github.io/booklore-docs/docs/metadata/amazon-cookie

⚠️ Important Migration Notice

  • Legacy OPDS Removal: Support for legacy OPDS has been removed to focus on the improved version. Please migrate as soon as possible.
  • Update to the new OPDS system
  • Create new user accounts (existing accounts will no longer function)
  • Enjoy better performance and reliability

🚀 New Features

✨ Enhancements

🎨 UI Tweaks

🐛 Bug Fixes

🛠️ Refactoring & Maintenance

📖 Documentation

🐳 Docker Images

  • Docker Hub: booklore/booklore:v1.4.0
  • GitHub Container Registry: ghcr.io/booklore-app/booklore:v1.4.0

Full Changelog: v1.3.4...v1.4.0

📸 Screenshots

Screenshot 2025-09-30 at 5 50 21 PM
Screenshot 2025-09-30 at 5 39 57 PM
Screenshot 2025-09-30 at 5 38 42 PM
Screenshot 2025-09-30 at 5 37 06 PM
Screenshot 2025-09-30 at 5 39 06 PM

Release v1.3.4

25 Sep 21:19
5485de7
Compare
Choose a tag to compare

🌟 What's New in v1.3.4

✨ Enhancements

🐛 Bug Fixes

  • fix: stop sending shelves not associated with the user (#1201) by @jduar
  • Fix: send default instapaper properties in the kobo initialization (#1203) by @jduar

🛠️ Refactoring & Maintenance

⚙️ CI/CD

🐳 Docker Images

  • Docker Hub: booklore/booklore:v1.3.4
  • GitHub Container Registry: ghcr.io/booklore-app/booklore:v1.3.4

Full Changelog: v1.3.3...v1.3.4

Release v1.3.3

23 Sep 00:41
2159c5f
Compare
Choose a tag to compare

🌟 What's New in v1.3.3

🚀 New Features

✨ Enhancements

🐛 Bug Fixes

🛠️ Refactoring & Maintenance

🐳 Docker Images

  • Docker Hub: booklore/booklore:v1.3.3
  • GitHub Container Registry: ghcr.io/booklore-app/booklore:v1.3.3

Full Changelog: v1.3.2...v1.3.3

Release v1.3.2

16 Sep 16:04
ed81690
Compare
Choose a tag to compare

🌟 What's New in v1.3.2

This release primarily fixes database errors during Bookdrop file moves

✨ Enhancements

🐛 Bug Fixes

🛠️ Refactoring & Maintenance

🐳 Docker Images

  • Docker Hub: booklore/booklore:v1.3.2
  • GitHub Container Registry: ghcr.io/booklore-app/booklore:v1.3.2

Full Changelog: v1.3.1...v1.3.2

Release v1.3.1

15 Sep 17:51
ce5cb50
Compare
Choose a tag to compare

🌟 What's New in v1.3.1

In this release, the background image, blur, and transparency features have been removed as they were causing significant CPU and GPU usage. These features may be reintroduced in a future release if a more efficient solution is found.

Additionally, read progress icons have been added to the book cards, making it easier to see the reading status at a glance. A percentage-based progress tracker has also been added to the EPUB reader for more precise tracking.

🚀 New Features

✨ Enhancements

🎨 UI Tweaks

🐛 Bug Fixes

🛠️ Refactoring & Maintenance

🐳 Docker Images

  • Docker Hub: booklore/booklore:v1.3.1
  • GitHub Container Registry: ghcr.io/booklore-app/booklore:v1.3.1

Full Changelog: v1.3.0...v1.3.1

📸 Screenshots

Screenshot 2025-09-15 at 11 57 27 AM
Screenshot 2025-09-15 at 12 04 47 PM
Screenshot 2025-09-15 at 11 57 58 AM

Release v1.3.0

12 Sep 19:06
65bcc71
Compare
Choose a tag to compare

🌟 What's New in v1.3.0

🎨 More colors and theme customization!
This release allows users to add custom backgrounds to Booklore and adjust background blur and element transparency, making the interface more personal and visually appealing.

🚀 Auto-Move Files on Metadata Update:
When metadata is updated, files can now be automatically moved to the correct folder based on the updated metadata. This optional feature can be enabled in settings.

✨ Additional improvements:

  • CBX files now support reading and writing metadata directly within the file.
  • OPDS has been upgraded with v2 support for libraries and shelves, enhancing compatibility and overall data handling.

🚀 New Features

✨ Enhancements

🎨 UI Tweaks

🐛 Bug Fixes

  • fix: sort direction URL parameter persistence (#1134) by @mocha

📖 Documentation

🐳 Docker Images

  • Docker Hub: booklore/booklore:v1.3.0
  • GitHub Container Registry: ghcr.io/booklore-app/booklore:v1.3.0

Full Changelog: v1.2.1...v1.3.0

📸 Screenshots

Screenshot 2025-09-12 at 12 53 52 PM
Screenshot 2025-09-12 at 12 56 48 PM
Screenshot 2025-09-12 at 1 16 21 PM
Screenshot 2025-09-12 at 12 58 32 PM