Changed
/static/*assets are returned withCache-Control: public, max-age=31536000, immutableso browsers skip revalidation between releases. (#579)
Fixed
- Changelog modal and add-instance settings modal cap to a sensible desktop width again, restoring the limit lost from the production CSS bundle by the
1.10.0macro refactor. (#574) - HTML responses set
Cache-Control: no-cacheandVary: HX-Request, so browsers pick up new asset paths after an upgrade without a manual hard reload and HTMX partials no longer share a browser-cache entry with full pages. (#579)