Skip to content

Releases: tempoxyz/wallet-cli

v0.6.2

23 Jun 22:59
195512a

Choose a tag to compare

Patch Changes

  • Show all stored access key limits, periods, scopes, and local key status in wallet key output.
  • Automatically dispatch the build and publish workflow after creating a release tag, so release assets and extension manifests publish without manual intervention.
  • Migrate legacy keys.toml wallet state into the new store.json format on first run.
  • Fix tempo wallet login --no-browser and tempo wallet fund --no-browser option parsing.
  • Update production dependencies and pin transitive WebSocket dependencies to patched advisory ranges.
  • Harden wallet store writes so local key material is saved under private file and directory permissions.
  • Keep local CLI version output aligned with the package version.
  • Add a wallet command to revoke access keys and remove revoked local key state.
  • Align generated wallet command metadata for service discovery and integration schema requests.

v0.6.1

19 Jun 16:04
ccb163e

Choose a tag to compare

Patch Changes

  • Add changelog enforcement, generation, release PR automation, and automatic tag creation for future wallet-cli releases.
  • Make release PR updates detect existing changelog-release/main pull requests reliably before attempting to create a new one.
  • Allow changelog-generated commits and release PR updates to use a configured GH_PAT, so automation-created branches can trigger normal CI when the token is available.
  • Fix tempo request handling for services that return both Tempo WWW-Authenticate challenges and x402 payment-required descriptors, and extend refreshed wallet access keys to 30 days.

v0.6.0

17 Jun 13:30
ac2ba51

Choose a tag to compare

Adds tempo request packaging and fixes v2 session reuse, top-up, close/finalize, TIP-1034 descriptors, and wallet balance reporting.