Skip to content

0.16.1 - 2026-07-29

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Jul 02:57
50a0010

Release Notes

A hotfix for one reported bug, and a second one of the same shape found beside
it.

Fixed

  • Hiding the seconds on the clock made the time render in small text.
    Pressing s to drop the seconds should make the numerals larger if anything;
    instead the clock could fall back to plain text entirely.

    The scale search took only a width, and the callers filtered its answer by
    height afterwards — which rejects rather than stepping down a size. Because a
    shorter string fits a bigger scale, and each scale is five rows taller than
    the last, HH:MM could earn a scale that was wide enough but too tall, and
    lose its block numerals altogether. Reproduced at ordinary sizes: any terminal
    around 74-110 columns by 15-17 rows with the clock panel given the width.
    Present since 0.1.0. Reported by @abusch in
    #103.

  • The pomodoro timer could lose its numerals partway through a session, for
    the same reason and in the same helper. A focus period over 99 minutes renders
    180:00 and counts down to 99:59, and the shorter string could earn a scale
    too tall to draw. Found while fixing the clock rather than reported.

Install mirador 0.16.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

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