🎉 Release v1.2.3
Fixes:
-
✅ Hardcoded JWT fallback enables forged administrator tokens
- #297
- Installs running outside the official Docker image, including the Proxmox VE helper script, should update now (Proxmox: run
updatein the container). Users on those installs are signed out once. - Docker installs were not affected.
-
✅ Search / Download stopping at 50
- #151
- Requests beyond the first 50 are now processed in rotating batches, and RSS matching covers every request awaiting search
-
✅ Search truncates to 100 results before dedup and ranking, silently dropping the best releases
- #262
- The full deduplicated result set is now ranked before the 100-result cap is applied
-
✅ Deleting a request removes a directory rebuilt from the current template, not the one it created
- #265
- Deletion now uses the path stored when the book was organized
-
✅ A rate-limited indexer grab marks the request permanently
failedinstead of trying the next release- #267
- After a 429 or 5xx grab response, the next ranked release is tried automatically
Upgrade:
docker pull ghcr.io/kikootwo/readmeabo docker compose down docker compose up -d
What's Changed
- Fix search and download processing stopping at 50 by @kikootwo in #274
- Fix rate-limited grabs by trying the nwo inhttps://github.com//pull/275
- Fix request deletion to use stored media path by @kikootwo in
https://github.com/kikootwo/ReadMeABook/ - Rank search results before applying result cap by @kikootwo in #277
- Fix/jwt secret derivation by @kikootwo in #301