v1.6.8
Changes in 1.6.8 (2021-11-17)
π Improvements
- Upgrade MatrixKit version (v0.16.10).
- Using mutable room list fetch sort options after chaning them to be a structure. (#4384)
- Share Extension: Remove the image compression prompt when the showMediaSizeSelection setting is disabled. (#4815)
- Replaced GrowingTextView with simpler, custom implementation. Cleaned up the RoomInputToolbar header. (#4976)
- Settings: Update about section footer text. (#5090)
- MXSession: Add logs to track if E2EE is enabled by default on the current HS. (#5129)
π Bugfixes
- Fixed share extension and message forwarding room list accessory view icon. (#5041)
- Fixed message composer not following keyboard when swiping to dismiss. (#5042)
- RoomVC: Fix retain cycles that prevents
RoomViewController
to be deallocated. (#5055) - Share Extension: Fix missing avatars and don't list spaces as rooms. (#5057)
- Fix retain cycles that prevents deallocation in several classes. (#5058)
- Fixed retain cycles between the user suggestion coordinator and the suggestion service, and in the suggestion service currentTextTrigger subject sink. (#5063)
- Ensure alerts with weak references are retained until they've been presented. (#5071)
- Message Composer: Ensure there is no text view when the user isn't allowed to send messages. (#5079)
- Home: Fix bug where favourited DM would be shown in both Favourites and People section. (#5081)
- Fix a crash when selected space is not home and a clear cache or logout is performed. (#5082)
- Room Previews: Fix room previews not loading. (#5083)
- Do not make the placeholder appearing when leaving a room on iPhone. (#5084)
- Fix room ordering when switching between Home and People/Rooms/Favourites. (#5105)
Others
- Improve wording around rageshakes in the defect issue template. (#4987)