From c26de9c7df732b2418271f2a81dd94361869c1f5 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 6 May 2023 21:44:07 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c0fb4b..e2adc47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# v0.4.0 (unreleased) + +* Added bridging of friend nicks into DM room names. +* Added option to bypass homeserver for Discord media. + See [docs](https://docs.mau.fi/bridges/go/discord/direct-media.html) for more info. +* Added conversion of replies to embeds when sending messages via webhook. +* Added option to disable caching reuploaded media. This may be necessary when + using a media repo that doesn't create a unique mxc URI for each upload. +* Improved formatting of error messages returned by Discord. +* Enabled discordgo info logs by default. +* Fixed limited backfill always stopping after 50 messages + (thanks to [@odrling] in [#81]). +* Fixed startup sync to sync most recent private channels first. +* Fixed syncing group DM participants when they change. +* Possibly fixed inviting to portal rooms when multiple Matrix users use the + bridge. + +[@odrling]: https://github.com/odrling +[#81]: https://github.com/mautrix/discord/pull/81 + # v0.3.0 (2023-04-16) * Added support for backfilling on room creation and missed messages on startup.