From 4ddef52fb2575be8ee77f922d564eb7fe582cadc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Wed, 22 Jul 2015 11:03:34 +0200 Subject: [PATCH] Changelog entry for server command settings --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b1aea85..2c2f80c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,11 @@ * Allow hiding plugins from Plugin Manager via ``config.yaml``. * Cura Plugin: "Test" button to check if path to cura engine is valid. * Cura Plugin: Now also supports 15.06 version of CuraEngine. +* New central configuration option for commands to restart OctoPrint and to + restart and shut down the system OctoPrint is running on. This allows plugins + (like the Software Update Plugin or the Plugin Manager) and core functionality + to perform these common administrative tasks without the user needing to define + everything redundantly. ### Bug Fixes