Chaskis 0.6.1 (Beta 6)
Pre-release
Pre-release
This new release has various core-level and plugin-level bug fixes in an attempt to prevent the join-rejoin endless loop. As usual for all Beta releases, the 'API' and config files formats are not guaranteed to be the same format in future releases.
- Windows installer: https://files.shendrick.net/projects/chaskis/releases/0.6.1/windows/ChaskisInstaller.msi
- Debian installer: https://files.shendrick.net/projects/chaskis/releases/0.6.1/linux/debian/chaskis.deb
- Core Nuget Package for writing Plugins: https://www.nuget.org/packages/ChaskisCore/0.6.1
- Chocolatey Package (may need approval first): https://chocolatey.org/packages/chaskis
- Arch Linux AUR: https://aur.archlinux.org/packages/chaskis/
Release Notes
Core Updates - v0.6.1
- HTTP Client's timeout is 10 seconds instead of the default. This means that HTTP requests that take too long will be aborted.
- Updated error messages to make diagnosing problems easier.
RssBot v0.4.1
- Fetching an RSS feed now takes place entirely in a background thread, so the StringParsingQueue doesn't get throttled.
UrlBot v0.3.2
- Fetching a URL now takes place entirely in a background thread, so the StringParsingQueue doesn't get throttled.