From e216c07580188d03cd11d834f27d9a64938becdb Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Tue, 10 Jan 2023 22:40:44 +0200 Subject: [PATCH] Update version --- Changelog.md | 5 +++++ Directory.Build.props | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 1f4f6a52..dc42d014 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ +### v2.37.1 (10-Jan-2023) + +- [HTML] Fixed an issue where the export failed because it failed to resolve standard emoji image assets. Switched to a different CDN provider to mitigate this. (Thanks [@Lucas LaBuff](https://github.com/96-LB)) +- [GUI] Fixed an application crash that happened when the user attempted to close the same dialog multiple times in a very short time. + ### v2.37 (08-Jan-2023) - Switched from .NET 6.0 to .NET 7.0. If running on Windows, the application should update all required prerequisites automatically. Alternatively, you can download the latest version of the runtime for your system [here](https://dotnet.microsoft.com/download/dotnet/7.0). diff --git a/Directory.Build.props b/Directory.Build.props index 3979ce51..dd26edcd 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ net7.0 - 2.37 + 2.37.1 Tyrrrz Copyright (c) Oleksii Holub preview