Skip to content

Releases: truestamp/truestamp-cli

v0.8.1

27 May 02:40
Immutable release. Only release title and notes can be modified.
v0.8.1

Choose a tag to compare

truestamp-cli 0.8.1

Install:

go install github.com/truestamp/truestamp-cli/cmd/truestamp@v0.8.1
brew install truestamp/tap/truestamp-cli

Changelog

v0.8.0

27 May 01:02
Immutable release. Only release title and notes can be modified.
v0.8.0

Choose a tag to compare

truestamp-cli 0.8.0

Install:

go install github.com/truestamp/truestamp-cli/cmd/truestamp@v0.8.0
brew install truestamp/tap/truestamp-cli

Changelog

  • 181b3da: Add /release skill — canonical Claude Code flow for cutting a release (@grempe)
  • 7a8f4c2: Add beacons, health checks, friendly error pane (@grempe)
  • 0ee5de1: Add claims-as-source-of-truth submission mode (@grempe)
  • 4597de8: Add fuzz tests for wschannel codec (@grempe)
  • 0c33059: Add team subcommand and console Teams pane (@grempe)
  • e4f23dd: Add truestamp console interactive TUI (@grempe)
  • 855d888: Bump Go toolchain 1.26.2 -> 1.26.3 to clear two stdlib CVEs (@grempe)
  • bdd272f: Bump the github-actions group across 1 directory with 2 updates (@dependabot[bot])
  • c0883f4: Bump the go-dependencies group across 1 directory with 5 updates (@dependabot[bot])
  • 86a7f19: Consolidate URL config into a single base_url (@grempe)
  • 14bf562: Events table: stop truncating the primary ID column (@grempe)
  • 74d0b41: Extend JSON logger CLI-wide with redaction and panic recovery (@grempe)
  • cba9097: Fix ? help toggle: footer height now grows the body, not the screen (@grempe)
  • 5688307: Fix healthcheck latency flake on fast loopback (@grempe)
  • 2ec16a2: Harden wschannel with chaos test suite (@grempe)
  • ab35122: Hash validation: all three checks mandatory in every code path (@grempe)
  • da6f2ab: Inline validation errors at the offending field (@grempe)
  • b3cd3ee: Monitor: align table under title, anchor scroll indicator to title row (@grempe)
  • f1704c3: Monitor: default focus to the events waterfall (@grempe)
  • 95cba5e: Monitor: fix off-by-one in table padding that pushed footer off-screen (@grempe)
  • f2770ac: New Item form ergonomics + quit-confirmation prompt (@grempe)
  • be21902: New Item watching screen polish + state-aware footer (@grempe)
  • 9da05eb: New Item: full hash-type list + table-driven length validation (@grempe)
  • d17e907: Phase 1: TUI chrome package + keymap-driven footer (@grempe)
  • ebb722d: Phase 2: enable mouse wheel scroll on the Monitor waterfall (@grempe)
  • c02f154: Phase 3: canonical event projector + lipgloss/v2/table for the waterfall (@grempe)
  • 09ef753: Phase 4: migrate New Item form to huh/v2 (@grempe)
  • a2c1d32: Phase 5: connection pane polish via lipgloss/v2/table (@grempe)
  • 6b3abd9: Phase 6: tests for chrome, events projector, keymaps (@grempe)
  • df325d0: Redesign console monitor waterfall display (@grempe)
  • e6d054f: Release v0.8.0 (@grempe)
  • b3e2ac7: Run chaos and fuzz tests in CI (@grempe)
  • 02af1a7: Show Hash type on the watching card (@grempe)
  • c43fe33: Tighten hash validation: even-length enforced unconditionally (@grempe)
  • cac10c3: Trim header status; move plan + stream count to Connection pane (@grempe)
  • a85400c: Watching screen: drop card border, fix wrap; esc returns to new form (@grempe)
  • 3e52165: hash type: canonical Display name shared by picker + watching screen (@grempe)
  • 01488a3: remove memsearch dir (@grempe)
  • 9b57bdf: remove no longer needed briefing file for last commit (@grempe)

v0.7.1

23 Apr 20:12
Immutable release. Only release title and notes can be modified.
v0.7.1

Choose a tag to compare

truestamp-cli 0.7.1

Install:

go install github.com/truestamp/truestamp-cli/cmd/truestamp@v0.7.1
brew install truestamp/tap/truestamp-cli

Changelog

  • 7633266: Add copyright/SPDX headers to all non-Go source files (@grempe)
  • 648e610: CI/release: gate tag releases on full CI, add lints, pre-flight goreleaser (@grempe)
  • a1a0fac: Docs: roll copyright year to 2019, refresh bug-report template, fix stale flag examples (@grempe)
  • dff0ee3: Release v0.7.1 (@grempe)

