Skip to content

0.14.0 - 2026-07-27

Choose a tag to compare

@github-actions github-actions released this 27 Jul 21:19
b5ea6f7

Release Notes

Added

  • The status bar says when something needs you. One line, naming the single
    most pressing thing — an event about to start, a save that is failing, a
    layout change that did not persist — and nothing at all when nothing is
    pressing.

    It names one thing and never a count, and it clears itself when the cause
    does. There is no all-clear: an indicator saying everything is fine is a
    light you have to read to learn nothing.

    Deliberately strict about what qualifies: will this get worse if nobody acts
    in the next few minutes
    . An overdue task does not — it is notable, already
    red in its own panel, and a signal lit for it would be lit permanently, which
    is how a warning becomes furniture.

Fixed

  • A layout that could not be saved now says so. It was reported inside the
    w picker and nowhere else, so a rearrangement that failed to persist was
    silent once the picker closed — and gone at the next launch. It was the one
    genuine silent failure left in the program.

Install mirador 0.14.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

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