🌟 Changes in this release
✨ New Comicvine Metadata Provider and Multi-Registry Docker Image Publishing ✨
- 📚 Added Comicvine as a metadata provider, enhancing comic book metadata integration.
- 🚀 Docker images are now published to both Docker Hub and GitHub Container Registry (GHCR).
- Docker Hub: https://hub.docker.com/r/booklore/booklore
- GitHub Container Registry: https://ghcr.io/booklore-app/booklore
- ⚠️ Important: The previous GHCR repository https://ghcr.io/adityachandelgit/booklore-app remains accessible for now but is deprecated and will no longer receive updates.
🚀 New Features
- Feature: Add Comicvine to metadata providers. (#804) by @Rprasad2400
- Feature: Add support for recording when a book is finished, so that users can create Magic Shelves based on this information. (#803) by @astrodad
- Feature: ForwardAuth user creation follows OIDC library attribution preferences (#805) by @L-A
✨ Enhancements
- Enhance Comicvine metadata parsing and error handling (#835) by @adityachandelgit
- Enhance icon picker UI and usability (#830) by @adityachandelgit
- Feature: add ability to clear personal rating and reset read status to U… (#822) by @adityachandelgit
- Feature: prevent series collapsing when series filter is applied via URL (#818) by @adityachandelgit
- Feature (bookdrop): add full pagination support with select-all and metad… (#817) by @adityachandelgit
- Fix: limit author name to 255 characters as in table (#801) by @aparo
🐛 Bug Fixes
- Fix: refresh magic shelves after moving book to muggle shelf to refle… (#821) by @adityachandelgit
- Fix: update dashboard docs link to point to new GitHub Pages URL (#815) by @adityachandelgit
📖 Documentation
- Merge Develop into Master for release (#836) by @adityachandelgit
- Update demo site URL to demo.booklore.dev in documentation (#832) by @adityachandelgit
- Create FUNDING.yml (#789) by @adityachandelgit
- Update README.md (#793) by @edddeduck
⚙️ CI/CD
- Fix: push GHCR image to repo-level path (#828) by @adityachandelgit
- Feature: notify Discord on new release with drafter info and Docker imag… (#826) by @adityachandelgit
- Add GHCR publishing alongside Docker Hub in CI/CD (#824) by @adityachandelgit