From b08456e873633690b81f7199c763e98fe8c35415 Mon Sep 17 00:00:00 2001 From: Cuan Date: Wed, 16 Feb 2022 16:24:11 -0500 Subject: [PATCH] Updated documentation for release fr4.7 --- extra/changelog-total | 44 +++++++++++++++++++++++++++++++++++++++ extra/manpage | 2 +- share/doc/sshyp/changelog | 13 ++++++------ 3 files changed, 52 insertions(+), 7 deletions(-) diff --git a/extra/changelog-total b/extra/changelog-total index bce3028..81c1ba2 100755 --- a/extra/changelog-total +++ b/extra/changelog-total @@ -1,3 +1,47 @@ +sshyp 2022.02.16.fr4.7 + +The High-Tech Shears Update - Patch 7 + +This release enables recursive folder syncing. + +Note: Upgrading from releases older than fr4.7 requires the configuration ("sshyp tweak") to be re-done, as the configuration process has changed. + +Changes: + +- re-wrote folder checking function to fetch subdirectories recursively +- added in user-facing messages for when folders are being synced or entries are being removed +- fixed a typo preventing folder syncing from working (actually tested this time) + +&& + +Planned for next major update (fr5, The sshyp Doing a Split Update): + +sshyp: +** sshyp has recieved a major visual overhaul + ^ this includes the new file list and thematic text art + +sshync: +** sshync has been split into a separate package and now has standalone functionality as a backup/syncing utility + ^ more details will be available in the sshync repo, once it is created + +&& + +Planned for next, next major update (fr6, The Farmer Shearing the sshyp Update): + +** imporove password generator to guarantee more secure results +** enforce permissions on the server-side +** allow for copying entire notes (not just first line) +** ability to pass entries as arguments for more functions + +&& + +Backlog: + +** create separate gui frontend targetting mobile and desktop Linux +** auto-completion on tab (currently unsure of best way to make this work) + +<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> + sshyp 2022.02.16.fr4.6 The High-Tech Shears Update - Patch 6 diff --git a/extra/manpage b/extra/manpage index a02b3bd..e60b335 100644 --- a/extra/manpage +++ b/extra/manpage @@ -1,4 +1,4 @@ -.TH sshyp 1 "16 February 2022" "2022.02.16.fr4.5" "sshyp man page" +.TH sshyp 1 "16 February 2022" "2022.02.16.fr4.7" "sshyp man page" .SH NAME sshyp \- A very simple self-hosted, synchronized password manager. Alternative to GNU pass. .SH SYNOPSIS diff --git a/share/doc/sshyp/changelog b/share/doc/sshyp/changelog index 55c3e98..95e2b0a 100644 --- a/share/doc/sshyp/changelog +++ b/share/doc/sshyp/changelog @@ -1,14 +1,16 @@ -sshyp 2022.02.16.fr4.6 +sshyp 2022.02.16.fr4.7 -The High-Tech Shears Update - Patch 6 +The High-Tech Shears Update - Patch 7 -This release addresses a critical typo. +This release enables recursive folder syncing. -Note: Upgrading from releases older than fr4.6 requires the configuration ("sshyp tweak") to be re-done, as the configuration process has changed. +Note: Upgrading from releases older than fr4.7 requires the configuration ("sshyp tweak") to be re-done, as the configuration process has changed. Changes: -- corrected a typo error causing folder syncing issues +- re-wrote folder checking function to fetch subdirectories recursively +- added in user-facing messages for when folders are being synced or entries are being removed +- fixed a typo preventing folder syncing from working (actually tested this time) && @@ -26,7 +28,6 @@ sshync: Planned for next, next major update (fr6, The Farmer Shearing the sshyp Update): -** when syncing, a check is made to see if any folders are not on all devices - if the check comes back true, it is corrected (in sshyp) ** imporove password generator to guarantee more secure results ** enforce permissions on the server-side ** allow for copying entire notes (not just first line)