• v0.5.1 0b4487ac2e

    feat(upload): warn on large uploads over slow/metered connections
    All checks were successful
    Build and Publish Docker Image / deploy (push) Successful in 1m54s

    kato released this 2026-06-08 13:34:05 +03:00 | 5 commits to master since this release

    Detects if the user is on a slow (2G/3G) or metered (saveData) connection
    and prompts them with a confirmation dialog if they attempt to upload
    files totaling 200MB or more.

    This prevents accidental high data usage and warns users about potential
    long upload times. Also includes the dialogs JS and CSS in the base
    layout to support the confirmation modal.

    Downloads