Skip to content

Releases: slipeer/matrix-bot

Release 0.0.6

17 May 14:24
Compare
Choose a tag to compare

Changes

  • Support for plugin translation (include commands) and autodetect user's language
  • Plugin template for fast plugin creation
  • New Calc plugin - calculate math expressions
  • New Google plugin will googling for you
  • Main code reorganization
  • Systemd unit to run as service
  • Dynamic load only listed in config plugins
  • Password auth implementation
  • Added ability to create default plugin method (caled if method not recognized but command addressed to plugin)

Fix

  • Non-ascii characters handling
  • Fixed guessnumber plugin s/event['user_id']/event['sender']/
  • Updated matrix-python-sdk version