From 7996a38c5c25c515252aece7f8b2ff31089b9ea5 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Fri, 16 Sep 2022 17:22:53 +0300 Subject: [PATCH] Update version --- Changelog.md | 8 +++++++- Directory.Build.props | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index d02a586e..ab3b815e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +### 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)) +- [HTML] Added support for rendering system notification messages, such as when a user joins a server or when a messages gets pinned. Previously, such messages were rendered as regular text messages, but now they look similar to how they're presented in the Discord client. (Thanks [@gan-of-culture](https://github.com/gan-of-culture)) +- [CLI] Improved the wording of the error message that's shown when exporting multiple channels and the provided output path is ambiguous. It now mentions that you can resolve the ambiguity by adding a slash at the end of the path. + ### v2.35.2 (08-Sep-2022) - Updated usage guide to mention the need to enable "Message Content Intent" to use a bot as a medium for exporting messages. @@ -434,4 +440,4 @@ Please note that CSV export is most likely not going to receive future updates a - Added support for user and role mentions. - Added support for channel mentions. - Fixed text in pre blocks not being wrapped correctly. -- Added workaround for non-default message types. +- Added workaround for non-default message types. \ No newline at end of file diff --git a/Directory.Build.props b/Directory.Build.props index a1eda02d..cbbf6269 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ net6.0 - 2.35.2 + 2.36 Tyrrrz Copyright (c) Oleksii Holub preview