v1.5.2
SBiOSoftWhare
released this
27 Aug 16:50
·
7253 commits
to develop
since this release
Changes in 1.5.2 (2021-08-27)
✨ Features
- Account Notification Settings: Enable/disable notification settings (Default, Mentions & Keywords and Other) and edit Keywords. (#4467)
- Implemented dialogs to inform users about Element iOS11 deprecation. (#4693)
🙌 Improvements
- Upgrade MatrixKit version (v0.15.8).
- Popping the user back to the home screen after leaving a room. (#1482)
- Notifications: Replace "Message" fallback with "Notification" as the event may not be a message. (#4132)
- MXSessionState: Use Swifty versions. (#4471)
- Notifications: Show the body of all message event types. (#4653)
- Notifications: Replies now hide the referenced content. (#4660)
- Room Notification Settings: This screen is now implemented in SwiftUI for users on iOS14 or above. (#4669)
🐛 Bugfixes
- Fixed flickering voice message cells while being sent. (#4714)
- Fastfile: Update build number in AppVersion.xcconfig instead of AppIdentifiers.xcconfig. (#4726)
- Disabled the create room button while creating a room, preventing duplicates from being created. (#4746)
- Fixed cached callbacks race condition, serialized all async operations, properly cleaning up callbacks on failure. (#4748)
- Notification Settings: Keywords Notification Setting should be "On" by default. (#4759)
🧱 Build