Skip to content

v2021.12.01.fr2

Compare
Choose a tag to compare
@rwinkhart rwinkhart released this 02 Dec 00:50
· 785 commits to main since this release

sshyp 2021.12.01.fr2

The Lighter Update

This release features a major re-write of old "rpass" code.
sshyp is now more reliable and better documented.

New features:

  • a full re-write of the old "rpass" code used in the last release
    ^ 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

Changes:

  • nested folders actually work now
  • multi-word entry and folder titles are fixed

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