This repository has been archived by the owner on Dec 12, 2022. It is now read-only.
v0.9.9
Improvements:
- Upgrade MatrixSDK version (v0.12.5).
- Upgraded to Xcode 10.2, fixed most of the compiler warnings, thanks to @tladesignz (PR #536).
- MXKReceiptSendersContainer: Add possibility to customize
more label
text color (PR #539). - MXKEncryptionInfoView: Make it easier to customise.
- MXKRoomViewController: remove the implicit retains of "self".
Bug fix:
- Fix some potential crashes with ivar using a weak self (PR #537).
- MXKSessionRecentsDataSource: Hide a room if needed on room summary change (element-hq/element-ios/issues/2148).
- MXKAttachmentsViewController: Fix some retain cycles (PR #544).