Updating dependencies
New docker versioning
We also introduce a new docker version scheme. Docker versions should follow the versioning
of <package-version>-0
where 0 ist the docker iteration and is increased by one for each docker build of the same
package version. This helps if the package is okay but the docker build has an error. Docker tag 1.2.2
can be seen as
1.2.2-0
but you should use 1.2.2-1
or newer.
NO user action needed
-
Encryption support 🥳: The bot can now use encryption by default. This is possible thanks to the work of simple-matrix-bot-lib (the framework this bot uses) and @noobping that added the support in this bot.
-
Bot Prefix is now configurable: The bot uses no prefix by default. To make the bot respond (only) when using a specific prefix (e.g.
!
) you can usebot: prefix: "!"
- @olivercoad discovered and fixed a case where we don't safe the config correctly after disallowing a person/pattern