Skip to content

Releases: maubot/reactbot

v2.2.0

17 Aug 21:09
Compare
Choose a tag to compare
  • Added support for accessing named capture groups and earlier variables in jinja template variables (#1).
  • Added support for non-string variables.
  • Added room ID to error logs.
  • Fixed substituting multiple variables in templates (#6).
  • Fixed indexes of capture groups. ${{0}} now means the whole match and ${{1}} is the first capture group.
  • Added support for capturing the full match (${{0}}) in simple matches.
  • Added examples for using capture groups (#3) and random reactions.

v2.1.0

30 Sep 19:23
Compare
Choose a tag to compare
  • Added option to exclude specific rooms from a rule (not_rooms)
  • Fixed using variables in the middle of template strings

v2.0.0

23 Jun 11:35
Compare
Choose a tag to compare

Over-engineered to support arbitrary response contents. v1 configs won't work, see README.md for documentation. The base config includes a m.reaction response example.

v1.0.0

22 Jun 20:20
Compare
Choose a tag to compare

Initial release