From 1a76b7596853f5067f0f892f09fa4da072d0f837 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 28 Oct 2023 12:58:27 +0200 Subject: [PATCH] prepare release v3.19.0 --- History.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/History.md b/History.md index 7d8c89f..09c12c0 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,19 @@ +# 3.19.0 / 2023-10-28 + +> [!IMPORTANT] +> This release fixes a long-standing bug in `botHasBadge` introduced in `v1.1.0` causing the function to yield a broken result. Update is therefore strongly advised! + + * New Features + * [templating] Add function `chatterHasBadge` + * [templating] Add `counterRank` and `counterTopList` functions + * [core] Add support for **beta** Ad-Break event + + * Improvements + * [core] Expose method to retrieve AppAccessToken + + * Bugfixes + * Update dependencies + # 3.18.2 / 2023-10-08 * Bugfixes