Add website favicon support

This commit is contained in:
Dymas
2026-07-09 18:15:52 +02:00
parent 34c77ed9bb
commit ba408877b5
10 changed files with 35 additions and 2 deletions
+4
View File
@@ -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.