Skip to content

1.9.0 - 2026-09-01

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Sep 02:26
8690073

Release Notes

Added

  • Headlines are hyperlinks. In a terminal that renders OSC 8 links —
    iTerm2, WezTerm, kitty, recent GNOME Terminal among them — a news headline
    is now clickable and opens the story the way the terminal opens any link
    (usually a modifier plus a click, since mirador holds the mouse). Nothing
    changes anywhere else: the sequences occupy no cells, so a terminal
    without support shows exactly the panel it always did, and o, y and
    are untouched. A feed's URL rides inside an escape sequence, so only
    plain http(s) URLs made of RFC 3986 characters are linked — anything
    else (a control byte smuggled through an entity, an off-web scheme) gets
    no link rather than an escaped one.

Changed

  • quick-xml 0.41 → 0.42, which rebuilt its API around str instead of
    byte slices. The feed parser is ported with identical behaviour — the
    entity corpus and trim-once tests pass unchanged, and live feeds were
    driven through it before merging. The dependency floor stays at Rust 1.95.

Install mirador 1.9.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download mirador 1.9.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-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux 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>