From 152e8c8dcb5fb0633942dd676798c68fabcedbd5 Mon Sep 17 00:00:00 2001 From: Tyrrrz Date: Tue, 8 Jun 2021 17:54:38 +0300 Subject: [PATCH] Update version --- Changelog.md | 5 +++++ Directory.Build.props | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index aee733d..12e0862 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ +### v2.27.1 (08-Jun-2021) + +- [GUI] Application will now detect if the required .NET Runtime or any of its prerequisites are missing and prompt the user to download and install them automatically. **Experimental feature, please test it out and report any issues you may find!** +- [CLI] Fixed an issue where the application crashed when exporting a channel that had square brackets as part of its name or category name. (Thanks [@Lucas LaBuff](https://github.com/96-LB)) + ### v2.27 (24-Apr-2021) - Added partitioning by file size. You can now use values such as `10mb` to indicate a size-based cut off point, in addition to values like `10` to indicate a number of messages. (Thanks [@Andrew Kolos](https://github.com/andrewkolos)) diff --git a/Directory.Build.props b/Directory.Build.props index 16c121a..3d1d0fe 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ netcoreapp3.1 - 2.27 + 2.27.1 Tyrrrz Copyright (c) Alexey Golub preview @@ -10,4 +10,4 @@ nullable - + \ No newline at end of file