aboutsummaryrefslogtreecommitdiff
path: root/VERSION
AgeCommit message (Collapse)Author
16 hoursRelease 2.2.1 - add reapr to install files -_-mainSteph Enders
I forgot to add the reapr installs to the makefile
16 hoursRelease version 2.2.0 - adding reapr functionSteph Enders
Added reapr util and general cleanup logic to remove clutter
2025-12-14Restrit the queue grep to just plaintextSteph Enders
Hit a bug where a filename had what was considered valid regex and I don't know the best way right now to represent it as I would want while still regex. So simplified
2025-12-14Add dry-run flag for testingSteph Enders
Should help debug potential things
2025-12-14Use KEY_FILE in rsync backend in ssync-fetchSteph Enders
2025-12-14Fix == for sh compatSteph Enders
I get why but like :/ come on
2025-12-14Update ssync-queue to remove bash specific substititionsSteph Enders
Add missing config option in ssync.5 Release 2.1.1
2025-12-13Initial work on making scripts work in non-bash envsSteph Enders
Replace function defs with dash legal function syntax: function fn { } -> fn() { }
2025-12-13Create install process via makeSteph Enders
Running `sudo make install` will install to /usr/local installing all of the scripts as well as the documentation, setting the release version for everything as well