• v0.4.0 e9596a0f5f

    v0.4.0
    All checks were successful
    Test and publish Docker image / test (push) Successful in 30s
    Test and publish Docker image / build (push) Successful in 42s
    Stable

    patillacode released this 2026-04-18 11:36:25 +02:00 | 24 commits to main since this release

    Mobile improvements

    Shared entries with images now load correctly on Android
    Images in shared entries were served behind authentication, causing Android browsers (Telegram, Firefox) to
    receive a redirect to the login page when loading the image, making the page appear blank.
    Images are now public; UUID filenames remain the security boundary.

    Share button accessible in portrait mode
    The share button was hidden off-screen in portrait mode.
    It now lives in the header nav on mobile and is always reachable regardless of screen width or orientation.

    Date picker on mobile
    Tapping the date in the mobile navigation bar opens a slide-up calendar sheet. Tap any day to navigate to it,
    or tap the backdrop to dismiss.

    Language selector
    Replaced the ambiguous EN/ES text toggle with a flag <select> (🇬🇧 / 🇪🇸) clearer at a glance and visible on
    mobile (the previous link was hidden by the nav collapse rule).

    Editor toolbar

    Replaced text labels (Link, Undo, Redo, Image) with minimal SVG icons.
    Buttons are now evenly distributed across the full toolbar width on both desktop and mobile; separators removed.

    Bug fixes

    • Fixed webmanifest href pointing to a 404 path
    Downloads