Releases: selmant/foreseerr
Releases · selmant/foreseerr
Release list
Release v0.1.0
0.1.0 - 2026-07-25
🐛 Bug Fixes
- (ci) Allow Node 24 for Dependabot, pin CI to 22 - (37528b3)
- (ci) Align chart to 0.1.0 and unblock Cypress/docs - (04c7f6f)
- (docs) Drop Seerr upstream footer and link README to Pages - (fdcd135)
- (docs) Point REST API nav at foreseerr-api intro page - (c849292)
- (docs) Point Foreseerr links at GitHub Pages and fix deploy install - (f163a8a)
- (i18n) Sync en.json with extracted media-action strings - (5bf9dcd)
- (ui) Stop treating loading Trakt status as unwatched - (c762016)
- Coerce Axios header values for axios 1.18 types - (e266bca)
📖 Documentation
- Note Node 24 engines allowance for Dependabot - (9756af0)
- Evergreen Seerr-to-Foreseerr migration support - (4359d3a)
⚙️ Miscellaneous Tasks
Release v0.1.0-alpha.6
chore(release): prepare v0.1.0-alpha.6 Co-authored-by: Cursor <cursoragent@cursor.com>
Release v0.1.0-alpha.5
chore(release): prepare v0.1.0-alpha.5
Release v0.1.0-alpha.4
Highlights
- Ratings now arrive in the same media result payload as poster metadata across Discover, search, collections, people, recommendations, similar titles, and watchlists.
- MDBList enrichment uses its official multi-ID endpoints, grouped by movie and TV, with per-title caching and age-aware refresh intervals.
- Removed the fixed local 3-request rate limit. Foreseer now follows MDBList's
x-ratelimit-remaining,x-ratelimit-reset, andretry-afterheaders through a shared quota circuit. - Removed secondary browser rating requests from title cards and detail pages.
- Smoothed Trakt list selection validation and prefetched infinite-scroll pages earlier.
Container images
ghcr.io/selmant/seerr:v0.1.0-alpha.4selmantr/foreseer:v0.1.0-alpha.4
Images are published for linux/amd64 and linux/arm64, signed with Cosign, and include SBOM attestations.
Full changelog: v0.1.0-alpha.3...v0.1.0-alpha.4
Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4
Release v0.1.0-alpha.3
fix: publish Docker image under selmantr namespace