Skip to content

Releases: sitapix/dibs

v0.2.1

18 Apr 06:27
844fee4

Choose a tag to compare

Fixes

  • Reject trailing positional args. dibs verify mybrand used to silently
    drop mybrand and run on verify. Now errors with a targeted suggestion
    (did you mean: dibs --verify "mybrand"). Arg values are %q-quoted so
    suggestions with whitespace round-trip through a shell.
  • RDAP banner no longer collides with the progress bar. The "Verifying
    N available domains…" line now clears the in-place bar before printing
    on TTYs, via a new Renderer.BeginVerification hook. JSON and CSV
    renderers treat it as a no-op.
  • Brighter green on muted themes. Switched colorGreen from ANSI 32
    to 92 so available domains stay legible on TokyoNight, Solarized, and
    similar palettes where basic green renders as dull teal.
  • goreportcard misspell fix in config_test.go.

Docs

  • README now leads with a vhs-rendered demo GIF and carries Go Reference
    / Report Card / release badges.
  • CONTRIBUTING documents how to regenerate the demo from demo/demo.tape.

Tooling

  • Added markdownlint-cli2 with a shared .markdownlint.jsonc
    (line_length: 85, prose-strict, code blocks and tables exempt).
    make docs-lint is now wired into make release-check, so docs
    regressions block a tag alongside Go lint/vet/race/vuln checks.
    Install: brew install markdownlint-cli2.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

08 Apr 07:49

Choose a tag to compare

Full Changelog: v0.1.0...v0.2.0

v0.1.0

16 Mar 02:56

Choose a tag to compare