Add scheduled watchlist refresh support

This commit is contained in:
Dymas
2026-05-17 20:38:16 +02:00
parent 47480efa30
commit 6168acb272
8 changed files with 285 additions and 16 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 0.31.0 - 2026-05-17
- Added scheduled background watchlist refresh support so the app can periodically recheck episode counts for tracked anime.
- Added Config page controls for enabling or disabling the scheduled refresh and setting the refresh period in minutes.
- Reused the existing background `Refresh All` worker for scheduled runs and expanded regression coverage for the new config fields and scheduler timing behavior.
## 0.30.4 - 2026-05-17
- Added browser-friendly remote auth bootstrap: remote users can open the app once with `?token=...`, the server stores the token in an HTTP-only cookie, and then strips the token back out of the URL with a redirect.