Changes in 1.5.0 (2021-08-11)
✨ Features
- Voice messages: Remove labs setting and enable them by default. (#4671)
🙌 Improvements
- Upgrade MatrixKit version (v0.15.7).
- Settings: The notifications toggle no longer detects the system's "Deliver Quietly" configuration as disabled. (#2368)
- SSO: Stable ids for MSC 2858. (#4362)
- Room: Remove the green border from direct message room avatars. (#4520)
- Settings: Adds a link to open the Settings app to quickly configure app notifications. (#4575)
- Add support for Functional Members. (#4609)
- VoIP: Additional changes on call tiles. (#4642)
- Voice messages: Allow voice message playback control from the iOS lock screen and control center. (#4655)
- Voice messages: Stop recording and go into locked mode when the application becomes inactive. (#4656)
- Voice messages: Improve audio recording quality. (#4671)
🐛 Bugfixes
- fix typo in email settings (#4480)
🧱 Build
- CHANGES.md: Use towncrier to manage the change log. More info in CONTRIBUTING. (#4689, #4393)
- Add a script to initialize quickly and easily the project. (#4596)
📄 Documentation
- Convert CHANGES to MarkDown. (#4393)
- Add reference to AppIdentifiers.xcconfig in INSTALL.md. (#4674)
Others
- Contacts: Fix implicitly retained self warnings. (#4677)