Skip to content

Releases: EbonJaeger/dolphin-rs

Pinging Dolphin

04 Dec 00:41
424ae28
Compare
Choose a tag to compare

Changelog:

  • Log files being moved (such as maybe during log rotation) should no longer break the bot, if that was happening
  • Add ability to mention roles and channels from Minecraft
  • Add an optional webserver implementation to listen for messages from other machines. See here for details
  • Fix mentions from Minecraft with spaces not creating a mention
  • Print nicer-looking error messages

Toothy Dolphin

22 Nov 16:08
Compare
Choose a tag to compare

Every new release has a few toothing issues. This update fixes some of them!

Changelog:

  • Eliminated a call to the Discord REST API when messages are received from Minecraft
  • Replace ugly Discord mentions with names in messages to Minecraft
  • Escape double quote characters in messages to Minecraft
  • Fix a bad value in the default configuration

Rusty Dolphin

08 Nov 18:38
Compare
Choose a tag to compare

This is the initial release of Dolphin in Rust.

Changelog:

  • Add more customization options for chat formatting in Minecraft
  • Improve experience when a user sends an attachment in Discord

Caveats:

  • While the config for Dolphin-RS is very similar to the old version, there are some important differences:
    • The default config file is named dolphin.toml instead of dolphin.conf
    • Headers and keys are now snake_case instead of TitleCase
    • TellrawTemplate key has been split into three new options under its own header (see the Readme for details)