From d918c122e21cfe59b1c65ae27b8c9966d8f60c1f Mon Sep 17 00:00:00 2001 From: Charlton Stanley Date: Wed, 15 Jun 2022 22:26:26 -0500 Subject: [PATCH] Added `CHANGELOG.md` to the root of the project --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4ddb876 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). + +## [1.0.1] + +### Added + +- Support for desktop notifications. Desktop notifications can now be enabled for when systemd reports that the backup service failed. + +### Changed + +- Renamed variable `systemd_timer_schedule` to `systemd_restic_timer_schedule`. + +## [1.0.0] + +### Added + +- Initial release