From 921f348769d9214c6e00ab09dc02bd29069322ef Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Mon, 14 Sep 2020 15:37:36 +0300 Subject: [PATCH] Update version --- Changelog.md | 6 ++++++ DiscordChatExporter.props | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index ca53c340..a7a39a6e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +### v2.23 (14-Sep-2020) + +- [CLI] Added a command to export all channels across all servers. Use `exportall` to do it. (Thanks [@wyattscarpenter](https://github.com/wyattscarpenter)) +- [HTML] Fixed an issue where Whitney fonts were not being loaded properly, causing the browser to fall back to Helvetica. +- Fixed an issue where self-contained export crashed occasionally. This usually happened when the server hosting the file did not serve the stream properly. Such files are now ignored after the first failed attempt. + ### v2.22 (12-Aug-2020) - [GUI] Improved the channel list by adding collapsible category groups. (Thanks [@CarJem Generations](https://github.com/CarJem)) diff --git a/DiscordChatExporter.props b/DiscordChatExporter.props index d97adc6d..f08d794e 100644 --- a/DiscordChatExporter.props +++ b/DiscordChatExporter.props @@ -2,7 +2,7 @@ netcoreapp3.1 - 2.22 + 2.23 Tyrrrz Copyright (c) Alexey Golub latest