From 8e7baee8a505cdd58e934e0e45672144cbf0399f Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Mon, 6 Dec 2021 16:44:37 +0200 Subject: [PATCH] Update version --- Changelog.md | 9 +++++++++ Directory.Build.props | 2 +- Readme.md | 8 ++++---- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index af97b2b..7b0059c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,12 @@ +### v2.31 (06-Dec-2021) + +- Changed target runtime of the application (both GUI and CLI) from .NET 3.1 to .NET 6. Those using the GUI version will not need to take any action as the application should install the necessary prerequisites automatically. Those using the CLI version will need to download and install .NET 6 runtime manually [from here](https://dotnet.microsoft.com/download/dotnet/6.0) (look for ".NET Runtime 6.0.x" section on the right and choose the distribution appropriate for your system). +- [HTML] Updated layout design to match Discord more closely. (Thanks [@Artem](https://github.com/Scarg)) +- [HTML] Fixed an issue where markdown inside channel topic was not rendered correctly. (Thanks [@Emily](https://github.com/emillly-b)) +- [HTML] Fixed an issue where the layout was broken for messages containing text in right-to-left languages. (Thanks [@Emily](https://github.com/emillly-b)) +- Fixed an issue where text filters weren't matching content inside of embeds. +- [GUI] Fixed a multitude of issues related to the bootstrapper. + ### v2.30.1 (28-Aug-2021) - [HTML] Changed user avatars to render using higher resolution images. (Thanks [@Chris Helder](https://github.com/TheDude53)) diff --git a/Directory.Build.props b/Directory.Build.props index 3573b11..d24cfd4 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ net6.0 - 2.30.1 + 2.31 Tyrrrz Copyright (c) Alexey Golub preview diff --git a/Readme.md b/Readme.md index a622708..fb8b6a7 100644 --- a/Readme.md +++ b/Readme.md @@ -66,10 +66,10 @@ The following table lists all available download options: - ⚙️ - Requires .NET runtime to be installed manually: - - [.NET Core v3.1 Runtime for **Windows x64**](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-desktop-3.1.0-windows-x64-installer) - - [.NET Core v3.1 Runtime for **Windows x86**](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-desktop-3.1.0-windows-x86-installer) - - [.NET Core v3.1 Runtime for **macOS x64**](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.0-macos-x64-installer) - - [.NET Core v3.1 Runtime for **Linux**](https://docs.microsoft.com/en-us/dotnet/core/install/linux) (find your distro) + - [.NET v6.0 Runtime for **Windows x64**](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-desktop-6.0.0-windows-x64-installer) + - [.NET v6.0 Runtime for **Windows x86**](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-desktop-6.0.0-windows-x86-installer) + - [.NET v6.0 Runtime for **macOS x64**](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-6.0.0-macos-x64-installer) + - [.NET v6.0 Runtime for **Linux**](https://docs.microsoft.com/en-us/dotnet/core/install/linux) (find your distro) - 🦄 - Community-maintained resource ## Features