- 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.