diff --git a/README.md b/README.md index 7992f7f..ba7dc5d 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ rpass config ``` 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: @@ -37,15 +38,15 @@ Short-term Goals: - create new file list w/color and w/o file extensions - create a man page - overhaul argument system +- add a system to mask names of entries from other programs/users - fix lots of bugs! +- make lots of optimizations! Medium-term Goals: -- add libsecret integration to allow rpass to act as a gnome-keyring alternative -- create a minimal GUI app optimized for the Pinephone (also compatible with x86_64) +- create minimal GUI apps (Linux x86_64, Linux aarch64, Android aarch64) +- auto-completion on tab for CLI version Long-term Goals: -- make an Android port (including GUI) -- make a minimal Windows port -- investigate auto-completion on tab +- world domination diff --git a/share/doc/rpass/changelog b/share/doc/rpass/changelog index 00d6516..0c4e251 100755 --- a/share/doc/rpass/changelog +++ b/share/doc/rpass/changelog @@ -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 The Notetaker Update - Fifth main release of rpass