v4.0.1 (CACHE_TTL fix)

This commit is contained in:
selfhst-bot
2026-03-09 20:04:57 -04:00
parent 1abbb4a37f
commit 610c44c64c
3 changed files with 37 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
# v4.0.1
## What's Changed
* Replaced hard-coded cache age values with the `CACHE_TTL` variable added in v4.0.0 ([#748](https://github.com/selfhst/icons/issues/748))
* Updated background routine to periodically purge stale assets based on `CACHE_TTL` time
# v4.0.0
This release initially set out to address a request to support icon extensions in URLs, but quickly grew into a number of under the hood optimization/security fixes and a new ```hybrid``` mode that allows users with local collections to set remote icons as a fallback.