Merge commit 'ad99fea494783df6318d6189e5c77aa2b35c50e1' into fluffychat-merge
This commit is contained in:
commit
b0ea1d834c
2 changed files with 13 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
Loading…
Add table
Reference in a new issue