diff --git a/share/doc/rpass/changelog b/share/doc/rpass/changelog index f70b1b0..2a451bd 100755 --- a/share/doc/rpass/changelog +++ b/share/doc/rpass/changelog @@ -1,5 +1,37 @@ <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +rpass 2021.09.25.mr5 + +The Housekeeping Update (Pt. 2) - Fifth main release of rpass + +This release focuses on user-facing polish and usability enhancements. + +New features: + +**add new file list w/color and w/o extensions +**add a manpage +**add support for multi-line notes (use text editor for notes) + +Changes: + +**fix copy syntax, e.g. with pharentheses in passwords +**add more comments to code +**improve exceptions for unknown arguments + +Planned for next update (The Housekeeping Update Pt. 3): + +- ability to pass entries as arguments for more functions + +Planned, no timeline: + +- possible libsecret integration // cancelled, will instead act as a libsecret alternative that other apps can use to store data in +- create separate gui frontend targetting mobile devices (first Linux phones, maybe Android at a later date - official iOS client not likely) + ^ the gui will also function on desktop linux +- make platform agnostic (add Windows support and package for more Linux distributions) +- auto-completion on tab (currently unsure of best way to make this work) + +<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> + rpass 2021.09.15.mr4.2 The Housekeeping Update (Pt. 1) - Hotfix 2