Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 09:13
· 26 commits to main since this release

Changelog

  • a4d0062 Move the --jq release notes under v0.5.0
  • 3b512c8 Drop the stray repo config, and cut a clipped message clean of its last rune
  • 8726718 Redact a whole credential, keep the reason for a failure, and hand values over intact
  • 669632b Never let a filter hand back what it was meant to read one field of
  • f451771 Fold a copy, hold the output back, and refuse the flag where it would do nothing
  • f058c11 Cut the failure message where the preview starts, not where a colon does
  • da13d6b Say what --jq does where a reader of the release notes will look
  • c0a342c Run every rendered result past the filter, and nothing else
  • b0e6c65 Compile jq in, so a result can be read without a pipe
  • 8280d81 Record the rest of the pasted-value changes in the changelog
  • f05b500 Hold the pasted-value rules on the arguments beside the slug
  • bc54429 Cut the reader back to the links krowk actually hands out
  • 2c2204f Say nothing of what was pasted, and read the DNS spelling only where it lives
  • ebb464b Read a link the way a link is built, and refuse what it cannot settle
  • e0ade47 Read a slug out of a link only where a link really carries one
  • 94d401f Start a changelog, beginning with the pasted-link leniency
  • 0b712e1 Take the pasted link wherever a slug is asked for
  • bccdd1f Link krowk.com from the README mark and license line

Install

# npm — the bare `krowk` name is blocked by npm's typosquat filter
npx @krowk/cli push screenshot.png

# Direct download — no runtime, no package manager
curl -sSfL https://github.com/krowkcom/cli/releases/download/v0.5.0/krowk_0.5.0_$(uname -s | tr A-Z a-z)_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz \
  | tar -xz -C /usr/local/bin krowk krowk-mcp

# From source
go install github.com/krowkcom/cli/cmd/krowk@v0.5.0

checksums.txt covers every archive on this release.