|
| 1 | +## Changes in 1.8.5 (2024-10-08) |
| 2 | + |
| 3 | +### What's Changed |
| 4 | + |
| 5 | +✨ Features |
| 6 | +* Display a warning when a user's pinned identity changes by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3368 |
| 7 | + |
| 8 | +🙌 Improvements |
| 9 | +* Add detection for latest devices. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3327 |
| 10 | +* Configure the AuthenticationService later now that we have 2 flows on the start screen. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3316 |
| 11 | +* Selecting a server that doesn't support login now fails instead of letting you continue to a failure later. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3342 |
| 12 | +* Add new emoji from iOS 17.4 to the reaction picker. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3376 |
| 13 | + |
| 14 | +🐛 Bugfixes |
| 15 | +* Use a plain view for reactions instead of a TabView. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3328 |
| 16 | +* Upgrade Kingfisher to fix a bug that prevented GIFs from being tapped. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3326 |
| 17 | +* Make sure the room header takes up as much space as possible (to hide the back button). by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3335 |
| 18 | +* Have ElementCall always default to the speaker; prevent the lock button from ending the call by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3338 |
| 19 | +* Allow focusing the different avatars making up a DM details cluster separately. by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3341 |
| 20 | +* Disable auto correction when running on the Mac by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3364 |
| 21 | + |
| 22 | +🗣 Translations |
| 23 | +* Translations update by @RiotRobot in https://github.com/element-hq/element-x-ios/pull/3347 |
| 24 | +* Translations update by @RiotRobot in https://github.com/element-hq/element-x-ios/pull/3371 |
| 25 | + |
| 26 | +🧱 Build |
| 27 | +* Start fixing flakey tests ❄️ by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3329 |
| 28 | +* Integration test runner switch by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3343 |
| 29 | +* Switch UI tests back to the perf-only runner. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3349 |
| 30 | + |
| 31 | +🚧 In development 🚧 |
| 32 | +* Add developer option to hide media in the timeline. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3366 |
| 33 | + |
| 34 | +Others |
| 35 | +* Integration test improvements by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3330 |
| 36 | +* crypto: rename invisible crypto flag to deviceIsolationMode by @BillCarsonFr in https://github.com/element-hq/element-x-ios/pull/3331 |
| 37 | +* chore(deps): update dependency fastlane to v2.223.0 by @renovate in https://github.com/element-hq/element-x-ios/pull/3337 |
| 38 | +* Log any failures when creating a call widget. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3339 |
| 39 | +* chore(deps): update dependency fastlane to v2.223.1 by @renovate in https://github.com/element-hq/element-x-ios/pull/3340 |
| 40 | +* Tracing and integration test tweaks by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3336 |
| 41 | +* Remove message pinning FF by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3318 |
| 42 | +* Move the core logic in LoginScreenCoordinator into the ViewModel. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3348 |
| 43 | +* Bump the RustSDK to v1.0.53: adopt latest record based timeline item APIs by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/3356 |
| 44 | +* use element-hq RTE version by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3360 |
| 45 | +* Hide timeline media preparation by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3361 |
| 46 | +* chore(deps): update dependency fastlane to v2.224.0 by @renovate in https://github.com/element-hq/element-x-ios/pull/3370 |
| 47 | +* Record a missing snapshot. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3374 |
| 48 | +* Update the SDK and use media `filename` and `caption` internally. by @pixlwave in https://github.com/element-hq/element-x-ios/pull/3375 |
| 49 | +* update sdk by @Velin92 in https://github.com/element-hq/element-x-ios/pull/3377 |
| 50 | + |
| 51 | + |
| 52 | +**Full Changelog**: https://github.com/element-hq/element-x-ios/compare/1.8.4...1.8.5 |
| 53 | + |
1 | 54 | ## Changes in 1.8.4 (2024-09-24)
|
2 | 55 |
|
3 | 56 | ### What's Changed
|
|
0 commit comments