|
| 1 | +## Changes in 1.8.13 (2022-04-20) |
| 2 | + |
| 3 | +✨ Features |
| 4 | + |
| 5 | +- Onboarding: Enable profile personalisation screens after registration. ([#5652](https://github.com/vector-im/element-ios/issues/5652)) |
| 6 | + |
| 7 | +🙌 Improvements |
| 8 | + |
| 9 | +- SwiftUI Templates: The coordinators now include a basic implementation of the new UserIndicators. ([#6014](https://github.com/vector-im/element-ios/pull/6014)) |
| 10 | +- Upgrade MatrixSDK version ([v0.23.3](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.23.3)). |
| 11 | +- Open the room when user accepts an invite from the room list ([#4986](https://github.com/vector-im/element-ios/issues/4986)) |
| 12 | +- Display presence indicator on home, DM list & details ([#5933](https://github.com/vector-im/element-ios/issues/5933)) |
| 13 | +- Location sharing: Create a screen specific for viewing static shared location ([#5982](https://github.com/vector-im/element-ios/issues/5982)) |
| 14 | +- Presence: add an optional setting for offline mode ([#5995](https://github.com/vector-im/element-ios/issues/5995)) |
| 15 | +- Context menu: Room preview do not update the read receipt any more ([#6008](https://github.com/vector-im/element-ios/issues/6008)) |
| 16 | +- Pods: Stop excluding ARM64 simulator builds following an update to JitsiMeetSDK. ([#6018](https://github.com/vector-im/element-ios/issues/6018)) |
| 17 | +- Settings: Add threads discourage view when server doesn't support threads. ([#6038](https://github.com/vector-im/element-ios/issues/6038)) |
| 18 | + |
| 19 | +🐛 Bugfixes |
| 20 | + |
| 21 | +- Home: Reduce the number of unnecessary home page reloads ([#5619](https://github.com/vector-im/element-ios/issues/5619)) |
| 22 | +- Add button in create room dialog can be pressed multiple times ([#5901](https://github.com/vector-im/element-ios/issues/5901)) |
| 23 | +- Rooms: Register unique cells for home screen sections ([#5958](https://github.com/vector-im/element-ios/issues/5958)) |
| 24 | +- Wrong copy for upgrade room message ([#5997](https://github.com/vector-im/element-ios/issues/5997)) |
| 25 | +- Reset home filters when switching tabs. ([#6004](https://github.com/vector-im/element-ios/issues/6004)) |
| 26 | +- Fix contact details view layout to safe area ([#6012](https://github.com/vector-im/element-ios/issues/6012)) |
| 27 | +- Element: Fix some crashes after 1.8.10. ([#6023](https://github.com/vector-im/element-ios/issues/6023)) |
| 28 | + |
| 29 | +🗣 Translations |
| 30 | + |
| 31 | +- Fix notifications showing NOTIFICATION instead of Notification when a translation isn't available. ([#6011](https://github.com/vector-im/element-ios/pull/6011)) |
| 32 | + |
| 33 | +🚧 In development 🚧 |
| 34 | + |
| 35 | +- Location sharing: Support live location sharing start. ([#5929](https://github.com/vector-im/element-ios/issues/5929)) |
| 36 | + |
| 37 | +Others |
| 38 | + |
| 39 | +- Analytics: Update debug configuration. ([#6020](https://github.com/vector-im/element-ios/pull/6020)) |
| 40 | +- Warn users about incoming iOS 12 and 13 support drop. ([#6024](https://github.com/vector-im/element-ios/pull/6024)) |
| 41 | +- Fix some warnings. ([#6032](https://github.com/vector-im/element-ios/pull/6032)) |
| 42 | + |
| 43 | + |
1 | 44 | ## Changes in 1.8.12 (2022-04-06) |
2 | 45 |
|
3 | 46 | 🐛 Bugfixes |
|
0 commit comments