Releases: jimmycuadra/lita-karma
Releases · jimmycuadra/lita-karma
3.0.2
3.0.1
- Changed: Multiple operations of the same kind in the same message will result in a single response with the results separated by semicolons.
3.0.0
- Added: A new configuration attribute,
link_karma_threshold
, allows you require that terms have a certain amount of karma before they can be linked or linked to. - Changed: Configuration now uses the system introduced in Lita 4.
2.1.0
- Changed: The default term pattern now allows unicode word characters.
2.0.1
- Changed: The list commands are now capped at 25 terms to avoid flooding rooms.
2.0.0
- Added:
karma delete
command. - Added: New configuration attribute:
term_pattern
to customize how terms are matched. - Added: New configuration attribute:
term_normalizer
to customize how terms are normalized between the initial pattern match and saving to Redis. - Fixed: Hyphens are no longer matched as part of terms by default.
- Changed: Multi-word terms no longer match by default.
Note that this update will prevent previous multi-word terms from being modified further unless you set custom values for the new configuration attributes. See the README for details and an example.
1.2.0
- Changed: Terms can now contain spaces when wrapped with special delimiters. Thank you, @zacstewart.
1.1.0
- Changed: The pattern that terms must match is more restrictive now. Only a few non-word characters are allowed, to prevent annoying, unintentional matches likes "-----" in pasted text.
1.0.1
Fixed: Terms are now case-insensitive, as they were intended to be.
1.0.0
Lita 2.0 compatibility.