Releases: matrix-org/mjolnir
Releases · matrix-org/mjolnir
v1.3.0
Changelog
Bot:
- Changed minimum supported node version to 14.
- Added reporting of external changes to watched policy lists to the management room.
- Changed labels in the abuse reporting UX to be smaller.
- Fix where abuse reporting would react to irrelevant reactions in the management room.
- Added configuration of protections through management room commands.
- Added initial capability for running Mjolnir with rate limiting (not recommended).
- Change of behaviour: Mjolnir will now use the MSC2313 m.policy.rule.* event type for policies (see #12).
v1.2.1
This release replaces v1.2.0, which due to human error in the release process, was missing a number of patches.
ChangeLog:
- This time, a complete version of the abuse report display mechanism. Still considered a feature preview.
- Performance improvements for protections that need to lock back in the history of a room, decreasing the number of cases in which we could end up timing out.
- Better tests.
v1.2.0
ChangeLog:
- New feature: Mjölnir can now be used to display abuse reports in the moderation room and take action upon them. This feature is considered a preview and needs to be specifically activated in the configuration of Mjölnir.
- Testing infra: We now have integration tests running in CI.
v1.1.20
Changelog
Bot:
- Change of behaviour: Redactions that can be issued automatically as part of a ban will now only be sent once the bot has finished applying the ban to all of the protected rooms.
- Fixed possible socket timeout fetching history in large rooms before redaction.