From 4186e1645137d68d7a26cc75fedfb22214de994c Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 21 Sep 2023 19:19:21 +0200 Subject: [PATCH] prepare release v3.18.0 --- History.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/History.md b/History.md index 3abb8e4..6469d1a 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,27 @@ +# 3.18.0 / 2023-09-21 + + * New Features + * [core] Add channel specific module configuration interface + * [templating] Add `idForUsername` function + * [templating] Add `usernameForID` function + + * Improvements + * [core] Add `user:manage:whispers` extended scope + * [core] Update go-irc to v4.0.0 + + * Bugfixes + * [ci] Update dependencies + * [raffle] Insert newly created raffles with `NULL` reminder time + + * Documentation + * [docs] Add raffle documentation + * [docs] Add raffle module as feature to start page + * [docs] Fix broken preparations image + + * Deprecations + * [core] Mark twitch-token flag / envvar deprecated + * [core] Remove v2 migration + # 3.17.0 / 2023-08-25 * New Features