1.0.13
Changes in 1.0.13 (2023-01-13)
✨ Features
- Add support for manually starting SaS verification flows and accepting remotely started ones (#408)
- Add support for new timeline items: loading indicators, stickers, invalid events and begining of history (#424)
🙌 Improvements
- Add MediaProvider tests. (#386)
- UserSession: Add unit tests. (#390)
- Use the links colour from Compound for links and avoid recomputing the RoomScreen view hierarchy while scrolling. (#406)
- Notification Manager: Replace completion handlers with async/await. (#407)
- Use QuickLook previews for video and present previews full screen (doesn't address gestures yet). (#418)
🐛 Bugfixes
- Use pagination indicators and start of room timeline items to update the view's pagination state. (#432)
- Prevent crash popups when force quitting the application (#437)
- Wait for logout confirmation before changing the app state (#340)
- Migrate and store session data in Application Support instead of Caches (#389)
- Video playback: Fix playback of encrypted video files. (#419)
🧱 Build