From 03d5ff781b9af82c78375f48ff82bc2183337faf Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 12 Dec 2024 12:03:25 +0100 Subject: [PATCH] prepare release v0.13.0 --- History.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 199cb32..0924cb5 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,15 @@ +# 0.13.0 / 2024-12-12 + + * [liveposting] Make embed title and therefore whole embed optional + * [streamSchedule] Add capability for content templating in stream schedule + * Fix: Only access slice if it has content + * Fix: Expose `formatTime` formatter instead for timezon support + * Fix: Allow locale time in templating + * Fix: Compare content for updates + * Fix: Do not try to compare non existing embed + * Fix: Remove `embed_title` as required attribute + * Update Go dependencies + # 0.12.3 / 2022-03-04 * Fix: Trim spaces in title as Discord does @@ -94,4 +106,4 @@ # 0.1.0 / 2021-07-31 - * Initial release \ No newline at end of file + * Initial release