Skip to content

2.8.0

Compare
Choose a tag to compare
@Throne3d Throne3d released this 14 Dec 20:46

Added

  • format.webhookAvatarURL, to customize the unrecognized user webhook avatar (thanks to Geo1088)
  • parallelPingFix, disabled by default, to prevent users of both Discord and IRC getting pings whenever their messages are mirrored to IRC (thanks to qaisjp originally, follow up in #502 and #520)
  • ignoreUsers.discordIds, to ignore specific Discord users through the bridge by ID instead of name (thanks to nsavch)
  • A basic Docker image, found at discordirc/discord-irc! This may not be often updated with the release tags we publish on GitHub, but it should contain a latest tag in addition to whichever Git hash is available on master (thanks to gdude2002, follow up in #498)

Changed

  • Add support for Node 13, drop testing for Node 6 - #521

Fixed

  • Upgrade various dependencies: babel, commander, coveralls, discord.js, eslint, mocha, simple-markdown, sinon, sinon-chai - #488, #503, #522, #523, #524, #525