This repository has been archived by the owner on Apr 5, 2021. It is now read-only.
Releases: stchris/passage
Releases · stchris/passage
v1.0.1
v1.0.0
Changed
- automatic changelog updates on release
v1.0.0-rc.2
Changed
- automatic changelog updates on release
v1.0.0-rc.1
Added
- The environment variable
PASSAGE_STORAGE_FOLDER
can override the default storage folder
Changed
- improved error handling in edge case in show command
- cargo update 2020-11-30
v0.7.1
Changed
- automatic changelog updates on release
v0.7.0
Added
edit
commandremove
command
v0.6.0
Added
- Added a global flag to skip using the system keychain (
--no-keychain
)
Changed
- Warn the user if the storage wasn't initialized yet (and prompt them to run
passage init
) - fixed minor typo in password prompt
- cargo update 2020-11-28, directories-next==2.0.0
Removed
- Remove Windows builds because integration tests fail and I have no means to debug this (https://github.com/stchris/passage/runs/1468067393?check_suite_focus=true)
v0.5.1
0.5.0
Added
- Automatic keyring integration
- new subcommands:
keyring check
andkeyring forget
0.4.0
Added
- Hooks: pre_load, post_save. See the documentation for details on the hooks system
Changed
- cargo update 2020-09-04