Skip to content

Commit

Permalink
Updated changelog for release fr3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwinkhart committed Jan 16, 2022
1 parent bdea492 commit 1d9000a
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 10 deletions.
51 changes: 51 additions & 0 deletions extra/changelog-total
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>

sshyp 2022.01.16.fr3.1

The Boxing Update

This release is a hotfix for 2022.01.13.fr3. It fixes sshync/syncing support after the changes in the last release.

Changes:

- sshync has been updated to work with the new config directory
- sshync now uses its own directory to store the database file
^ this is preperation for separating sshync into its own package
- expanduser lines in sshyp have been simplified (no user-facing impact)

Additions planned for minor releases:

** updated the manpage with more information regarding how sshyp works and how to set it up
** ensured that it is now impossible for ghosts of entires to remain in /dev/shm
** reduced total lines of code with small optimizations

&&

Planned for next major update (fr4, 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 (fr5, The Farmer Shearing the sshyp Update):

** allow for multi-client deletion... somehow (in sshync)
** 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.01.13.fr3

The Boxing Update
Expand Down
16 changes: 6 additions & 10 deletions share/doc/sshyp/changelog
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
sshyp 2022.01.13.fr3
sshyp 2022.01.16.fr3.1

The Boxing Update

This release adapts sshyp to be compatible with Termux and allows for packaging for various distributions in addition to Arch Linux.

Features:

- the copy function now has support for termux-clipboard-set from termux-api
^ this allows clipboard functionality to work on Termux
This release is a hotfix for 2022.01.13.fr3. It fixes sshync/syncing support after the changes in the last release.

Changes:

- sshyp no longer writes to/reads from /var
^ configuration files are now stored under the user's home directory in ~/.config/sshyp
^ this change allows for compatibility with less standard environments, such as Termux on Android
- sshync has been updated to work with the new config directory
- sshync now uses its own directory to store the database file
^ this is preperation for separating sshync into its own package
- expanduser lines in sshyp have been simplified (no user-facing impact)

Additions planned for minor releases:

Expand Down

0 comments on commit 1d9000a

Please sign in to comment.