From 0ced31ca4a4739762d1bd76afba2486476109cf9 Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Wed, 15 May 2019 01:04:21 +0300 Subject: [PATCH] Update version --- Changelog.md | 7 +++++++ DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj | 2 +- DiscordChatExporter.Gui/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 12fcd64..15adfad 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +### v2.13 (15-May-2019) + +- Updated usage instructions. +- [HTML] Added BOT tags to messages posted by bots. +- [GUI] UI will now be disabled when exporting. +- [GUI] Notification informing that the export has completed will now appear after all exports have completed, instead of each of them separately. + ### v2.12.1 (12-Apr-2019) - [GUI] Fixed an issue where the app crashed when trying to export multiple channels. diff --git a/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj b/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj index 96d1b86..925dfe6 100644 --- a/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj +++ b/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj @@ -3,7 +3,7 @@ Exe net46;netcoreapp2.1 - 2.12.1 + 2.13 Tyrrrz Copyright (c) Alexey Golub ..\favicon.ico diff --git a/DiscordChatExporter.Gui/Properties/AssemblyInfo.cs b/DiscordChatExporter.Gui/Properties/AssemblyInfo.cs index 41c63b0..bb3b98d 100644 --- a/DiscordChatExporter.Gui/Properties/AssemblyInfo.cs +++ b/DiscordChatExporter.Gui/Properties/AssemblyInfo.cs @@ -3,5 +3,5 @@ [assembly: AssemblyTitle("DiscordChatExporter")] [assembly: AssemblyCompany("Tyrrrz")] [assembly: AssemblyCopyright("Copyright (c) Alexey Golub")] -[assembly: AssemblyVersion("2.12.1")] -[assembly: AssemblyFileVersion("2.12.1")] \ No newline at end of file +[assembly: AssemblyVersion("2.13")] +[assembly: AssemblyFileVersion("2.13")] \ No newline at end of file