From fead22e1b070d8050351e0e7e17334169867ab00 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Sat, 4 Sep 2021 17:20:29 -0500 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index 78c0113..870f1c1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -23,6 +23,13 @@ This release was initially supposed to just be 3.3.3, but eventually became a to - 3.4.3? Where we’re going we don’t need 3.4.3. - Adds backup deletion step after a failed SQLITE3 integrity check, to prevent backup folders from filling up bad data on the secondary Pi-hole. +#### 3.4.5 + +- Add the addition of an Environment Path variable in Crontab ([#212](https://github.com/vmstan/gravity-sync/pull/212)) +- Add detection of missing path components and addition of path to crontab +- 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.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.