diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a813c6..7a505a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,9 @@ The `./gravity-sync.sh update` and `version` functions will look for the `dbclie #### 2.1.5 Skipping a few digits because what does it really matter? +- Implements a new beta branch, and with it a new `./gravity-sync.sh beta` function to enable it. This will hopefully allow new features and such to be added for test users who can adopt them and provide feedback before rolling out to the main update branch. +- Uses new SQLITE3 backup methodology introduced in 2.1, for all push/pull sync operations. + ## 2.0 ### The Smart Release diff --git a/gravity-sync.sh b/gravity-sync.sh index 04d6ad9..b4e3737 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -1985,6 +1985,7 @@ case $# in beta) task_betamode + ;; devmode) task_devmode