Skip to content

Releases: matrix-org/matrix-ios-sdk

v0.26.8

18 Apr 10:29
Compare
Choose a tag to compare

Changes in 0.26.8 (2023-04-18)

πŸ™Œ Improvements

  • Crypto: Update Crypto SDK (#1767)
  • Cross-signing: Ensure device signed after restoring cross-signing keys (#1768)
  • Crypto: Remove legacy crypto store (#1769)

v0.26.7

12 Apr 15:40
Compare
Choose a tag to compare

Changes in 0.26.7 (2023-04-12)

πŸ™Œ Improvements

  • Crypto: Upgrade Crypto SDK (#1765)

πŸ› Bugfixes

  • Crypto: Delete data for mismatched accounts (#1763)

v0.26.6

04 Apr 10:14
Compare
Choose a tag to compare

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)

⚠️ API Changes

  • Crypto: Add event decryption decoration instead of untrusted property (#1743)

🧱 Build

  • Upgrade JitsiMeetSDK to 7.0.1-lite. (#1754)

v0.26.5

28 Mar 15:21
Compare
Choose a tag to compare

Changes in 0.26.5 (2023-03-28)

πŸ™Œ Improvements

  • Crypto: Upgrade verification if necessary (#1751)

v0.26.4

22 Mar 20:10
Compare
Choose a tag to compare

Changes in 0.26.4 (2023-03-22)

πŸ› Bugfixes

  • Crypto: Do not show current session as unverified (#7446)

v0.26.3

22 Mar 17:05
Compare
Choose a tag to compare

Changes in 0.26.3 (2023-03-22)

No significant changes.

v0.26.2

21 Mar 13:45
Compare
Choose a tag to compare

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

13 Mar 16:28
Compare
Choose a tag to compare

Changes in 0.26.1 (2023-03-13)

πŸ› Bugfixes

  • All chats: revert "Unread" rooms filter behaviour. (#1736)

v0.26.0

07 Mar 11:33
Compare
Choose a tag to compare

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)

⚠️ API Changes

  • MXRoomSummary: displayname has been renamed to displayName (#1731)

v0.25.2

21 Feb 12:09
Compare
Choose a tag to compare

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

  • Avoid sending a verification cancel request while the session is closed
    Fix of some retain cycles (#1716)
  • Fix an issue where MXMediaLoader would not start downloading until the end of the scroll. (#1721)