mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-06 00:57:14 -04:00
Updated changelog
This commit is contained in:
+18
-12
@@ -1,6 +1,6 @@
|
|||||||
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
|
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
|
||||||
|
|
||||||
sshyp 2021.11.20.fr2
|
sshyp 2021.12.01.fr2
|
||||||
|
|
||||||
The Lighter Update
|
The Lighter Update
|
||||||
|
|
||||||
@@ -9,22 +9,28 @@ sshyp is now more reliable and better documented.
|
|||||||
|
|
||||||
New features:
|
New features:
|
||||||
|
|
||||||
- an almost full re-write of the old "rpass" code used in the last release
|
- a full re-write of the old "rpass" code used in the last release
|
||||||
^ includes more reliable argument parsing and various optimizations
|
^ includes more reliable argument parsing and various optimizations
|
||||||
|
- a full re-write of "sshync", many issues fixed
|
||||||
|
^fixed many instances where sshync would refuse to upload/download
|
||||||
|
^fixed errors that were being thrown despite sshync working as intended
|
||||||
- new folders are now also created on the server
|
- new folders are now also created on the server
|
||||||
** fix gen command using old notes system
|
|
||||||
** address TODO comments
|
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
|
|
||||||
- nested folders actually work now
|
- nested folders actually work now
|
||||||
** major sshync bugs fixed
|
- multi-word entry and folder titles are fixed
|
||||||
^fixed many instances where sshync would refuse to upload/download
|
|
||||||
^fixed errors that were being thrown despite sshync working as intended
|
|
||||||
** updated and optimized code for sshync
|
|
||||||
^f-strings, address TODO comments
|
|
||||||
|
|
||||||
Planned for next update (The Fluffier Update):
|
An fr2.1 patch is planned for this version. It will include the following:
|
||||||
|
|
||||||
|
- 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
|
||||||
|
- the argument parser will be moved to the global process (no need for it to be in a function)
|
||||||
|
- folders will be created natively in python
|
||||||
|
|
||||||
|
Planned for next major update (The Fluffier Update):
|
||||||
|
|
||||||
- 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
|
||||||
@@ -34,14 +40,14 @@ Planned for next update (The Fluffier Update):
|
|||||||
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
|
||||||
|
|
||||||
Planned for next, next update (The Shears Update Pt. 1):
|
Planned for next, next major update (The Shears Update Pt. 1):
|
||||||
|
|
||||||
- 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
|
||||||
- detatch sshync and make it a separate package
|
- detatch sshync and make it a separate package
|
||||||
- manpage
|
- manpage
|
||||||
|
|
||||||
Planned for next, next, next update (The Shears Update Pt. 2):
|
Planned for next, next, next major update (The Shears Update Pt. 2):
|
||||||
|
|
||||||
- ability to pass entries as arguments for more functions
|
- ability to pass entries as arguments for more functions
|
||||||
- auto-completion on tab (currently unsure of best way to make this work)
|
- auto-completion on tab (currently unsure of best way to make this work)
|
||||||
|
|||||||
Binary file not shown.
+18
-12
@@ -1,4 +1,4 @@
|
|||||||
sshyp 2021.11.20.fr2
|
sshyp 2021.12.01.fr2
|
||||||
|
|
||||||
The Lighter Update
|
The Lighter Update
|
||||||
|
|
||||||
@@ -7,22 +7,28 @@ sshyp is now more reliable and better documented.
|
|||||||
|
|
||||||
New features:
|
New features:
|
||||||
|
|
||||||
- an almost full re-write of the old "rpass" code used in the last release
|
- a full re-write of the old "rpass" code used in the last release
|
||||||
^ includes more reliable argument parsing and various optimizations
|
^ includes more reliable argument parsing and various optimizations
|
||||||
|
- a full re-write of "sshync", many issues fixed
|
||||||
|
^fixed many instances where sshync would refuse to upload/download
|
||||||
|
^fixed errors that were being thrown despite sshync working as intended
|
||||||
- new folders are now also created on the server
|
- new folders are now also created on the server
|
||||||
** fix gen command using old notes system
|
|
||||||
** address TODO comments
|
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
|
|
||||||
- nested folders actually work now
|
- nested folders actually work now
|
||||||
** major sshync bugs fixed
|
- multi-word entry and folder titles are fixed
|
||||||
^fixed many instances where sshync would refuse to upload/download
|
|
||||||
^fixed errors that were being thrown despite sshync working as intended
|
|
||||||
** updated and optimized code for sshync
|
|
||||||
^f-strings, address TODO comments
|
|
||||||
|
|
||||||
Planned for next update (The Fluffier Update):
|
An fr2.1 patch is planned for this version. It will include the following:
|
||||||
|
|
||||||
|
- 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
|
||||||
|
- the argument parser will be moved to the global process (no need for it to be in a function)
|
||||||
|
- folders will be created natively in python
|
||||||
|
|
||||||
|
Planned for next major update (The Fluffier Update):
|
||||||
|
|
||||||
- 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
|
||||||
@@ -32,14 +38,14 @@ Planned for next update (The Fluffier Update):
|
|||||||
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
|
||||||
|
|
||||||
Planned for next, next update (The Shears Update Pt. 1):
|
Planned for next, next major update (The Shears Update Pt. 1):
|
||||||
|
|
||||||
- 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
|
||||||
- detatch sshync and make it a separate package
|
- detatch sshync and make it a separate package
|
||||||
- manpage
|
- manpage
|
||||||
|
|
||||||
Planned for next, next, next update (The Shears Update Pt. 2):
|
Planned for next, next, next major update (The Shears Update Pt. 2):
|
||||||
|
|
||||||
- ability to pass entries as arguments for more functions
|
- ability to pass entries as arguments for more functions
|
||||||
- auto-completion on tab (currently unsure of best way to make this work)
|
- auto-completion on tab (currently unsure of best way to make this work)
|
||||||
|
|||||||
Reference in New Issue
Block a user