From f3a769e03e4998e178a5795fc5cb788743f8526a Mon Sep 17 00:00:00 2001 From: th33xitus Date: Sun, 29 May 2022 22:02:03 +0200 Subject: [PATCH] README.md: reworded a feature description Signed-off-by: Dominik Willner th33xitus@gmail.com --- docs/changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 3187345..50d7ce0 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -9,7 +9,8 @@ KIAUH has now reached major version 4 ! * feat: Custom instance name for multi instance installations of Klipper * Any other multi instance will share the same name given to the corresponding Klipper instance * E.g. klipper-voron2 -> moonraker-voron2 -> moonraker-telegram-bot-voron2 -* feat: Option to only allow the installation of stable Mainsail and Fluidd versions +* feat: Option to allow installation of / updating to unstable Mainsail and Fluidd versions + * by default only stable versions get installed/updated * feat: Multi-Instance OctoPrint installations now each have their own virtual python environment * allows independent installation of plugins for each instance * feat: Implementing the use of shellcheck during development