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) 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