From dab6599a4845981f77d9f15e623a0cc744e3c869 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Wed, 12 Sep 2018 12:54:57 +0100 Subject: [PATCH] Add a CHANGELOG --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..551a39a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Deluge Autoshutdown Changelog + +## [Unreleased] +### Added +- A 'once' option to disable further actions after action completed. + +### Fixed +- Unhandled error with new config. + +## [1.4.0] - 2015-11-28 +### Fixed +- A dbus issue with login1 on Linux systems. + +## [1.3.0] - 2015-09-15 +### Added +- A 'Do Nothing' option so you can keep the plugin enabled. +- Support for systemd.logind. + +### Fixed +- Disabling plugin would still shutdown. + +## [1.2.0] - 2014-12-03 +### Fixed +- Windows import error. +