mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-03 23:57:17 -04:00
Updated changelogs for release
This commit is contained in:
@@ -1,5 +1,56 @@
|
|||||||
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
|
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
|
||||||
|
|
||||||
|
sshyp 2022.01.10.fr2.3
|
||||||
|
|
||||||
|
The Lighter Update - Patch 3
|
||||||
|
|
||||||
|
This release is a hotfix for 2021.12.01.fr2.2. It features critical security fixes and quality-of-life improvements.
|
||||||
|
|
||||||
|
New features:
|
||||||
|
|
||||||
|
- a man page has been added
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
|
||||||
|
- folders in /dev/shm are no longer created before input from the user (fixes critical security flaws)
|
||||||
|
- fixed syncing of files (specifically downloading) with special characters, such as '('
|
||||||
|
- fixed program still continuing after trying to edit an entry that doesn't exist
|
||||||
|
- the gen command has been updated to use the newer notetaking system
|
||||||
|
- printing functions in sshyp have been combined into one function (arguments determine section to print, fewer lines of code)
|
||||||
|
- file not found exceptions have been re-implemented
|
||||||
|
- .lower() is now used to remove casing when checking inputs
|
||||||
|
- removed an old reference to "rsync" in the configuration dialog
|
||||||
|
|
||||||
|
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
|
||||||
|
- 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)
|
||||||
|
|
||||||
|
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 (in sshync)
|
||||||
|
- detatch sshync and make it a separate package
|
||||||
|
|
||||||
|
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.2
|
sshyp 2021.12.01.fr2.2
|
||||||
|
|
||||||
The Lighter Update - Patch 2
|
The Lighter Update - Patch 2
|
||||||
|
|||||||
@@ -10,14 +10,13 @@ New features:
|
|||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
|
|
||||||
- the gen command has been updated to use the newer notetaking system
|
- folders in /dev/shm are no longer created before input from the user (fixes critical security flaws)
|
||||||
- printing functions in sshyp have been combined into one function (arguments determine section to print)
|
|
||||||
- file not found exceptions have been re-implemented
|
|
||||||
** 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)
|
|
||||||
- folders in /dev/shm are no longer created before input from the user
|
|
||||||
- .lower() is now used to remove casing when checking inputs
|
|
||||||
- fixed syncing of files (specifically downloading) with special characters, such as '('
|
- fixed syncing of files (specifically downloading) with special characters, such as '('
|
||||||
- fixed program still continuing after trying to edit an entry that doesn't exist
|
- fixed program still continuing after trying to edit an entry that doesn't exist
|
||||||
|
- the gen command has been updated to use the newer notetaking system
|
||||||
|
- printing functions in sshyp have been combined into one function (arguments determine section to print, fewer lines of code)
|
||||||
|
- file not found exceptions have been re-implemented
|
||||||
|
- .lower() is now used to remove casing when checking inputs
|
||||||
- removed an old reference to "rsync" in the configuration dialog
|
- removed an old reference to "rsync" in the configuration dialog
|
||||||
|
|
||||||
Planned for next major update (The Fluffier Update):
|
Planned for next major update (The Fluffier Update):
|
||||||
@@ -29,6 +28,7 @@ Planned for next major update (The Fluffier 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.
|
||||||
- imporove password generator to guarantee more secure results
|
- imporove password generator to guarantee more secure results
|
||||||
|
- 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)
|
||||||
|
|
||||||
Planned for next, next major update (The Shears Update Pt. 1):
|
Planned for next, next major update (The Shears Update Pt. 1):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user