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, ando,yand
↵are untouched. A feed's URL rides inside an escape sequence, so only
plainhttp(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-xml0.41 → 0.42, which rebuilt its API aroundstrinstead 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 | shInstall 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/miradorYou 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>