From c643e861d95792bc635aea9b6054639da2feec26 Mon Sep 17 00:00:00 2001 From: Cuan Date: Wed, 16 Feb 2022 01:39:35 -0500 Subject: [PATCH] Updated changelog for release fr4.3 --- extra/changelog-total | 43 +++++++++++++++++++++++++++++++++++++++ extra/manpage | 1 + share/doc/sshyp/changelog | 9 ++++---- 3 files changed, 48 insertions(+), 5 deletions(-) diff --git a/extra/changelog-total b/extra/changelog-total index ac010bc..d63a450 100755 --- a/extra/changelog-total +++ b/extra/changelog-total @@ -1,3 +1,46 @@ +sshyp 2022.02.16.fr4.3 + +The High-Tech Shears Update - Patch 3 + +This release addresses a bug with local entry deletion. + +Note: Upgrading to releases in the fr4 series requires the configuration ("sshyp tweak") to be re-done, as a device name now must be set (for multi-client deletion). + +Changes: + +- fixed an issue where entries could not be deleted locally + +&& + +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): + +** 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) +** 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.2 The High-Tech Shears Update - Patch 2 diff --git a/extra/manpage b/extra/manpage index 32ca63d..abd1ed9 100644 --- a/extra/manpage +++ b/extra/manpage @@ -78,6 +78,7 @@ The following limitations will be corrected in future updates: Currently, the entry list displays each entry with the file extension ".gpg" visible (which you do not type when reading, modifying, or creating an entry). This will be corrected when the new entry list is added. The following characters/character sequences are not supported in entry/folder titles: + @ ^&* .SH SETUP sshyp operates on a client-server model, and thus requires you to have access to your own server (whether it be a physical home server or a cloud rental) with remote access via SSH. diff --git a/share/doc/sshyp/changelog b/share/doc/sshyp/changelog index 94162f8..bafd45b 100644 --- a/share/doc/sshyp/changelog +++ b/share/doc/sshyp/changelog @@ -1,15 +1,14 @@ -sshyp 2022.02.16.fr4.2 +sshyp 2022.02.16.fr4.3 -The High-Tech Shears Update - Patch 2 +The High-Tech Shears Update - Patch 3 -This release re-addresses a bug with local folder deletion. +This release addresses a bug with local entry deletion. Note: Upgrading to releases in the fr4 series requires the configuration ("sshyp tweak") to be re-done, as a device name now must be set (for multi-client deletion). Changes: -- fixed an issue where folders could not be deleted locally (actually, this time) -- properly handled an exception for when the user forgets a following '/' when attempting to delete a folder +- fixed an issue where entries could not be deleted locally &&