- Dependency upgrades.
pass-cliis back to homebrew as aformulainstead of acaskdue to notarization issues upon install.
- Improved session persistance to avoid bugs that prevented logged-in sessions from performing requests.
- Now
pass-cliis available as a homebrewcaskrather than aformulaand offers Linux variants.
- Migration to
muon v2for better and more stable networking and session management.
- Personal Access Token support.
- Support for
ssh-agent daemonto have the SSH agent run in the background.
- Improve invite acceptance flow.
- Allow to print SSH Key keys with
private keyandpublic keyfield specifiers.
- Updated dependencies.
- Fixed docs typos.
- Support for Linux DBUS integration.
- Updated dependencies.
- Add support for PKCS#8 SSH keys in the SSH agent.
pass-cli runwith env files now doesn't drop values that are not pass secret references.
- Updated dependencies.
- Improved local secret key storage in system keyrings.
- Fixed codesign of macOS binaries.
- CLI flag completion for Bash/Zsh/Fish (Thanks to @vichid for the contribution)
- Fix support for RSA4096 keys in the SSH agent
- Add missing DLL for Windows installs
- Improved behaviour on session expiration
- Offer
ssh-agent debugcommand to debug whether the items of a vault can be used as SSH keys - Improvements on crypto dependencies
- Renamed internal config variables to avoid clashing with commonly defined variables (
ENVIRONMENT)
- Improvements on permission handling
- Add modify time to
item viewin JSON output format
- Fixed
pass-cli item updateduplicating custom fields when updating an item
- Added
pass-cli settingsto set default values for vault and output format
- Make
pass-cli infocapable of printing the output in JSON format
- Improve windows SSH agent messages and documentation
- Offer
--capitalizealongside--capitaliseforpassword generate passphrase - Documentation fixes
ssh-agent: now supports ssh certificates added viassh-add
- Fix
pass-cli logincommand for users created with non-proton accounts
- Fix
pass-cli infocommand for users created with non-proton accounts
- Allow
ssh-agentto create identities based on imported keys
pass-cli runnow supports secret references with spaces in the components- Fix for some users getting errors when running
pass-cli info
- Documentation fixes