Skip to content

Releases: voska/qbo-cli

v0.2.0

04 Mar 09:49
v0.2.0
638cff0

Choose a tag to compare

Changelog

  • 96ddd63 feat: SEO optimization for qbo-cli.com
  • 041e948 feat: add agent copy-paste CTA to hero, add SVG favicon
  • 638cff0 feat: support custom redirect URI for production OAuth
  • 144bd2b fix: correct llms.txt link paths in landing page
  • f642e3a fix: link to Twitter instead of GitHub profile in footer

v0.1.1

27 Feb 13:29
v0.1.1
a9d8fb9

Choose a tag to compare

Changelog

  • faa1a85 feat: add landing page and GitHub Pages deployment
  • 0143063 fix: migrate golangci-lint config to v2 format
  • b9933dc fix: move gofmt to formatters section for golangci-lint v2
  • 7733f34 fix: remove gosimple linter (merged into staticcheck in v2)
  • fc4c413 fix: resolve errcheck and gofmt lint errors, gitignore mise.toml
  • a9d8fb9 fix: resolve remaining errcheck lint errors in plain.go
  • 5f9547a fix: use golangci-lint-action v7 for golangci-lint v2

v0.1.0

27 Feb 11:55
v0.1.0
f3fd960

Choose a tag to compare

Changelog

  • 0a329f9 feat: initial qbo CLI implementation
  • a413ea7 fix: bump Go to 1.25 in CI/release, remove unsupported goreleaser directory field
  • bf251b0 fix: pass token to goreleaser for tap/bucket push
  • f3fd960 fix: pin golangci-lint to v2.10.1 for Go 1.25 support