This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
Releases: vmstan/gravity-sync
Releases · vmstan/gravity-sync
1.7.0 Release
Features
- Gravity Sync will now manage the
custom.list
file that contains the "Local DNS Records" function within the Pi-hole interface. If you do not want this feature enabled it can be bypassed by adding aSKIP_CUSTOM='1'
to your .conf file. Sync will be trigged during a pull operation if there are changes to either file.
Known Issues
- No new Star Trek references.
1.6.0 Release
Features
- New
./gravity-sync restore
function will bring a previous version of the gravity.db back from the dead. - Changes way that GS prompts for data input and how confirmation prompts are handled.
- Adds ability to override verification of push, restore or config reset, see .example file for details.
- Five new Star Trek references.
Fixes
- New functions add consistency in status output.
1.5.0 Release
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.
1.4.3 Release
- Bug fixes around not properly utilizing custom SSH keyfile
1.4.2 Release
- Will prompt to create new
gravity-sync.conf
file when run without an existing configuration.
1.4.1 Release
- Adds variables for custom log locations to
gravity-sync.conf
(see .example file for listing)
1.4.0 Release
- (Feature) Adds new
./gravity-sync config
feature to simplify deployment! - Adds variables for SSH settings
- Rearranges functions, which impacts nothing
- All new and exciting code comments
- No new Star Trek references
🖖
1.3.4 Release
- Backup of local database before initiating remote pull
- Validates file ownership and permissions before attempting to rewrite
- Added two Star Trek references
1.3.3 Release
- Corrected Pihole bin path issue that cause automated sync not to reload services
1.3.2 Release
- MUCH cleaner output, same great features