From b518fb2f59760b2f3e1f8747b8b3ac936141daef Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Sat, 3 Nov 2018 23:51:19 +0200 Subject: [PATCH] Update version --- Changelog.md | 9 +++++++++ DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj | 2 +- DiscordChatExporter.Core/DiscordChatExporter.Core.csproj | 2 +- DiscordChatExporter.Gui/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 834e839..40fd28e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,12 @@ +### v2.8 (03-Nov-2018) + +- Added support for partitioning which lets you split the output into multiple files by setting the partition message limit (`-p` parameter for CLI). +- Exported file will no longer open automatically on completion. +- Reduced amount of memory used during exporting. +- Disabled message grouping in PlainText export. +- Improved encoding of newlines in CSV export. +- Improved error messages in the GUI app during crashes. + ### v2.7 (14-Sep-2018) - Updated instructions on how to obtain the user token. diff --git a/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj b/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj index 73a4f9c..3dcbc66 100644 --- a/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj +++ b/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj @@ -3,7 +3,7 @@ Exe net461 - 2.7 + 2.8 Tyrrrz Copyright (c) 2017-2018 Alexey Golub ..\favicon.ico diff --git a/DiscordChatExporter.Core/DiscordChatExporter.Core.csproj b/DiscordChatExporter.Core/DiscordChatExporter.Core.csproj index a0a3645..0e56698 100644 --- a/DiscordChatExporter.Core/DiscordChatExporter.Core.csproj +++ b/DiscordChatExporter.Core/DiscordChatExporter.Core.csproj @@ -2,7 +2,7 @@ net461 - 2.7 + 2.8 diff --git a/DiscordChatExporter.Gui/Properties/AssemblyInfo.cs b/DiscordChatExporter.Gui/Properties/AssemblyInfo.cs index 76cee2a..e430e21 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) 2017-2018 Alexey Golub")] -[assembly: AssemblyVersion("2.7")] -[assembly: AssemblyFileVersion("2.7")] \ No newline at end of file +[assembly: AssemblyVersion("2.8")] +[assembly: AssemblyFileVersion("2.8")] \ No newline at end of file