Skip to content

v2021.10.07.mr5

Compare
Choose a tag to compare
@rwinkhart rwinkhart released this 08 Oct 03:18
· 825 commits to main since this release

rpass 2021.10.07.mr5

The Notetaker Update - Fifth main release of rpass

NOTICE: Please re-run 'rpass config' after this update to enable new security features!!

This release overhauls the note-taking system and provides general improvements
to overall code quality, including optimizations, bug fixes, and security improvements.

New features:

  • notes are now edited in nano and can be split across multiple lines
  • password confirmation has been added for entry deletion

Changes:

  • fixed issues with copying passwords with certain special characters, e.g. '"()|
  • auto-generated ssh key now uses ed25519, rather than rsa-3072
  • entry format modified to include a blank line before the notes field (old format still mostly compatible)
  • rpass is now much better at catching bad arguments
  • some general code cleanup