From 9018cea5aef5c0d55ac433b3decbd4b9deeaf1d1 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 7 Mar 2022 18:52:15 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db4df965..f597fc1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,20 @@ * Telegram->Matrix message formatter will now replace `t.me/c/chatid/messageid` style links with a link to the bridged Matrix event (in addition to the previously supported `t.me/username/messageid` links). +* Updated formatting converter to keep newlines in code blocks as `\n` instead + of converting them to `
`. +* Removed `max_document_size` option. The bridge will now fetch the max size + automatically using the media repo config endpoint. +* Removed redundant `msgtype` field in sticker events sent to Matrix. +* Disabled file logging in Docker image by default. + * If you want to enable it, set the `filename` in the file log handler to a + path that is writable, then add `"file"` back to `logging.root.handlers`. ### Fixed - +* Fixed `!tg bridge` throwing error if the parameter is not an integer +* Fixed `!tg bridge` failing if the command had been previously run with an + incorrectly prefixed chat ID (e.g. `!tg bridge -1234567` followed by + `!tg bridge -1001234567`). # v0.11.2 (2022-02-14)