From 4dd903288c8ef8a0cb0eed93fe218ee8e349b4a0 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Tue, 2 Apr 2024 16:17:41 +0200 Subject: [PATCH] prepare release v3.28.1 --- History.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/History.md b/History.md index 88b5480..add59d3 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,22 @@ +# 3.28.1 / 2024-04-02 + + * New Features + * [spotify] Add `spotifyLink` template function + * [templating] add `humanDateDiff` and `formatHumanDateDiff` functions + + * Improvements + * [eventsub] Suppress error on abnormal closure and reconnect + * [overlays] Lower socket abnormal closure log-level to warning + + * Bugfixes + * [core] Update dependencies + * [docs] Fix: Add missing documentation for `adbreak_begin` + * [eventsub] Fix: Do not retry subscription on collision + * [eventsub] Fix: Twitch renamed field in `adbreak_begin` + +> [!NOTE] +> Re-release of v3.28.0 as of broken tests in that release, no functional changes. + # 3.28.0 / 2024-04-02 * New Features