This repository has been archived by the owner on Jun 30, 2022. It is now read-only.
Releases: litaio/lita-irc
Releases · litaio/lita-irc
v2.2.0
2.1.0
New features:
- Added an event for
:user_joined_room
. See the README.
2.0.3
- Fixed: lita-irc no longer overwrites Cinch plugins that have been registered when registering its own Cinch plugin.
2.0.2
- Fixed: Update a method call to the underlying Cinch library to avoid deprecation warnings in Lita's logs.
2.0.1
- Fixed: Messages sent by Lita starting with "/me" now send the message as an IRC action instead of sending the literal text "/me".
2.0.0
- Changed: Configuration now uses the system introduced in Lita 4.
- Changed: Additional Cinch options are now configured using a proc.
1.3.0
- Changed:
Lita.config
is no longer mutated, for compatibility with Lita 3.0. - Added:
#join
and#part
methods implemented, which are usable with Lita >= 3.0. - Changed: Relaxed dependency versions so the gem can be installed with Lita >= 2.5.x, and newer versions of Cinch can be used.
1.2.3
- Changed: Message destinations (chat room vs. private message) are now determined using
Source#private_message?
for improved control.
1.2.2
Minor internal changes.
1.2.1
Changed: lita-irc now uses the new API for Lita::Source
.