Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Releases: litaio/lita-slack

1.1.0

30 Jan 09:22
Compare
Choose a tag to compare
  • Added: A new configuration option to connect to Slack through a proxy.
  • Fixed: Lita will correctly shut down if the WebSocket connection to Slack is closed unexpectedly.

1.0.5

30 Jan 09:19
Compare
Choose a tag to compare
  • Fixed: Lita will now correctly treat all direct messages as commands.
  • Fixed: Lita will no longer crash when sending a direct message to a user.

1.0.4

30 Jan 09:16
Compare
Choose a tag to compare
  • Fixed: Messages marked to be sent privately will no longer go to the channel.
  • Changed: Improved documentation.

1.0.3

18 Dec 02:45
Compare
Choose a tag to compare

Fixed: Incoming message data without message text will no longer crash Lita.

1.0.2

12 Dec 00:56
Compare
Choose a tag to compare

Fixed: New user/bot joins and user/bot changes will no longer raise an exception.

1.0.1

10 Dec 22:09
Compare
Choose a tag to compare

Fixed: An exception will no longer be raised in certain cases when a user doesn't have a real name set.

1.0.0

10 Dec 20:57
Compare
Choose a tag to compare
  • Changed: lita-slack has undergone a major rewrite to use Slack's new Real Time Messaging API. This release is not backwards compatible. See the project README for details.

0.1.2

10 Nov 02:21
Compare
Choose a tag to compare
  • Fixed: config.incoming_url no longer needs to be set explicitly.