• v0.2.0 6834302622

    feat: Archived alerts tab with archive/unarchive actions
    Release / build (amd64, linux) (push) Failing after 6s
    Release / release (push) Has been skipped
    Release / build (amd64, darwin) (push) Failing after 5s
    Release / build (arm64, darwin) (push) Failing after 6s
    Release / build (arm64, linux) (push) Failing after 11s

    niklas released this 2026-05-22 11:45:30 +00:00 | 25 commits to main since this release

    Add a fourth tab (Alerts | Archived | Schedule | Users).
    Archived alerts are fetched lazily on first visit using the
    archived=true query param on GET /api/alerts.

    Press x from the Alerts list or detail to archive an alert;
    the non-archived list refreshes immediately. Press x from the
    Archived list or detail to unarchive; the archived list
    refreshes. Ack/unack are disabled in the Archived detail view.

    New API methods: ArchiveAlert (POST), UnarchiveAlert (DELETE).
    ArchivedAt field added to the Alert type.

    Downloads