Changes in 1.6.9 (2021-12-07)
✨ Features
- Allow audio file attachments to be played back inline by reusing the existing voice message UI. Prevent unnecessary conversions if final file already exists on disk. (#4753)
- SpaceExploreRoomViewModel: Support pagination in the Space Summary API (#4893)
- Adds clientPermalinkBaseUrl for a custom permalink base url. (#4981)
- Remember keyboard layout per room and restore it when opening the room again. (#5067)
🙌 Improvements
- Upgrade MatrixSDK version (v0.20.13).
- Forward original message content and remove the need to re-upload media. (#5014)
- Use DTCoreText's callback option to sanitise formatted messages (#5165)
🐛 Bugfixes
- Remove duplicate sources for some strings files in Riot/target.yml. (#3908)
- Invalid default value set for clientPermalinkBaseUrl. (#5098)
- Ignore badge updates from virtual rooms. (#5155)
- Fix rooms that should be hidden(such as virtual rooms) from showing. (#5185)
- Improve generated Swift header imports. (#5194)
- Fix bug where VoIP calls would not connect reliably after signout/signin. (#5199)
🧱 Build
- Only run Build CI on develop, as it is already covered by Tests and Alpha. (#5112)
- Add concurrency to the GitHub workflows to auto-cancel older runs of each action for PRs. (#5039)
Others