From a46bf9bf11c52a1d4cfaf6ed27e1e42e087f2e0b Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Thu, 16 Nov 2023 00:43:07 +0200 Subject: [PATCH] Update version --- Changelog.md | 11 +++++++++++ Directory.Build.props | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 3ec45da42..8231fea6f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,16 @@ # Changelog +## v2.42.4 (16-Nov-2023) + +- General changes: + - Switched from .NET 7.0 to .NET 8.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/8.0). +- CLI changes: + - Added a message that is displayed when the application is running with the output stream redirected, informing the user that they will not get rich progress reporting in this mode. +- GUI changes: + - Changed the presentation of the "Reuse assets" and "Assets path" options, such that the corresponding controls are now disabled if the "Download assets" option is not enabled. +- HTML changes: + - Fixed an issue where exporting a channel with a custom assets path could result in an HTML output that did not render properly in Firefox. + ## v2.42.3 (09-Nov-2023) - JSON changes: diff --git a/Directory.Build.props b/Directory.Build.props index b047747b7..914d4968c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ net8.0 - 2.42.3 + 2.42.4 Tyrrrz Copyright (c) Oleksii Holub preview