Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

1.5.0 Release

Compare
Choose a tag to compare
@vmstan vmstan released this 28 May 18:48
· 490 commits to master since this release
e73b29a

Features

  • You can now easily deploy the task automation via crontab by running ./gravity-sync.sh automate which will simply ask how often you'd like to run the script per hour, and then create the entry for you.
  • If you've already configured an entry for this manually with a prior version, the script should detect this and ask that you manually remove it or edit it via crontab -e. I'm hesitant to delete existing entries here, as it could potentially remove something unrelated to Gravity Sync.

Fixes

  • Changes method for pulling development branch updates via the beta function.
  • Cleanup of various exit commands.