Releases: mautrix/discord
Releases Β· mautrix/discord
v0.7.5
Release post: https://mau.fi/blog/2025-07-mautrix-release/
- Fixed federation key response when using direct media.
- Changed
prefix_webhook_messagesoption to generate MSC4144 fallbacks, so that any compatible clients will hide the prefix. - Changed new room creation to hardcode room v11 to avoid v12 rooms being created before proper support for them can be added.
v0.7.4
v0.7.3
Release post: https://mau.fi/blog/2025-04-mautrix-release/
- Added support for sending no-mention replies from Matrix (uses intentional mentions and requires client support).
- Added file name to QR image message when logging in to fix rendering in dumb clients that validate the file extension.
- Added
idfield to per-message profiles to match MSC4144. - Fixed guild avatars in per-message profiles (thanks to @mat-1 in #172).
- Fixed typo in MSC1767 field name in voice messages (thanks to @ginnyTheCat in #177).
v0.7.2
v0.7.1
Release post: https://mau.fi/blog/2024-11-mautrix-release/
- Bumped minimum Go version to 1.22.
- Updated Discord version numbers.
v0.7.0
- Bumped minimum Go version to 1.21.
- Added support for Matrix v1.11 authenticated media.
- This also changes how avatars are sent to Discord when using relay webhooks. To keep avatars working, you must configure
public_addressin the bridge section of the config and proxy/mautrix-discord/avatar/*from that address to the bridge.
- This also changes how avatars are sent to Discord when using relay webhooks. To keep avatars working, you must configure
- Added
create-portalcommand to create individual portals bypassing the bridging mode. When used in combination with theif-portal-existsbridging mode, this can be used to bridge individual channels from a guild. - Changed how direct media access works to make it compatible with Discord's signed URL requirement. The new system must be enabled manually, see docs for info.