v0.1.2
Fixed
dok ps | headpanicked withfailed 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.apkand
dok-aarch64.apk, built withabuildinside Alpine from the same static
musl archive the tarballs ship, and install-tested before publishing. dok events --demoreplays a canned minute of daemon events, so the stream
can be seen (and screenshotted) without a daemon.- Animated SVG casts:
scripts/ansi2cast.pyrenders captured output into an
SVG that types the command, reveals the output and loops, with no JavaScript.
The website hero cyclesps,images,logsandeventsin 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
- @dependabot[bot] made their first contribution in #7
Full Changelog: v0.1.1...v0.1.2