diff --git a/Changelog.md b/Changelog.md index 870f1c1..7eb9734 100644 --- a/Changelog.md +++ b/Changelog.md @@ -30,6 +30,17 @@ This release was initially supposed to just be 3.3.3, but eventually became a to - Fix bug where is inserted literally - Fix `find` command invoke (Issue [#220](https://github.com/vmstan/gravity-sync/issues/220)) ([#223](https://github.com/vmstan/gravity-sync/pull/223)) +#### 3.4.6 + +- Add removal of `.push` and `.pull` files in backup folder during backup cleanup. +- Setting `BACKUP_REMAIN` value in configuration to `0` will now purge all `.backup` files. +- Running manual backup will no longer purge old backup files. +- Undo hiding of revalidation steps, as it was working inconsistently. +- Default backup timeout increased from `60` to `240` seconds. +- Add Gravity Sync folder location and backup directory size to `./gravity-sync.sh info` output. +- Added `BACKUP_INTEGRITY_WAIT` variable to control pause (default 5 seconds) before integrity checks are run on new backup files. +- Various cleanup of some long standing bugs. Sorry for the delay. + ## 3.3 - The Podman Release For this release, "beta" support for [Podman](https://podman.io) based container deployments has been added. (Thanks to work by [@mfschumann](https://github.com/vmstan/gravity-sync/pull/138)) This is marked as beta because at the moment, Gravity Sync may not be regularly tested with this container engine and so regular support may be limited. Use of the official Pi-hole container image is still required.