Skip to content

Releases: maunium/meowlnir

v26.06

Choose a tag to compare

@tulir tulir released this 16 Jun 12:53
Immutable release. Only release title and notes can be modified.

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

Choose a tag to compare

@tulir tulir released this 16 May 11:24
Immutable release. Only release title and notes can be modified.

Release post: https://mau.fi/blog/2026-05-mautrix-release/

  • Changed policy matching to be case-insensitive.

v26.04

Choose a tag to compare

@tulir tulir released this 16 Apr 15:24
Immutable release. Only release title and notes can be modified.

Release post: https://mau.fi/blog/2026-04-mautrix-release/

  • Added cache for signatures to prevent the database from being overloaded.
  • Added option to obfuscate banned user profiles (thanks to @nexy7574 in #57 and #60).
  • Changed policy server to not sign redacted message events.

v26.03

Choose a tag to compare

@tulir tulir released this 16 Mar 16:33
Immutable release. Only release title and notes can be modified.

Release post: https://mau.fi/blog/2026-03-mautrix-release/

  • Added experimental support for protections (thanks to @nexy7574 in #43).
    • Note that only the no_media protection is currently considered stable.
  • Added support for stable policy server endpoints.

v26.02

Choose a tag to compare

@tulir tulir released this 16 Feb 15:07
Immutable release. Only release title and notes can be modified.

Release post: https://mau.fi/blog/2026-02-mautrix-release/

  • Bumped minimum Go version to 1.25.
  • Added support for subscribing to policy lists using commands (thanks to @nexy7574 in #51).
  • Blocked invites from IP server names when using invite antispam.

v26.01

Choose a tag to compare

@tulir tulir released this 16 Jan 16:51
Immutable release. Only release title and notes can be modified.

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 /banserver command to the report interception system (thanks to @nexy7574 in #48).
  • Switched command system to use MSC4391.
  • Changed !match and !search commands to also search watched lists with the dont_apply flag.
  • Fixed changes to the skip_acl list in protected rooms config not being applied correctly.

v25.12

Choose a tag to compare

@tulir tulir released this 16 Dec 13:51
Immutable release. Only release title and notes can be modified.

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 !match and !search command to always only look in watched lists, regardless of untrusted flag.
  • Fixed new bans trying to ban users in rooms that were unprotected earlier.

v25.11

Choose a tag to compare

@tulir tulir released this 16 Nov 12:59
Immutable release. Only release title and notes can be modified.

Release post: https://mau.fi/blog/2025-11-mautrix-release/

  • Added flag for force purging a room.
  • Added support for new /sign endpoint 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

Choose a tag to compare

@tulir tulir released this 16 Oct 11:31
Immutable release. Only release title and notes can be modified.

Release post: https://mau.fi/blog/2025-10-mautrix-release/

  • Switched to calendar versioning.
  • Added untrusted flag to enforce membership checks before accessing policy list cache.
  • Added automatic bot provisioning command with configuration defined in the meowlnir4all section.
  • Added command to change bot profile from management room.

v0.8.0

Choose a tag to compare

@tulir tulir released this 16 Sep 12:54

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.