Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

Releases: stchris/passage

v1.0.1

05 Apr 12:04
Compare
Choose a tag to compare

Changed

  • automatic changelog updates on release

v1.0.0

05 Apr 12:01
Compare
Choose a tag to compare

Changed

  • automatic changelog updates on release

v1.0.0-rc.2

19 Dec 21:29
Compare
Choose a tag to compare

Changed

  • automatic changelog updates on release

v1.0.0-rc.1

30 Nov 20:36
Compare
Choose a tag to compare

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

29 Nov 20:34
Compare
Choose a tag to compare

Changed

  • automatic changelog updates on release

v0.7.0

29 Nov 15:09
Compare
Choose a tag to compare

Added

  • edit command
  • remove command

v0.6.0

28 Nov 21:28
Compare
Choose a tag to compare

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

v0.5.1

27 Nov 23:35
Compare
Choose a tag to compare

Fixed

  • correctly prompt for password on new entries and override old entries

Changed

  • cargo update 2020-11-28, including age == 0.5.0
  • changed dependency from directories to directories next, see
    #43

0.5.0

07 Oct 21:45
Compare
Choose a tag to compare

Added

  • Automatic keyring integration
  • new subcommands: keyring check and keyring forget

0.4.0

04 Sep 09:45
Compare
Choose a tag to compare

Added

  • Hooks: pre_load, post_save. See the documentation for details on the hooks system

Changed

  • cargo update 2020-09-04