Releases: moan0s/matrix-registration-bot
Releases · moan0s/matrix-registration-bot
v1.1.5
v1.1.4
v1.1.3
v1.1.2
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
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
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
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.