Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

v0.16.0

Compare
Choose a tag to compare
@manuroe manuroe released this 09 Sep 07:55
· 356 commits to develop since this release

Changes in 0.16.0 (2021-09-09)

✨ Features

  • MXKRoomBubbleComponent: Add link property and parse message events for links that could be previewed. (#888)
  • MXKTools: Add +videoConversionPromptForVideoAsset:withCompletion: to create a UIAlertController with appropriate presets. (#4638)

🙌 Improvements

  • Upgrade MatrixSDK version (v0.20.0).
  • MXKRoomDataSource: Adapt to new async MXRoom.getEventReceipts method. (#4383)

🐛 Bugfixes

  • MXKRoomDataSource: Fix threading on processQueuedEvents method at the end of the process. (#4788)
  • Authentication screen: Unexpected request to access the contact book (#4803)

Others

  • MXKAttachment: Added method for deleting all previously created temporary, decrypted attachments. (#887)
  • Git: Add .DS_Store to .gitignore. (#892)