Changes in 1.1.5 (2023-06-26)
✨ Features
- Add analytics tracking for room creation (#1100)
- Added support for message forwarding (#978)
- Failed to send messages can now be either retried or removed by tapping on the error icon/timestamp. (#979)
- Add MapLibre SDK and the Map View component (#1062)
- Two sync loop implementation to allow to fetch and update decryption keys also from the NSE. (#1083)
- Add reverse geocoding request, that for a given coordinate will return the place name. (#1085)
- Add analytics events. (#1097)
- Filtering out push notifications for encrypted rooms based on the room push context. (#1114)
- Add static map url builder and static map UI component with placeholder and reload logic (#1115)
- Render emote notifications like in the timeline (#1117)
🙌 Improvements
- Migrate all colour tokens to use Compound and deprecate DesignKit tokens. (#732)
- General app polish. (#1036)
- Refactored AlertInfo to not use the soon to be deprecated API for alerts anymore. (#1067)
- Add a screen to be shown when new users are on the waiting list. (#1154)
🐛 Bugfixes