mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-06 00:57:14 -04:00
Full re-write of sshyp!
This commit is contained in:
@@ -1,5 +1,47 @@
|
|||||||
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
|
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
|
||||||
|
|
||||||
|
sshyp 2021.11.12.fr2
|
||||||
|
|
||||||
|
The Rewritten Update
|
||||||
|
|
||||||
|
This release is a major re-write of old "rpass" code.
|
||||||
|
sshyp is now more reliable and better documented.
|
||||||
|
|
||||||
|
New features:
|
||||||
|
|
||||||
|
- an almost full re-write of the old "rpass" code used in the last release
|
||||||
|
^ includes more reliable argument parsing and various optimizations
|
||||||
|
|
||||||
|
Planned for next update (The Patchwork Update):
|
||||||
|
|
||||||
|
- address all "TODO" comments in sshyp
|
||||||
|
|
||||||
|
Planned for next, next update (The Fluffy Update):
|
||||||
|
|
||||||
|
- new visual features
|
||||||
|
^ this includes the new file list and thematic text art. sshyp will be
|
||||||
|
getting a retro computing theme.
|
||||||
|
- packages for more environments
|
||||||
|
^ "sshyp" will be officially packaged for Arch Linux, Alpine Linux, and Termux (Android).
|
||||||
|
Debian/Ubuntu and Fedora packaging will come later.
|
||||||
|
|
||||||
|
Planned for next, next, next update (The Sheep w/Shears Update):
|
||||||
|
|
||||||
|
- allow for copying entire notes (not just first line)
|
||||||
|
- allow for multi-client deletion... somehow
|
||||||
|
- ability to pass entries as arguments for more functions
|
||||||
|
- detatch sshync and make it a separate package
|
||||||
|
- manpage
|
||||||
|
|
||||||
|
Planned, no timeline:
|
||||||
|
|
||||||
|
- create separate gui frontend targetting mobile devices (Android + Linux phones)
|
||||||
|
^ the gui will also function on desktop linux
|
||||||
|
- package for more Linux distributions, such as Debian and Fedora)
|
||||||
|
- auto-completion on tab (currently unsure of best way to make this work)
|
||||||
|
|
||||||
|
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
|
||||||
|
|
||||||
sshyp 2021.11.05.fr1
|
sshyp 2021.11.05.fr1
|
||||||
|
|
||||||
First public release of sshyp.
|
First public release of sshyp.
|
||||||
|
|||||||
+10
-15
@@ -1,26 +1,21 @@
|
|||||||
sshyp 2021.11.05.fr1
|
sshyp 2021.11.12.fr2
|
||||||
|
|
||||||
First public release of sshyp.
|
The Rewritten Update
|
||||||
|
|
||||||
This release fixes major bugs from rpass and rebrands the project.
|
This release is a major re-write of old "rpass" code.
|
||||||
|
sshyp is now more reliable and better documented.
|
||||||
|
|
||||||
New features:
|
New features:
|
||||||
|
|
||||||
- an entirely new syncing back-end called sshync (custom Python wrapper around sftp)
|
- an almost full re-write of the old "rpass" code used in the last release
|
||||||
^ in thoery, all syncing-related data loss should now be fixed, however, this new
|
^ includes more reliable argument parsing and various optimizations
|
||||||
system has just been created and is still under testing. Maybe wait for a few patches
|
|
||||||
before trusting this system.
|
|
||||||
|
|
||||||
Changes:
|
Planned for next update (The Patchwork Update):
|
||||||
|
|
||||||
- branding has been updated to reflect new project name and goals
|
- address all "TODO" comments in sshyp
|
||||||
- custom directories, custom ssh keys, and offline only mode are removed (may be temporary)
|
|
||||||
^ the configuration wizard is being re-written in the next major update
|
|
||||||
|
|
||||||
Planned for next update (The Fluffy Update):
|
Planned for next, next update (The Fluffy Update):
|
||||||
|
|
||||||
- modularized and optimized code
|
|
||||||
^ some older, bad code from "rpass" will be re-written.
|
|
||||||
- new visual features
|
- new visual features
|
||||||
^ this includes the new file list and thematic text art. sshyp will be
|
^ this includes the new file list and thematic text art. sshyp will be
|
||||||
getting a retro computing theme.
|
getting a retro computing theme.
|
||||||
@@ -28,7 +23,7 @@ Planned for next update (The Fluffy Update):
|
|||||||
^ "sshyp" will be officially packaged for Arch Linux, Alpine Linux, and Termux (Android).
|
^ "sshyp" will be officially packaged for Arch Linux, Alpine Linux, and Termux (Android).
|
||||||
Debian/Ubuntu and Fedora packaging will come later.
|
Debian/Ubuntu and Fedora packaging will come later.
|
||||||
|
|
||||||
Planned for next update (The Sheep w/Shears Update):
|
Planned for next, next, next update (The Sheep w/Shears Update):
|
||||||
|
|
||||||
- allow for copying entire notes (not just first line)
|
- allow for copying entire notes (not just first line)
|
||||||
- allow for multi-client deletion... somehow
|
- allow for multi-client deletion... somehow
|
||||||
|
|||||||
Reference in New Issue
Block a user