Cleanup and security enhancements in preparation for release 5

This commit is contained in:
2021-10-07 22:59:59 -04:00
parent e1e7254fc1
commit 2bf1859bc7
3 changed files with 91 additions and 98 deletions
+7 -4
View File
@@ -1,6 +1,6 @@
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
rpass 2021.10.08.mr5
rpass 2021.10.07.mr5
The Notetaker Update - Fifth main release of rpass
@@ -9,20 +9,23 @@ This release focuses on user-facing polish and usability enhancements.
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
Planned for next update (The Housekeeping Update Pt. 2):
- add new file list w/color and w/o extensions
- improve exceptions for unknown arguments
- add new file list w/color and w/o extensions + proper displaying of nested folders
- ability to pass entries as arguments for more functions
- manpage
- add more comments to code
- simplify code from the Notetaker Update
- validate for Python 3.10
Planned for next update (The cryptpass Update):