From 1f6d1f21e6684ce09f6d07606ae0859d0eceda89 Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Wed, 6 Mar 2019 23:00:56 +0200 Subject: [PATCH] Update version --- Changelog.md | 6 ++++++ DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj | 2 +- DiscordChatExporter.Gui/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 0687f30..c904f46 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +### v2.10.1 (06-Mar-2019) + +- [HTML] Fixed an issue where multiple emojis on a single line would get rendered as one emoji. +- [HTML] Fixed an issue where an open square bracket character would incorrectly render as an emoji. +- [HTML] Added alt text to emoji images so that they will be rendered using default font when Twemoji images are not available. + ### v2.10 (03-Mar-2019) - [HTML] Reworked the entire markdown parsing engine which fixes numerous rendering inconsistencies (over 15 issues fixed). diff --git a/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj b/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj index c36dc32..d53c2b8 100644 --- a/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj +++ b/DiscordChatExporter.Cli/DiscordChatExporter.Cli.csproj @@ -3,7 +3,7 @@ Exe net461 - 2.10 + 2.10.1 Tyrrrz Copyright (c) Alexey Golub ..\favicon.ico diff --git a/DiscordChatExporter.Gui/Properties/AssemblyInfo.cs b/DiscordChatExporter.Gui/Properties/AssemblyInfo.cs index 2097624..a8dc2c1 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")] -[assembly: AssemblyFileVersion("2.10")] \ No newline at end of file +[assembly: AssemblyVersion("2.10.1")] +[assembly: AssemblyFileVersion("2.10.1")] \ No newline at end of file