diff --git a/Changelog.md b/Changelog.md index c904f46..85958d1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +### v2.10.2 (10-Mar-2019) + +- [HTML] Updated message grouping algorithm to make it the same as in Discord. Removed "message group limit" setting and parameter. +- [HTML] Added small margin at the end of the chatlog so it doesn't look like it was truncated. +- [CLI] Fixed an issue where the app would crash if stdout was redirected. Progress will not be reported in such cases. + ### v2.10.1 (06-Mar-2019) - [HTML] Fixed an issue where multiple emojis on a single line would get rendered as one emoji. diff --git a/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj b/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj index d53c2b8..2be205b 100644 --- a/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj +++ b/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj @@ -3,7 +3,7 @@ Exe net461 - 2.10.1 + 2.10.2 Tyrrrz Copyright (c) Alexey Golub ..\favicon.ico diff --git a/DiscordChatExporter.Gui/Properties/AssemblyInfo.cs b/DiscordChatExporter.Gui/Properties/AssemblyInfo.cs index a8dc2c1..3b8a7dc 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.10.1")] -[assembly: AssemblyFileVersion("2.10.1")] \ No newline at end of file +[assembly: AssemblyVersion("2.10.2")] +[assembly: AssemblyFileVersion("2.10.2")] \ No newline at end of file