Releases: tempoxyz/wallet-cli
Releases · tempoxyz/wallet-cli
v0.6.2
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.tomlwallet state into the newstore.jsonformat on first run. - Fix
tempo wallet login --no-browserandtempo wallet fund --no-browseroption 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
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/mainpull 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 requesthandling for services that return both TempoWWW-Authenticatechallenges and x402payment-requireddescriptors, and extend refreshed wallet access keys to 30 days.