Skip to content

Releases: moan0s/matrix-registration-bot

v1.1.5

20 Apr 15:41
Compare
Choose a tag to compare

This is a small feature release that adds the option to specifiy a config file via an environment variable. Very useful for docker deployment

v1.1.4

15 Apr 11:39
Compare
Choose a tag to compare

Fix pip install

v1.1.3

15 Apr 09:23
Compare
Choose a tag to compare

A small release, adding a README.rst that is compatible with PyPi. This release has no effect on the end user.

v1.1.2

15 Apr 09:21
Compare
Choose a tag to compare

This release focuses on build&deployment. It contains

  • A build with pyproject.toml that fixes dependency problems
  • An ansible role to easily install the bot, written by https://github.com/bziemons
  • The option to run the bot via matrix-registration-bot after installation

v1.1.0

22 Feb 22:01
Compare
Choose a tag to compare

Releasing version 1.1.0

This release mainly aims to make this project docker ready and ease configuration.

Changelog

  • Added command -line option --config to specify a configuration file to use
  • Add a config class that can deal with configuration via environment variables

v1.0.0

17 Feb 15:49
Compare
Choose a tag to compare

Releasing version 1.0.0 🎉

This release is mostly a stability/bugfix release. The big change in the version number tries to communicate the stability of the project which now feels stable enough to be used in production.

There are no breaking changes. Updates to this version can be done via pip install matrix-registration-bot==1.0.0

Changelog:

  • Add password based login: This should not only make it easier to get started but also helps users with old versions of simple-matrix-bot-lib #2
  • Add logging: Helps debug and provides insight for admins in case of misuse
  • Improved Feedback to user
  • Help now encourages users to join a matrix room to ask questions, not to message @moan0s directly

Full Changelog: v0.0.2...v1.0.0

v0.0.2

31 Jan 08:33
Compare
Choose a tag to compare

Changelog

No action needed

This release adds support for allow/blocklists that regulate which users can interact with the bot (for restricted commands). The file to control the behavior will be created automatically.

v0.0.1

16 Jan 14:52
Compare
Choose a tag to compare

Initial release