• v2.5.2 16e324102e

    fix(icons): serve icons no-cache so updates propagate (2.5.2)

    Hynes released this 2026-06-09 11:25:54 +10:00 | 37 commits to main since this release

    Icon route used Cache-Control: public, max-age=86400, so changed icons stayed
    stuck in CF + browser caches for a day. Switch to no-cache (revalidate; Express
    ETag => 304 when unchanged) so icon edits show up immediately.

    Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com

    Downloads