Skip to content

0.9.1 - 2026-07-27

Choose a tag to compare

@github-actions github-actions released this 27 Jul 09:08
e84e53a

Release Notes

Changed

  • Arrange mode says that rows can be opened. The legend read
    ↑↓ move rows, which a reader reasonably took to mean "move between the rows
    you have" — and then asked how to make a new one, which the mode had been
    able to do all along. It now reads ↑↓ at the edge opens a new row, paid for
    by collapsing the two movement hints into one: which arrow goes which way is
    obvious the moment you press it, because the panels move.

    The legend also drops hints whole rather than clipping them when the terminal
    is narrow, keeping Enter keep and Esc cancel longest. Half a hint reads as
    a rendering fault; a missing one reads as a narrow terminal, which is what it
    is.

  • The README now answers "how do I manage rows" directly instead of leaving it
    inside a sentence about moving panels.

Install mirador 0.9.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download mirador 0.9.1

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>