Skip to content

0.13.0 - 2026-07-27

Choose a tag to compare

@github-actions github-actions released this 27 Jul 20:38
55fd042

Release Notes

Added

  • A news panel. Headlines from RSS feeds you choose, refreshed hourly.

    A window, not a feed: however many stories fit and no more, with no
    scrolling, no count, no unread state and nothing to dismiss. News is the
    doomscroll surface this dashboard has been avoiding, and that commitment is
    what makes it something you glance at rather than something you work through.

    Stories are interleaved across feeds so the top of the panel holds the newest
    from each — date order alone hands the whole window to whichever outlet
    publishes most often.

    o shows a story's link so you can copy it; no browser is launched. The
    shipped feeds are science, space and technology only, because choosing
    outlets for general news is an editorial act this project should not make for
    you. Headlines only — feed summaries are article prose belonging to whoever
    wrote them.

  • The watch log records the day turning. It is the one source that always
    fires, so the panel has something to say before you point it at a calendar,
    and it doubles as the divider marking where one day's entries end. Recorded by
    the shell rather than a panel: the todo panel notices a rollover too, but a
    day-divider that vanishes when you switch off the task list would be odd.

  • An empty watch log says what it is watching. It had no refresh key —
    nothing there is polled, the panels report to it — and "Nothing has happened"
    on its own gave a reader no way to tell working from dead. It now names the
    two things it watches, and says plainly when no calendar is configured that
    only one of them can happen.

  • The default layout is four rows, with news and the watch log sharing a
    reading row. Both want width for prose rather than columns of numbers, and
    squeezing them in beside the lists left neither readable.

Install mirador 0.13.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download mirador 0.13.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>