Merge commit 'ad99fea494783df6318d6189e5c77aa2b35c50e1' into fluffychat-merge

This commit is contained in:
ggurdin 2025-07-08 09:59:06 -04:00
commit b0ea1d834c
No known key found for this signature in database
GPG key ID: A01CB41737CBB478
2 changed files with 13 additions and 0 deletions

View file

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

View file

@ -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"