Skip to content

2.5.0

Compare
Choose a tag to compare
@Throne3d Throne3d released this 27 Oct 18:29
· 153 commits to main since this release

Added

  • Support multi-character command prefixes - #301

  • Enable auto-renicking by default, so the bot tries to get the target nickname after it fails - #302

  • Add the ability to ignore IRC/Discord users by nickname - #322

Fixed

  • Improve IRC → Discord mentions around non-word characters and nickname prefix matches - #273

  • Default to UTF-8 encoding when bridging messages to prevent character corruption - #315

  • Fix a crash when using the bot in a group DM - #316

  • Use a prepare script for transpiling instead of prepublish, fixing npm installation direct from the GitHub repository - #323

  • Update dependencies:

    • discord.js to 11.2.1
    • sinon to ^4.0.1
    • irc-upd to 0.8.0 - #313
    • simple-markdown to ^0.3.1
    • coveralls to ^3.0.0
    • mocha to ^4.0.0
    • winston to 2.4.0

Changed

  • Add a link to the IRC spec in the README - #307

  • Drop testing for Node 7, add testing for Node 8 - #329