Releases: element-hq/element-x-ios
Releases · element-hq/element-x-ios
1.5.9
Changes in 1.5.9 (2024-02-27)
🙌 Improvements
- Handover log file management to Rust. (#2495)
- Add support for latest iPhones in the User Agent. Also correctly identify when running on a Mac. (#2496)
- Add error messages about refresh tokens and an invalid well-known file. (#2497)
- Tapping on the user's own avatar in the Home Screen will now bring them directly to the settings screen. (#2393)
🚧 In development 🚧
- Favourite filter implemented. (#2484)
- Implement support for (un)marking rooms as favourite from the room list and room detail screens (#2320)
- Add support for kicking and banning room members. (#2357)
Others
- Refactor AvatarHeaderView. (#2490)
1.5.8
1.5.7
1.5.6
Changes in 1.5.6 (2024-02-14)
✨ Features
- Show admins and moderators in the room member list. (#2355)
🙌 Improvements
- The timeline will filter some unnecessary state events. (#2404)
- Move member loading to the room member detail screen, avoid blocking the whole application (#2414)
- Allow text selection on the timeline item menu header (#2416)
🐛 Bugfixes
- Prevent crashes when computing aspect ratios on zero media width or height (#2437)
- Fixed RTE not retaining content when transitioning from a split navigation to a stack navigation. (#2364)
- SAS Emojis are now localised. (#2402)
- Long pressing a link will give the preview and the context menu to copy it (or open it in Safari). (#2440)
- Remove unnecessary analytics abstraction levels, directly create analytics events in the analytics service (#2408)
🚧 In development 🚧
1.5.5
Changes in 1.5.5 (2024-01-30)
✨ Features
- Added an advanced setting to turn off sending read receipts. (#2319)
- Allow partial text selection in the timeline item view source menu (#2378)
🐛 Bugfixes
- If a refresh token is found in a non OIDC session, the app will be logged out. (#2365)
🚧 In development 🚧
- Room list filters UI (does not have any impact on the room list yet) (#2382)
1.5.4
Changes in 1.5.4 (2024-01-25)
✨ Features
- Enable log previewing before reporting a problem (#734)
🙌 Improvements
- Unread messages that do not trigger notifications, will show a grey dot in the room list. (#2371)
- Removed unnecessary state events for DMs. (#2329)
- Change Leave Room to Leave Conversation for DMs (#2330)
🐛 Bugfixes
1.5.3
1.5.2
Changes in 1.5.2 (2024-01-16)
✨ Features
- Added back the mention badge option but only behind a feature flag. (#2281)
- Allow copying user display names on the room member details screen (#2333)
🙌 Improvements
- Added the user id in the room members list cells, to avoid ambiguity. (#2332)
🐛 Bugfixes
- Improved plain text mode stability. (#2327)
- Fix for dictation not working properly in RTE mode. (#2030)
- Composer won't reset its content the app is backgrounded on iPad. (#2275)
- Fix timeline entries flickering when a lot of mention pills present (#2286)
- Fix wrong notification placeholder avatar orientation on 17.2.1 (#2291)
- Trying to edit messages containing links with angle brackets doesn't pre-populate the message composer (#2296)
- Fix room messages coming in as push notifications when inside a room when entering it from the invites list (#2302)
- Fix for read receipts loading slowly when opening a room. (#2304)
- Fix reporting content screen not being displayed (#2306)
🚧 In development 🚧
- Enable database encryption for new logins on Nightly/PR builds. (#441)
1.5.1
Changes in 1.5.1 (2023-12-22)
No significant changes.
1.5.0
Changes in 1.5.0 (2023-12-21)
✨ Features
- When mentioned in a room, the room list will display a green at symbol for that room. (#1823)
- The poll history can be viewed in the room details. (#2230)
🙌 Improvements
- Add notification toggle for invitations. (#2205)
- Removed redundant options from the home menu. (#2250)
🐛 Bugfixes
- Don't keep throwing an error each time the user dismisses the error's alert when sharing a location. (#2233)
- Fix for plain text mode, using the RTE markdown to html conversion properly. (#2246)
- Detect links in room detail topics and make it more obvious when the text is truncated (#2210)
- Poll title is displayed in multiline when creating a poll. (#2215)
- Fix timeline thumbnail frames for media missing sizing info (#2253)
- Fix flipped notification placeholder avatars on iOS 17.2+ (#2259)
- Options in poll form creation can be multiline. (#2273)
🧱 Build