0.14.1 - 2026-07-27
Release Notes
Fixed
-
A headline containing a wide character could freeze the dashboard. Text
wrapping split an over-long word by taking as many characters as fit — and for
a CJK glyph or an emoji in a column one cell wide, none fit, so nothing was
consumed and the loop ran for ever. Any news headline with such a character in
a narrow panel would hang mirador until it was killed. Present in 0.13.0 and
0.14.0. -
The agenda cloned its whole event list on every frame. The on-fire signal
asks each panel whether anything is urgent, and the agenda answered by copying
every event first. Measured: 456 event clones in thirty idle seconds against a
twelve-event calendar, scaling with the size of the calendar. Now zero. -
The news panel cloned every story on every frame, for stories that change
once an hour. Copied when the fetch lands instead. -
The README said mirador has two network panels. It has three.
Install mirador 0.14.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jchultarsky/mirador/releases/download/v0.14.1/mirador-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/jchultarsky/mirador/releases/download/v0.14.1/mirador-installer.ps1 | iex"Download mirador 0.14.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/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>