Skip to content

0.20.0-rc1 (2020-08-11)

Pre-release
Pre-release
Compare
Choose a tag to compare
@Half-Shot Half-Shot released this 11 Aug 18:11

Features

  • Media URLs now include the filename when sent to IRC. (#1087)

Bugfixes

  • Fix duplicate messages appearing if an IRC message is poorly decoded. (#1081)
  • Make sure a killed BridgedClient is dead, even if connect was never called (#1098)

Internal Changes

  • Enable many recommended ESLint rules to catch errors (#1078)
  • Replace .indexOf with more specific methods (#1097)