v0.7.0

23 Apr 18:28
Immutable release. Only release title and notes can be modified.
v0.7.0

Choose a tag to compare

truestamp-cli 0.7.0

Install:

go install github.com/truestamp/truestamp-cli/cmd/truestamp@v0.7.0
brew install truestamp/tap/truestamp-cli

Changelog

  • 0e440c0: Harden CLI from code review: cosign config pin, tar/keyring/timeout defences, TTY guards, test parallelization (@grempe)
  • 0933593: Release v0.7.0 (@grempe)
  • 2b9013f: Release workflow: drop --auto on homebrew-tap PR merge (@grempe)

v0.6.0

23 Apr 16:47
Immutable release. Only release title and notes can be modified.
v0.6.0

Choose a tag to compare

truestamp-cli 0.6.0

Install:

go install github.com/truestamp/truestamp-cli/cmd/truestamp@v0.6.0
brew install truestamp/tap/truestamp-cli

Changelog

  • eddce4f: Add --type assertion to verify (local + remote) (@grempe)
  • d75ad3d: Add beacon subcommand, extend download to all proof types (@grempe)
  • 356ee75: Align CLI with server's t=11 beacon + strict /proof/generate type enum (@grempe)
  • a396f04: Bump the github-actions group with 3 updates (#4) (@dependabot[bot])
  • 6302a82: Clean up subject card UI: align URL rows, drop redundant arrows (@grempe)
  • 53f3cd8: Display polish: full hashes, centralized timestamp truncation, narrow-TTY layout fix (@grempe)
  • fab1564: Fix upgrade-check misrank of git-describe dev builds (@grempe)
  • 21d1e62: Release v0.6.0 (@grempe)
  • 1744f91: Restructure proof format, check entropy sources (@grempe)
  • 0a34003: Subject cards: dual Details/Verify URLs, filename-derived --type, tighter spacing (@grempe)
  • 3188ed4: Swap homegrown semver parser for golang.org/x/mod/semver (@grempe)

v0.5.0

21 Apr 19:20
Immutable release. Only release title and notes can be modified.
v0.5.0

Choose a tag to compare

truestamp-cli 0.5.0

Install:

go install github.com/truestamp/truestamp-cli/cmd/truestamp@v0.5.0
brew install truestamp/tap/truestamp-cli

Changelog

  • 4386681: Add EXAMPLES.md; simplify hash --style bare; docs refresh (@grempe)
  • 9fe9070: Add fuzz + benchmark + lint + vuln-check + golden snapshot tests; split precommit (@grempe)
  • eddfaa1: Add hash, encode, decode, jcs, and convert sub-commands (@grempe)
  • 15cb7b7: Add task test-coverage-full; raise test coverage across the codebase (@grempe)
  • 1ea9c69: Release v0.5.0 (@grempe)

v0.4.0

17 Apr 05:08
Immutable release. Only release title and notes can be modified.
v0.4.0

Choose a tag to compare

truestamp-cli 0.4.0

Install:

go install github.com/truestamp/truestamp-cli/cmd/truestamp@v0.4.0
brew install truestamp/tap/truestamp-cli

Changelog

v0.3.3

16 Apr 23:14
Immutable release. Only release title and notes can be modified.
v0.3.3

Choose a tag to compare

truestamp-cli 0.3.3

Install:

go install github.com/truestamp/truestamp-cli/cmd/truestamp@v0.3.3
brew install truestamp/tap/truestamp-cli

Changelog

v0.3.2

16 Apr 22:34
Immutable release. Only release title and notes can be modified.
v0.3.2

Choose a tag to compare

truestamp-cli 0.3.2

Install:

go install github.com/truestamp/truestamp-cli/cmd/truestamp@v0.3.2
brew install truestamp/tap/truestamp-cli

Changelog

  • 58757d8: Document 0.3.1 upgrade subcommand in CHANGELOG (0.3.2) (@grempe)

v0.3.1

16 Apr 22:23
Immutable release. Only release title and notes can be modified.
v0.3.1

Choose a tag to compare

truestamp-cli 0.3.1

Install:

go install github.com/truestamp/truestamp-cli/cmd/truestamp@v0.3.1
brew install truestamp/tap/truestamp-cli

Changelog

  • 567ed67: Add truestamp upgrade subcommand with install-method detection (@grempe)
  • 12d62b0: Bump golang.org/x/crypto to clear Dependabot alerts (@grempe)
  • b3813a9: Genericize version examples and document cosign (@grempe)
  • f40c0ac: List all shadowing truestamp binaries, not just the first (@grempe)
  • a5803bc: Run CI on macos-latest as well as ubuntu-latest (@grempe)
  • 03ea6d7: Warn when an earlier $PATH entry shadows the installed truestamp (@grempe)