• v1.1.1 d6bffc9687

    zaph0d released this 2026-05-16 13:14:20 +02:00 | 23 commits to main since this release

    📅 Originally published on GitHub: Sat, 16 May 2026 11:14:35 GMT
    🏷️ Git tag created: Sat, 16 May 2026 11:14:20 GMT

    What's fixed

    This patch makes frontend icon updates deploy reliably by switching install-surface icons from stable filenames with query strings to emitted content-hashed filenames.

    Included

    • Browser favicon and install-surface icon links now point at fingerprinted asset filenames
    • PWA manifest icons now use fingerprinted filenames
    • Service worker notification icon now uses the same fingerprinted 192 px asset
    • Workspace package versions bumped to 1.1.1

    Why this matters

    After a VPS deploy, browsers and installed PWAs are much less likely to keep showing old icons from immutable caches because the icon URLs now change when the icon bytes change.

    Downloads