v0.6.0
Release post: https://mau.fi/blog/2025-06-mautrix-release/
- Added experimental built-in policy server as per MSC4284 (thanks to @nexy7574 in #21).
- Added support for deleting rooms (manually with a command, when receiving a ban policy, or when discovering a room with a ban policy).
- Added support for referencing users by matrix.to URL or matrix: URI in most commands.
- Added support for sending
redact_events
flag on ban events as per MSC4293. - Changed command output to hide potentially sensitive names (thanks to @JadedBlueEyes in #23).
- Changed invite block notices to not include intentional mentions.
- Changed
!match
command to allow querying multiple entities at once. - Updated Docker image to Alpine 3.22.
- Fixed ban removals sending empty entity/reason/recommendation fields instead of omitting them entirely.
- Fixed room reporting endpoint (thanks to @spaetz in #24).