From 649c405d49171201f96cda62d9c83beeee79f0e8 Mon Sep 17 00:00:00 2001 From: Cuan Date: Wed, 1 Dec 2021 21:34:07 -0500 Subject: [PATCH] Updated changelog --- extra/changelog-total | 46 +++++++++++++++++++++++++++++++++++++++ share/doc/sshyp/changelog | 14 ++++-------- 2 files changed, 50 insertions(+), 10 deletions(-) diff --git a/extra/changelog-total b/extra/changelog-total index 403a34f..7697776 100755 --- a/extra/changelog-total +++ b/extra/changelog-total @@ -1,5 +1,51 @@ <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +sshyp 2021.12.01.fr2.2 + +The Lighter Update - Patch 2 + +This release is a hotfix for 2021.12.01.fr2.1. + +Changes: + +- a major fix for "/var/lib/sshync_database" needing to already exist server-side +- a major fix for syncing functionality +- fixes for any new bugs that may be discovered in the new sshyp and sshync code +- the gen command in sshyp will be updated to use the newer notetaking system +- printing functions in sshyp will be combined into one function (arguments will determine section to print) +- file not found exceptions will be re-implemented +- when syncing, a check will be made to see if any folders are not on all devices and this will be corrected + +Planned for next major update (The Fluffier 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. +- imporove password generator to guarantee more secure results + +Planned for next, next major update (The Shears Update Pt. 1): + +- enforce permissions on the server-side +- allow for copying entire notes (not just first line) +- allow for multi-client deletion... somehow +- detatch sshync and make it a separate package +- manpage + +Planned for next, next, next major update (The Shears Update Pt. 2): + +- ability to pass entries as arguments for more functions +- auto-completion on tab (currently unsure of best way to make this work) + +Backlog: + +- package for more Linux distributions, such as Debian and Fedora +- create separate gui frontend targetting mobile and desktop Linux + +<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> + sshyp 2021.12.01.fr2.1 The Lighter Update - Patch 1 diff --git a/share/doc/sshyp/changelog b/share/doc/sshyp/changelog index fbb174a..e995cdb 100644 --- a/share/doc/sshyp/changelog +++ b/share/doc/sshyp/changelog @@ -1,19 +1,13 @@ -sshyp 2021.12.01.fr2.1 +sshyp 2021.12.01.fr2.2 -The Lighter Update - Patch 1 +The Lighter Update - Patch 2 -This release is a hotfix for 2021.12.01.fr2. +This release is a hotfix for 2021.12.01.fr2.1. Changes: -- fixed a bug where "sshyp tweak" would not function on new installations -- moved the argument parser to the global process -- running "sshyp version" or "sshyp -v" no longer triggers syncing -- folders are now created natively with Python, rather than through system commands - -An fr2.2 patch is planned for this version. It will include the following: - - a major fix for "/var/lib/sshync_database" needing to already exist server-side +- a major fix for syncing functionality - fixes for any new bugs that may be discovered in the new sshyp and sshync code - the gen command in sshyp will be updated to use the newer notetaking system - printing functions in sshyp will be combined into one function (arguments will determine section to print)