From 9cfcdaaf25d1fe799ec87c17b4349e43b3e68fc6 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 24 Dec 2021 18:28:46 +0100 Subject: [PATCH] prepare release v2.1.0 --- History.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/History.md b/History.md index 6854500..ac93848 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,14 @@ +# 2.1.0 / 2021-12-24 + + * [automessage] Add disable switch + * [ban] Add HTTP API route for banning users + * [core] Add status / health check API + * [core] Fix: send-message function passed to plugin was nil + * [core] Fix: Strip newlines from message templates + * [core] log bits from chat message + * [editor] Fix: Removing cooldown resulted in save error + * [editor] Rework to use esbuild / Vue component files (#12) + # 2.0.0 / 2021-12-03 * [ban] Enable templating for ban reason