Skip to content

pw-7.0.0

Compare
Choose a tag to compare
@sschmid sschmid released this 09 Sep 09:12
· 306 commits to main since this release
28b7729

Added

  • Added shorter bash version check
  • Added optional fzf format to ls
  • Added more tests
  • Added _skip_if_github_action() for tests
  • Added uninstall instructions. Closes #5

Fixed

  • Support leading and trailing spaces in entry name and account
  • Clear clipboard after generating password
  • macos_keychain: Fix getting entry with empty name or account
  • macos_keychain: Fix removing entry with empty name or account
  • macos_keychain: Fix ls splitting on =
  • macos_keychain: Accept keychain password from stdin to init
  • macos_keychain: Accept keychain password from stdin to unlock

Changed

  • Drastically simplified plugin architecture and tests
  • Migrate macos_keychain and tests to new plugin structure
  • Migrate keepassxc and tests to new plugin structure