What's Changed
- fix: Add support for external PostgreSQL and Redis instances by @sudo-kraken in #75
New Contributors
- @sudo-kraken made their first contribution in #75
Full Changelog: v1.0.7...v1.0.8
🎉 Release v1.0.8
Features:
- ✅ Authors View
- New authors tab to search, view full author's catalog
- ✅ Add support for External Postgres/Redis
- If redis/postgres urls are defined in the compose (and are not localhost) RMAB will not create postgres/redis containers and will instead point to your configured ones
Fixes:
-
✅ Fixed too-specific goodreads titles returning no values
-
✅ Fixed wording of Audiobook/Ebook Available notification
-
✅ Fixed audiobook detail modal audible link to match configured region
Upgrade:
docker pull ghcr.io/kikootwo/readmeabook:latest docker compose down docker compose up -d