Skip to content

0.12.0 - 2026-07-27

Choose a tag to compare

@github-actions github-actions released this 27 Jul 19:41
22f32aa

Release Notes

Added

  • The version is shown in the ? overlay, right-aligned in its border the
    way every panel shows a counter. ? is where you go to find out what the
    thing does, so it is where you look for what version it is.

  • The command-line --help now leads with the version, and lists w, m and
    Ctrl+arrows, which it had never been told about.

Changed

  • Adding a clock offers a list of cities instead of asking for an identifier.
    Type to narrow it, ↑↓ to choose. Matching runs over the city and the
    identifier, anywhere in either, so seattle finds America/Los_Angeles
    which is the whole point: the identifier names a city in the zone and it is
    very often not the one you have in mind. Bengaluru is Asia/Kolkata, Boston
    is America/New_York.

    The city you picked becomes the clock's label, and the identifier is shown
    beside it so what lands in zones.toml is never a surprise. A zone the list
    does not carry is still taken as typed.

Fixed

  • A panel's prompt is no longer drawn inside that panel. The agenda's file
    prompt was as narrow as the agenda, which for a long path meant reading a
    scrolled fragment through about forty columns. Prompts are drawn by the shell
    over the whole terminal now, after every panel — which is also what stopped
    the new city list coming out interleaved with the task list.

  • The city list scrolls. It draws ten rows, and moving the selection past
    the bottom kept moving a cursor nobody could see — the highlight vanished and
    the row Enter would take was anybody's guess. The window follows the
    selection now, PageUp/PageDown/Home/End work, and the help line says
    how much of the list is on screen so ten of a hundred and forty-three does not
    read as all of it.

Install mirador 0.12.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

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