From 0e8b845014cfb5cd42e3a52f2ad7a01d0824f2bd Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 1 Mar 2023 22:50:19 +0200 Subject: [PATCH] Update changelog [skip ci] --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0ae843..c5c114a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,16 @@ * The basic log config will be migrated automatically, but you may want to tweak it as the options are different. * Added support for logging in with a bot account. + The [Authentication docs](https://docs.mau.fi/bridges/go/discord/authentication.html) + have been updated with instructions for creating a bot. * Added support for relaying messages for unauthenticated users using a webhook. + See [docs](https://docs.mau.fi/bridges/go/discord/relay.html) for instructions. +* Added `ping` command. +* Added support for gif stickers from Discord. * Changed mention bridging so mentions for users logged into the bridge use the Matrix user's MXID even if double puppeting is not enabled. * Actually fixed ghost user info not being synced when receiving reactions. -* Added support for gif stickers from Discord. +* Fixed guild name not being synced immediately after joining a new guild. * Fixed variation selectors when bridging emojis to Discord. # v0.1.1 (2023-02-16)