Update changelog and readme

This commit is contained in:
Tulir Asokan 2023-03-16 12:43:56 +02:00
parent 3cdf018c37
commit f5ef87eb83
2 changed files with 5 additions and 1 deletions

View file

@ -8,11 +8,14 @@
have been updated with instructions for creating a bot. have been updated with instructions for creating a bot.
* Added support for relaying messages for unauthenticated users using a webhook. * Added support for relaying messages for unauthenticated users using a webhook.
See [docs](https://docs.mau.fi/bridges/go/discord/relay.html) for instructions. See [docs](https://docs.mau.fi/bridges/go/discord/relay.html) for instructions.
* Added commands to bridge and unbridge channels manually.
* Added `ping` command. * Added `ping` command.
* Added support for gif stickers from Discord. * Added support for gif stickers from Discord.
* Changed mention bridging so mentions for users logged into the bridge use the * Changed mention bridging so mentions for users logged into the bridge use the
Matrix user's MXID even if double puppeting is not enabled. Matrix user's MXID even if double puppeting is not enabled.
* Actually fixed ghost user info not being synced when receiving reactions. * Actually fixed ghost user info not being synced when receiving reactions.
* Fixed uncommon bug with sending messages that only occurred after login
before restarting the bridge.
* Fixed guild name not being synced immediately after joining a new guild. * Fixed guild name not being synced immediately after joining a new guild.
* Fixed variation selectors when bridging emojis to Discord. * Fixed variation selectors when bridging emojis to Discord.

View file

@ -8,7 +8,8 @@ All setup and usage instructions are located on [docs.mau.fi]. Some quick links:
* [Bridge setup](https://docs.mau.fi/bridges/go/setup.html?bridge=discord) * [Bridge setup](https://docs.mau.fi/bridges/go/setup.html?bridge=discord)
(or [with Docker](https://docs.mau.fi/bridges/general/docker-setup.html?bridge=discord)) (or [with Docker](https://docs.mau.fi/bridges/general/docker-setup.html?bridge=discord))
* Basic usage: [Authentication](https://docs.mau.fi/bridges/go/discord/authentication.html) * Basic usage: [Authentication](https://docs.mau.fi/bridges/go/discord/authentication.html),
[Relaying with webhooks](https://docs.mau.fi/bridges/go/discord/relay.html)
### Features & Roadmap ### Features & Roadmap
[ROADMAP.md](https://github.com/mautrix/discord/blob/main/ROADMAP.md) [ROADMAP.md](https://github.com/mautrix/discord/blob/main/ROADMAP.md)