From c90355a2cf414b8ae77fedfe9d7e2ebc874dea95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Tue, 17 Jun 2025 15:11:37 +0200 Subject: [PATCH] build: Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bd9dd2ff..8fd8cfa4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,18 @@ This version migrates to Vodozemac and Matrix Dart SDK 1.0.0. This is a breaking change. The user should not notice the migration at all but downgrading from v2.0.0 to a previous version is not possible without losing the session. +- fix: Do not set read markers for sending events (Christian Kußowski) +- fix: fix compile error related to MxcImage (gilice) +- fix: Forward last version of events when forwarding (Christian Kußowski) - build: Switch to matrix sdk 1.0.0 (Christian Kußowski) - build: Upgrade flutter to 3.32.2 (krille-chan) +- build: Update to flutter 3.32.4 (Christian Kußowski) - chore: Add missing mounted check (Christian Kußowski) +- chore: highlight select mode actions (Christian Kußowski) - refactor: sdk 1.0 (Christian Kußowski) +- refactor: New message context menu (Christian Kußowski) +- refactor: Nicer popupmenus (Christian Kußowski) +- Translated using Weblate (Spanish) (Kimby) ## v1.27.0 - feat: Add confirmation dialog before accepting invite (krille-chan)