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