From 4ec6396c877e07b06cc6d937468d11e848d691a7 Mon Sep 17 00:00:00 2001 From: Toastie <toastie@toastiet0ast.com> Date: Thu, 20 Mar 2025 15:28:49 +1300 Subject: [PATCH] updated changelog, upped version to 6.0.10 --- CHANGELOG.md | 12 ++++++++++++ src/EllieBot/EllieBot.csproj | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dd6640..c80606e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ *a,c,f,r,o* +## [6.0.10] - 20.03.2025 + +### Changed + +- Live channels `.lcha` is limited to 1 for now. It will be reverted back to 5 in a couple of days at most as some things need to be implemented. + +### Fixed + +- `.antispam` won't break if you have thread channels in the server anymore +- `.ve` now works properly +- selfhosters: `.yml` parsing errors will now tell you which .yml file is causing the issue and why. + ## [6.0.9] - 19.03.2025 ### Changed diff --git a/src/EllieBot/EllieBot.csproj b/src/EllieBot/EllieBot.csproj index 3cf7abb..27168d9 100644 --- a/src/EllieBot/EllieBot.csproj +++ b/src/EllieBot/EllieBot.csproj @@ -4,7 +4,7 @@ <Nullable>enable</Nullable> <ImplicitUsings>true</ImplicitUsings> <SatelliteResourceLanguages>en</SatelliteResourceLanguages> - <Version>6.0.9</Version> + <Version>6.0.10</Version> <!-- Output/build --> <RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>