diff --git a/Changelog.md b/Changelog.md index 3b78d5c3..c86012d2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ # Changelog +## v2.39.1 (10-Mar-2023) + +- Fixed an issue where messages containing mentions of users that left the server (but haven't deleted their account) were incorrectly rendered as `@Unknown`. +- Fixed an issue where messages containing video links were not rendered correctly in the HTML export. Now, they are rendered using a video player and the referenced assets are pulled if the "download assets" option is enabled. + ## v2.39 (25-Feb-2023) - Added an option to specify the directory path for downloaded assets. This can be used, in combination with the "reuse assets" option, to have a shared asset directory for multiple exports. In GUI, this option can be found in the advanced setion of the export dialog. In CLI, it's available as `--media-dir `. (Thanks [@96-LB](https://github.com/96-LB)) diff --git a/Directory.Build.props b/Directory.Build.props index 61056159..85482b06 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ net7.0 - 2.39 + 2.39.1 Tyrrrz Copyright (c) Oleksii Holub preview