Skip to content

0.11.0 - 2026-07-27

Choose a tag to compare

@github-actions github-actions released this 27 Jul 16:32
5f02b48

Release Notes

Added

  • The watch log — a placeable panel recording what happened while you were
    not looking. It fills the third instrument the design thesis named
    ("chronometer, weather glass, watch log") and that nothing had ever
    occupied.

    Almost nothing qualifies for it, which is the point. The clock, the readings,
    the prices and the graphs change continuously and none of it is news; your
    notes and tasks change because you changed them. An entry is something that
    happened to you rather than because of you, and that you would want to know
    even if you never looked at the panel it came from. Out of the box that is two
    things: an event appearing in your .ics that you did not add, and a task
    crossing into overdue because the day turned.

    No counter, no unread state, no effect on any other panel. Unread message
    counts were considered for this dashboard and rejected as a doomscroll hook;
    read closely, that objection is about the badge — a number that accumulates
    and demands you zero it. This is a record you consult, not an inbox that
    consults you, and nothing in it can be dismissed, because an entry you can
    dismiss is an entry you are expected to dismiss.

    A rule line marks where you were last seen. mirador now asks your terminal to
    report window focus, which is the only honest signal for "the reader is here";
    it falls back to your last keypress, and draws no line at all when neither has
    fired, because a line in the wrong place makes a claim that a missing one does
    not.

    The log lives in memory and says when it started watching. One written to disk
    would return after a restart with a gap it could not mark.

Install mirador 0.11.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jchultarsky/mirador/releases/download/v0.11.0/mirador-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/jchultarsky/mirador/releases/download/v0.11.0/mirador-installer.ps1 | iex"

Download mirador 0.11.0

File Platform Checksum
mirador-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
mirador-x86_64-apple-darwin.tar.gz Intel macOS checksum
mirador-x86_64-pc-windows-msvc.zip x64 Windows checksum
mirador-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo jchultarsky/mirador

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>