Releases: sitapix/dibs
Releases · sitapix/dibs
v0.2.1
Fixes
- Reject trailing positional args.
dibs verify mybrandused to silently
dropmybrandand run onverify. 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 newRenderer.BeginVerificationhook. JSON and CSV
renderers treat it as a no-op. - Brighter green on muted themes. Switched
colorGreenfrom 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-cli2with a shared.markdownlint.jsonc
(line_length: 85, prose-strict, code blocks and tables exempt).
make docs-lintis now wired intomake 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
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Full Changelog: https://github.com/sitapix/dibs/commits/v0.1.0