Bump version to 0.45.17

This commit is contained in:
Dymas
2026-06-07 02:17:18 +02:00
parent bff36940ac
commit ef00ff20a9
3 changed files with 29 additions and 2 deletions
+24 -1
View File
@@ -2,13 +2,14 @@
Local web UI for a system-wide `ani-cli` install.
Current version: `0.45.16`
Current version: `0.45.17`
## What it does
- Search anime in `sub` or `dub`, with poster-style results shown below the selection panel and the first English alternate title when available
- Queue downloads with folder, quality, media type, season, and episode controls
- Track shows in a watchlist with `Watching`, `Planned`, `Finished`, and `Dropped` categories
- Expose a small JSON summary endpoint for Homepage dashboard widgets
- Refresh watchlist episode counts manually or on a schedule
- Auto-download missing episodes for `Watching` entries after later refreshes
- Move fully completed libraries into Jellyfin TV or movie folders
@@ -105,6 +106,28 @@ Docker notes:
- Movie libraries move after download completion
- Manual `Run now` scans the watchlist and moves anything already eligible
## Homepage widget API
For Homepage's Custom API widget, use:
```text
http://127.0.0.1:8421/api/watchlist/homepage
```
Example response:
```json
{
"watchlist": 12,
"planned": 4,
"finished": 31,
"dropped": 2,
"total": 49
}
```
This endpoint is intentionally small so Homepage can map the returned values directly into its widget fields.
## Runtime info
The Config page runtime panel shows: