Updated roadmap

This commit is contained in:
2021-10-11 13:22:36 -04:00
parent 91dcd4585a
commit 02059d367c
2 changed files with 46 additions and 5 deletions
+6 -5
View File
@@ -24,6 +24,7 @@ rpass config
``` ```
This command will allow you to configure the settings necessary for rpass to function. This command will allow you to configure the settings necessary for rpass to function.
As of right now, rpass is rapidly changing, and as such, it is a good idea to run "rpass config" after each update.
All available options can be found with: All available options can be found with:
@@ -37,15 +38,15 @@ Short-term Goals:
- create new file list w/color and w/o file extensions - create new file list w/color and w/o file extensions
- create a man page - create a man page
- overhaul argument system - overhaul argument system
- add a system to mask names of entries from other programs/users
- fix lots of bugs! - fix lots of bugs!
- make lots of optimizations!
Medium-term Goals: Medium-term Goals:
- add libsecret integration to allow rpass to act as a gnome-keyring alternative - create minimal GUI apps (Linux x86_64, Linux aarch64, Android aarch64)
- create a minimal GUI app optimized for the Pinephone (also compatible with x86_64) - auto-completion on tab for CLI version
Long-term Goals: Long-term Goals:
- make an Android port (including GUI) - world domination
- make a minimal Windows port
- investigate auto-completion on tab
+40
View File
@@ -1,5 +1,45 @@
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
rpass 2021.10.12.mr5.1
The Notetaker Update - Patch 1
This release fixes bugs from previous releases and offers new packages of rpass.
New features:
**rpass is now packaged for Termux (basic Android support)
**rpass is now packaged for Alpine Linux
**custom SSH keys are now properly supported
Changes:
**fixed an issue with copying notes
**fixed an issue with syncing that could cause data loss
**rpass is validated to work with Python 3.10
Planned for next update (The Beauty Update):
- 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
Planned for next update (The Optimus Update):
- add an entry name masking system
- modularize and shrink rpass code as much as possible
- shrink rpass package size as much as possible
Planned, no timeline:
- create separate gui frontend targetting mobile devices (first Android + Linux phones - 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, such as Debian and Fedora)
- auto-completion on tab (currently unsure of best way to make this work)
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
rpass 2021.10.07.mr5 rpass 2021.10.07.mr5
The Notetaker Update - Fifth main release of rpass The Notetaker Update - Fifth main release of rpass