Skip to content

Releases: udoprog/OxidizeBot

1.0.3

08 May 23:55
Compare
Choose a tag to compare

Changed

  • Updated version of irc crate we use to no longer build from master.

1.0.2

05 May 19:04
Compare
Choose a tag to compare

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

1.0.2-alpha.6

22 Apr 14:18
Compare
Choose a tag to compare
1.0.2-alpha.6 Pre-release
Pre-release
Fix bad user agent

1.0.2-alpha.5

22 Apr 05:54
Compare
Choose a tag to compare
1.0.2-alpha.5 Pre-release
Pre-release
Fix reporting of version number to remote API

1.0.2-alpha.4

21 Apr 19:56
Compare
Choose a tag to compare
1.0.2-alpha.4 Pre-release
Pre-release
Fix issue with restarting and crashing bot

1.0.2-alpha.3

20 Apr 06:51
Compare
Choose a tag to compare
1.0.2-alpha.3 Pre-release
Pre-release
Fix extraction of template vars

1.0.2-alpha.2

06 Jan 17:13
Compare
Choose a tag to compare
1.0.2-alpha.2 Pre-release
Pre-release
Fix build to use manifest-path so we can disable features

1.0.2-alpha.1

15 Oct 01:03
Compare
Choose a tag to compare
1.0.2-alpha.1 Pre-release
Pre-release
Build releases using GitHub Actions

1.0.1

13 Oct 19:24
Compare
Choose a tag to compare

Changed

  • Fixed issue where tray icon doesn't work for some Windows versions.

1.0.1-beta.1

09 Oct 15:40
Compare
Choose a tag to compare
1.0.1-beta.1 Pre-release
Pre-release
Try to fix binary signing on Windows