π 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
- Resolve Kobo Library Synchronization Issue (#1254) by @adityachandelgit
π³ 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