From 1495ed9b901fa820cbda9e6604f77114be349f52 Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Wed, 12 Aug 2020 19:21:24 +0300 Subject: [PATCH] Update version --- Changelog.md | 7 +++++++ DiscordChatExporter.props | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 4da8c8dfa..ca53c340e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +### v2.22 (12-Aug-2020) + +- [GUI] Improved the channel list by adding collapsible category groups. (Thanks [@CarJem Generations](https://github.com/CarJem)) +- [GUI] Improved exporting options by adding a set of controls that can be used to limit the date range of the export down to minutes. Previously it was only possible to configure the date range without the time component. (Thanks [@CarJem Generations](https://github.com/CarJem)) +- [HTML] Fixed an issue where the export didn't reflect changes in nicknames between messages sent by bots. This affected chat logs that contained interactions with the Tupperbox bot. (Thanks [@CarJem Generations](https://github.com/CarJem)) +- [CLI] Fixed an issue where the application crashed if there were two environment variables defined that had the same name but in different case. + ### v2.21.2 (30-Jul-2020) - [GUI] When copy-pasting token, any surrounding spaces are now discarded, in addition to double quotes. diff --git a/DiscordChatExporter.props b/DiscordChatExporter.props index 411d4b232..d97adc6d3 100644 --- a/DiscordChatExporter.props +++ b/DiscordChatExporter.props @@ -2,7 +2,7 @@ netcoreapp3.1 - 2.21.2 + 2.22 Tyrrrz Copyright (c) Alexey Golub latest