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 1/2] 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) From ad99fea494783df6318d6189e5c77aa2b35c50e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Tue, 17 Jun 2025 15:17:59 +0200 Subject: [PATCH 2/2] build: Workaround for ruby 3.4 --- ios/Gemfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ios/Gemfile b/ios/Gemfile index 7a118b49b..0bc467d85 100644 --- a/ios/Gemfile +++ b/ios/Gemfile @@ -1,3 +1,8 @@ source "https://rubygems.org" gem "fastlane" + +# Workaround for ruby 3.4 https://github.com/fastlane/fastlane/issues/29183 +gem "abbrev" +gem "mutex_m" +gem "ostruct" \ No newline at end of file