updated changelog, upped version to 6.0.10

This commit is contained in:
Toastie 2025-03-20 15:28:49 +13:00
parent 605073d6ec
commit 4ec6396c87
Signed by: toastie_t0ast
GPG key ID: 74226CF45EEE5AAF
2 changed files with 13 additions and 1 deletions

View file

@ -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

View file

@ -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>