Skip to content

Releases: jimmycuadra/lita-karma

3.0.2

19 Mar 02:00
Compare
Choose a tag to compare
  • Fixed: Equality operations for Term objects are now fully implemented.

3.0.1

12 Feb 08:04
Compare
Choose a tag to compare
  • 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

23 Oct 20:04
Compare
Choose a tag to compare
  • 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

06 Feb 04:58
Compare
Choose a tag to compare
  • Changed: The default term pattern now allows unicode word characters.

2.0.1

12 Dec 07:14
Compare
Choose a tag to compare
  • Changed: The list commands are now capped at 25 terms to avoid flooding rooms.

2.0.0

29 Oct 03:43
Compare
Choose a tag to compare
  • 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

20 Aug 21:50
Compare
Choose a tag to compare
  • Changed: Terms can now contain spaces when wrapped with special delimiters. Thank you, @zacstewart.

1.1.0

11 Jul 11:06
Compare
Choose a tag to compare
  • 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

08 Jul 20:10
Compare
Choose a tag to compare

Fixed: Terms are now case-insensitive, as they were intended to be.

1.0.0

06 Jul 08:40
Compare
Choose a tag to compare

Lita 2.0 compatibility.