diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d08b08..9292f1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.48.2 - 2026-07-09 + +- Added support for a checked-in `favicon.png`, serving it from the app and wiring it into the website pages so browsers show the custom favicon. + ## 0.48.1 - 2026-07-09 - Changed queue inserts so adding a download that exactly matches an existing failed job now reuses that failed entry and resets it to pending instead of creating another duplicate failed row. diff --git a/README.md b/README.md index 658c7f7..cfba89b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Local web UI for a system-wide `ani-cli` install. -Current version: `0.48.1` +Current version: `0.48.2` ## What it does @@ -15,6 +15,7 @@ Current version: `0.48.1` - Auto-download missing episodes for `Watching` entries after later refreshes, with a per-show `Source name` override for `ani-cli` search - Move fully completed libraries into Jellyfin TV or movie folders with a tracked background handoff job - Send optional Discord webhook notifications +- Serve a checked-in `favicon.png` as the site favicon ## Pages diff --git a/VERSION b/VERSION index cffa44c..e85205d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.48.1 +0.48.2 diff --git a/config_page.py b/config_page.py index 8be5348..d7f95eb 100644 --- a/config_page.py +++ b/config_page.py @@ -21,6 +21,7 @@ CONFIG_HTML = r""" ani-cli web - config +