Releases: matrix-org/matrix-ios-sdk
Releases Β· matrix-org/matrix-ios-sdk
v0.26.8
v0.26.7
v0.26.6
Changes in 0.26.6 (2023-04-04)
π Improvements
- Bugfix: Ensure related event nullability (#1746)
- Add constants for mention room power levels and check decrypted event content for @room mentions. (#1750)
- Crypto: Display correct SDK version (#7457)
π Bugfixes
- Fix invitations count in all chats list. (#6871)
- Crypto: Add event decryption decoration instead of untrusted property (#1743)
𧱠Build
- Upgrade JitsiMeetSDK to 7.0.1-lite. (#1754)
v0.26.5
v0.26.4
v0.26.3
v0.26.2
Changes in 0.26.2 (2023-03-21)
π Improvements
- Crypto: Always update tracked users when sharing keys (#1733)
- CryptoV2: Fully deprecate MXCryptoStore (#1735)
- Make CallKit maximumCallGroups configurable. (#1738)
- Crypto: Simplify user verification state (#1740)
- Rageshakes: Identify crypto module (#1742)
- Session: Improved session startup progress (#7417)
π Bugfixes
- MXCallManager: Make call transfer requests sequential. (#1739)
v0.26.1
v0.26.0
Changes in 0.26.0 (2023-03-07)
π Improvements
- CryptoV2: Control CryptoSDK via feature flag (#1719)
- Update MatrixSDKCrypto (#1725)
- Use correct next users with keys query (#1726)
- Creating a direct room with a third party will now use their email as the m.direct ID and their obfuscated email as the room title. (#1727)
π Bugfixes
- Fixed incorrect filtering of "unread rooms" in the all chats list. (#1723)
- Unread rooms: Move the storage file to a better location. (#1730)
- Fixed a crash when roomSummary is nil. (#1731)
- Fix room list last message when the key comes late. (#6848)
- MXRoomSummary: displayname has been renamed to displayName (#1731)
v0.25.2
Changes in 0.25.2 (2023-02-21)
π Improvements
- Polls: add fallback text for poll ended events. (#1713)
- Push Rules: Apply push rules client side for encrypted rooms, including mentions and keywords. (#1714)
- Typealias MXResponse to Swift.Result (#1715)
- CryptoV2: Unify verification event processing (#1717)
- Encryption: add encryption to rooms' last messages.
WARNING: the migration to this database version will cause an initial full sync. (#1718)
π Bugfixes