Releases: udoprog/OxidizeBot
Releases · udoprog/OxidizeBot
1.0.3
Changed
- Updated version of
irc
crate we use to no longer build from master.
1.0.2
Changed
- Project now properly builds on Stable Rust.
- Switch away from failure to [anywhow] and thiserror for error handling.
- Commands are now run on separate tasks, leading to better performance and
unlocking the ability to write them in a different language in the future. - Git version now runs properly. It used to report a User-Agent which caused
header parsing to crash since it included a newline (e2745e). - Bumped the version of a lot of dependencies.
- Fixed a bug that causes the bot to crash when it's being restarted and
improperly using backoff (c0178f).
Added
- More commands are now documented (with examples).
- Added
player/playback-mode
with support for an alternative, queue-native
playback mode (#66).
1.0.2-alpha.6
Fix bad user agent
1.0.2-alpha.5
Fix reporting of version number to remote API
1.0.2-alpha.4
Fix issue with restarting and crashing bot
1.0.2-alpha.3
Fix extraction of template vars
1.0.2-alpha.2
Fix build to use manifest-path so we can disable features
1.0.2-alpha.1
Build releases using GitHub Actions
1.0.1
1.0.1-beta.1
Try to fix binary signing on Windows