Skip to content

Releases: AmaranthineCodices/chrysanthemum

v0.4.3

11 May 18:05
2c869b5
Compare
Choose a tag to compare

Allows the server to start. Oops.

v0.4.2

05 May 23:46
219c6c4
Compare
Choose a tag to compare

Further fixes to the docker build. More oops.

v0.4.1-2

05 May 23:00
5a8ba9b
Compare
Choose a tag to compare

Fixes the Docker build (oops).

v0.4.1

05 May 22:53
7a716d4
Compare
Choose a tag to compare

What's Changed

  • Address problematic confusable (%) by @Archasion in #37
  • Replace mentions in message content with corresponding usernames by @Archasion in #38
  • Implement native moderation as actions: ban, kick, and timeout by @Archasion in #39
  • Rust version is now 1.73.0
  • Sentry tweaked; should report less issues for flaky errors and also be initialized correctly in async environments

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

05 Feb 00:55
Compare
Choose a tag to compare

Three changes of note in this release:

  • Dependencies updated, most importantly including an update to Twilight 0.14.x, which should fix some issues with unknown Discord events generating really spammy error output.
  • #33 resolved: the filter that failed is now included in the /chrysanthemum-test output.
  • Command handling redone yet again. Should be more robust in general, and will also clean up old commands if and when the time comes to move one around.

v0.3.0

26 Jun 20:18
Compare
Choose a tag to compare

This is a breaking change. The slash command configuration has changed. Previously, you could specify a set of roles and users that would have access to each slash command. This is no longer the case; Discord does not allow this endpoint to be accessed by bot tokens anymore. Slash commands can now only be enabled/disabled on a per-guild basis.

v0.2.19

26 Jun 19:29
Compare
Choose a tag to compare

Updated dependencies. We now build the Docker image based on Rust 1.61.0.

v0.2.18

26 Jun 19:17
Compare
Choose a tag to compare
  • Updated to Twilight 0.11.x.
  • Stopped logging non-panic errors to Sentry.
  • Added MESSAGE_CONTENT intent to ensure Chrysanthemum receives message contents.
  • Minor code cleanup (clippy).

v0.2.17

29 Mar 00:46
Compare
Choose a tag to compare

Fixes release builds (oops).

v0.2.16

29 Mar 00:29
Compare
Choose a tag to compare

What's Changed

  • Report more stuff to Sentry #32
  • Filtered messages with empty content crash Chrysanthemum (#29) is resolved
  • Wrap filtered message content in a code block (#30) is resolved

Full Changelog: v0.2.15...v0.2.16