Releases: maunium/meowlnir
Releases · maunium/meowlnir
Release list
v26.06
Release post: https://mau.fi/blog/2026-06-mautrix-release/
- Fixed policy server accidentally returning all signatures on the event instead of only signatures for the policy server name.
v26.05
Release post: https://mau.fi/blog/2026-05-mautrix-release/
- Changed policy matching to be case-insensitive.
v26.04
Release post: https://mau.fi/blog/2026-04-mautrix-release/
v26.03
Release post: https://mau.fi/blog/2026-03-mautrix-release/
v26.02
Release post: https://mau.fi/blog/2026-02-mautrix-release/
v26.01
Release post: https://mau.fi/blog/2026-01-mautrix-release/
- Added notice if dry run is enabled (thanks to @nexy7574 in #46).
- Added support for using MSC4323 to suspend users (thanks to @nexy7574 in #40).
- Added
/banservercommand to the report interception system (thanks to @nexy7574 in #48). - Switched command system to use MSC4391.
- Changed
!matchand!searchcommands to also search watched lists with thedont_applyflag. - Fixed changes to the
skip_acllist in protected rooms config not being applied correctly.
v25.12
Release post: https://mau.fi/blog/2025-12-mautrix-release/
- Updated Docker image to Alpine 3.23.
- Added endpoints for deleting bots and management rooms.
- Added endpoint for fetching own management rooms using a Matrix access token.
- The Matrix-authed endpoints are disabled by default and can be enabled in the config. They will be used for a management web interface in the future.
- Changed
!matchand!searchcommand to always only look in watched lists, regardless ofuntrustedflag. - Fixed new bans trying to ban users in rooms that were unprotected earlier.
v25.11
Release post: https://mau.fi/blog/2025-11-mautrix-release/
- Added flag for force purging a room.
- Added support for new
/signendpoint for MSC4284 policy servers (thanks to @nexy7574 in #44). - Fixed bots trying to remove bans made by other bots on the same Meowlnir instance when a policy is removed.
- Fixed kick command not reading room parameter correctly (thanks to @nexy7574 in #45).
- Removed unnecessary 10 second sleep when first creating a bot.
v25.10
Release post: https://mau.fi/blog/2025-10-mautrix-release/
- Switched to calendar versioning.
- Added
untrustedflag to enforce membership checks before accessing policy list cache. - Added automatic bot provisioning command with configuration defined in the
meowlnir4allsection. - Added command to change bot profile from management room.
v0.8.0
Release post: https://mau.fi/blog/2025-09-mautrix-release/
- Added PDU validation to policy server.
- Added note for policy list change notices that were delayed.
- Added command flag to kick user in a specific room only (thanks to @nexy7574 in #39).
- Added option to not require encryption in management room even if encryption is set up in config.
- Fixed policy server redacting events multiple times.
- Fixed spoilers in bot notices not being applied properly in some cases.
- Fixed policy list cache not handling removals of duplicate policies correctly.