Added roadmap for next update

This commit is contained in:
2021-09-23 09:44:15 -04:00
parent 17812d5ca4
commit f82f3c78a0
+32
View File
@@ -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