From da6d903f364612e2d3db05791efb6aa94fffc135 Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Thu, 30 Jul 2020 16:03:27 +0300 Subject: [PATCH] Update version --- Changelog.md | 9 +++++++++ DiscordChatExporter.props | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index ec2ac8c..4da8c8d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,12 @@ +### v2.21.2 (30-Jul-2020) + +- [GUI] When copy-pasting token, any surrounding spaces are now discarded, in addition to double quotes. +- [HTML] Changed underlying templating engine to provide higher performance and better error messages. New templating engine adds a small cold start, but any export after the first should be faster. +- Changed naming schema for downloaded media so that it follows ` (nn)` format rather than `-salt`. +- [HTML] Fixed an issue where downloaded media was sometimes inaccessible due to reserved characters appearing in the URL. +- Fixed an issue where the application crashed when trying to download media with a file name that exceeds system's maximum allowed length. +- Fixed an issue where the application crashed when trying to download media with illegal characters in the file name. + ### v2.21.1 (19-Jul-2020) - Fixed an issue where the export crashed if an embedded image has been deleted. Such media files are now ignored. diff --git a/DiscordChatExporter.props b/DiscordChatExporter.props index b1ba65e..411d4b2 100644 --- a/DiscordChatExporter.props +++ b/DiscordChatExporter.props @@ -2,7 +2,7 @@ netcoreapp3.1 - 2.21.1 + 2.21.2 Tyrrrz Copyright (c) Alexey Golub latest