From 84a6eb89f6c5ea795d8e7f7989aaae08342f2c36 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 12 Feb 2025 16:45:23 +0200 Subject: [PATCH] changelog: update --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a84b5fe..e7b983c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.4.4 (unreleased) + +* Bumped minimum Go version to 1.23. +* Added support for signaling supported features to clients using the + `com.beeper.room_features` state event. +* Added auto-reconnect for certain uncommon error cases. +* Fixed replies with images including an extra blank message. + # v0.4.3 (2024-12-16) * Fixed PNGs with certain color models failing to render on native apps