From 7e56cf52c70dbb7a4c6e2c99fe36592fdf56b0a1 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 8 Feb 2023 18:36:19 +0100 Subject: [PATCH] prepare release v3.5.0 --- History.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/History.md b/History.md index 3c7fec2..6645247 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,21 @@ +# 3.5.0 / 2023-02-08 + + * New Features + * [shield] Add shield mode actor + * [stopexec] Add `stopexec` actor + * [template] Add `recentTitle` template function + + * Improvements + * [core] Rewrite bot token storage logic + * [editor] Add new `moderator:read:followers` scope and pin follow subscription version + * [editor] Notify frontend to reload data after token change + + * Bugfixes + * [editor] Ensure updating bot token does not drop scopes + * [editor] Fix Node package vulnerabilities + * [editor] Fix non-optional booleans causing rules to be non-saveable + * [editor] Fix: When `match_message` is cleared, remove it completely + # 3.4.0 / 2023-01-27 * New Features