• v0.4.1 814ef2c5e8

    Fix incident detail rendering
    Release / test (push) Failing after 7s
    Release / build (amd64, darwin) (push) Has been skipped
    Release / build (amd64, linux) (push) Has been skipped
    Release / build (arm64, darwin) (push) Has been skipped
    Release / build (arm64, linux) (push) Has been skipped
    Release / release (push) Has been skipped

    niklas released this 2026-07-31 05:24:20 +00:00 | 20 commits to main since this release

    An incident with nobody assigned and nobody holding it rendered its
    detail view with the acknowledgement line indented far to the right: a
    trailing newline inside a lipgloss Render call produces a line of
    padding that shifts whatever is written next.

    Also adds the first test suite for this client — 129 tests covering the
    API client, the update loop and rendering — and gates the release
    workflow on vet and tests.

    Requires terdut-server v0.4.0 or later, unchanged from v0.4.0.

    Downloads