Skip to content

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 17 Aug 14:37
· 29 commits to main since this release

Fixed

  • dok ps | head panicked with failed printing to stdout: Broken pipe.
    Rust ignores SIGPIPE by default; dok restores it, so piping into a reader
    that stops early now exits quietly like any other Unix tool.

Added

  • Alpine Linux packages. Every release now carries dok-x86_64.apk and
    dok-aarch64.apk, built with abuild inside Alpine from the same static
    musl archive the tarballs ship, and install-tested before publishing.
  • dok events --demo replays a canned minute of daemon events, so the stream
    can be seen (and screenshotted) without a daemon.
  • Animated SVG casts: scripts/ansi2cast.py renders captured output into an
    SVG that types the command, reveals the output and loops, with no JavaScript.
    The website hero cycles ps, images, logs and events in one file.

Changed

  • The static screenshots now use the same chrome and palette as the website's
    cards, so images and page are one surface instead of two.
  • The site is a proper responsive layout: 6/4/1-column bento, terminal frames
    that scroll instead of shrinking, and a copy button on every install command.

What's Changed

  • ci: bump the actions group across 1 directory with 7 updates by @dependabot[bot] in #7

New Contributors

Full Changelog: v0.1.1...v0.1.2