From 84e656ccfcdccfd46de7746576d0473200b65d97 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Sat, 24 Sep 2022 20:40:51 +0300 Subject: [PATCH] Update version --- Changelog.md | 7 +++++++ Directory.Build.props | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index ab3b815..cf8109b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +### v2.36.1 (24-Sep-2022) + +- Added a check which will trigger an error if the provided bot account does not have the message content intent enabled. Note, however, that this check is based on heuristics which may result in false negatives. +- Fixed an issue where certain transient HTTP errors were not retried. +- Fixed an issue which caused the export process to fail with the `IndexOutOfRangeException` exception on certain automated messages. +- Fixed an issue which caused the export process to fail on unrecognized embed types. + ### v2.36 (16-Sep-2022) - [HTML] Added support for rendering GIFV embeds. They will now render as videos that automatically play when you hover your mouse over them. (Thanks [@gan-of-culture](https://github.com/gan-of-culture)) diff --git a/Directory.Build.props b/Directory.Build.props index cbbf626..671a45c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ net6.0 - 2.36 + 2.36.1 Tyrrrz Copyright (c) Oleksii Holub preview