Skip to content

Latest commit

Β 

History

History
176 lines (93 loc) Β· 3.33 KB

File metadata and controls

176 lines (93 loc) Β· 3.33 KB

2.0.2 (2026-04-23)

Other

  • Dependency upgrades.
  • pass-cli is back to homebrew as a formula instead of a cask due to notarization issues upon install.

2.0.1 (2026-04-22)

Fixes πŸ›

  • Improved session persistance to avoid bugs that prevented logged-in sessions from performing requests.
  • Now pass-cli is available as a homebrew cask rather than a formula and offers Linux variants.

2.0.0 (2026-04-13)

Features πŸŽ‰

  • Migration to muon v2 for better and more stable networking and session management.

1.10.0 (2026-04-08)

Features πŸŽ‰

  • Personal Access Token support.

1.9.0 (2026-03-23)

Features πŸŽ‰

  • Support for ssh-agent daemon to have the SSH agent run in the background.

Fixes πŸ›

  • Improve invite acceptance flow.
  • Allow to print SSH Key keys with private key and public key field specifiers.

Other

  • Updated dependencies.
  • Fixed docs typos.

1.8.0 (2026-03-23)

Features πŸŽ‰

  • Support for Linux DBUS integration.

Other

  • Updated dependencies.

1.7.0 (2026-03-18)

Features πŸŽ‰

  • Add support for PKCS#8 SSH keys in the SSH agent.

Fixes πŸ›

  • pass-cli run with env files now doesn't drop values that are not pass secret references.

Other

  • Updated dependencies.
  • Improved local secret key storage in system keyrings.

1.6.1 (2026-03-10)

Other

  • Fixed codesign of macOS binaries.

1.6.0 (2026-03-09)

Features πŸŽ‰

  • CLI flag completion for Bash/Zsh/Fish (Thanks to @vichid for the contribution)

Fixes πŸ›

  • Fix support for RSA4096 keys in the SSH agent

1.5.2 (2026-02-23)

Fixes πŸ›

  • Add missing DLL for Windows installs

1.5.1 (2026-02-19)

Other

  • Improved behaviour on session expiration

1.5.0 (2026-02-18)

Features πŸŽ‰

  • Offer ssh-agent debug command to debug whether the items of a vault can be used as SSH keys
  • Improvements on crypto dependencies

1.4.3 (2026-02-09)

Other

  • Renamed internal config variables to avoid clashing with commonly defined variables (ENVIRONMENT)

1.4.2 (2026-02-04)

Other

  • Improvements on permission handling
  • Add modify time to item view in JSON output format

1.4.1 (2026-01-21)

Fixes πŸ›

  • Fixed pass-cli item update duplicating custom fields when updating an item

1.4.0 (2026-01-20)

Features πŸŽ‰

  • Added pass-cli settings to set default values for vault and output format

1.3.5 (2026-01-12)

Other

  • Make pass-cli info capable of printing the output in JSON format

1.3.4 (2026-01-12)

Other

  • Improve windows SSH agent messages and documentation

1.3.3 (2026-01-09)

Other

  • Offer --capitalize alongside --capitalise for password generate passphrase
  • Documentation fixes

1.3.2 (2025-12-18)

Features πŸŽ‰

  • ssh-agent: now supports ssh certificates added via ssh-add

Bug fixes πŸ›

  • Fix pass-cli login command for users created with non-proton accounts

1.3.1 (2025-12-17)

Bug fixes πŸ›

  • Fix pass-cli info command for users created with non-proton accounts

1.3.0 (2025-12-16)

Features πŸŽ‰

  • Allow ssh-agent to create identities based on imported keys

Bug fixes πŸ›

  • pass-cli run now supports secret references with spaces in the components
  • Fix for some users getting errors when running pass-cli info

Other

  • Documentation fixes