Skip to content

Releases: element-hq/element-x-ios

1.6.3

15 Apr 11:06
e7af7fb
Compare
Choose a tag to compare

Changes in 1.6.3 (2024-04-15)

🙌 Improvements

  • Add a UserProfileScreen to handle permalinks for users that aren't in the current room. (#2634)

🚧 In development 🚧

  • QR Code login screen displays now the camera view. (#2674)

1.6.2

09 Apr 11:41
0856891
Compare
Choose a tag to compare

Changes in 1.6.2 (2024-04-09)

✨ Features

  • Implement public room search list pagination and room joining (#2518)
  • Added a view that explains how to reset your recovery key in case the user forgot it. (#2647)

🙌 Improvements

  • Allow a room to push another room onto the navigation stack instead of replacing itself. (#2587)
  • Add trophy icon next to the winning poll option (#2609)

🐛 Bugfixes

  • Fix ReplyView when its content has been redacted. (#2396)
  • The message composer now correctly recognises when it is empty after deleting a space or a new line. (#2538)
  • Fix pushers not being registered on re-login after recent Onboarding changes (#2602)
  • Fix room permalink building, allow dashes in room identifiers (#2618)
  • Prevent crashes when mentioning users when running on the Mac (#2627)

🚧 In development 🚧

  • Bug fixes on the moderation feature. (#2608)
  • QR Code login view first step implemented. (#2667)
  • Added an FF for QR code login, and a CTA in the auth screen, to start the flow. (#2621)

1.6.1

25 Mar 16:30
7df207c
Compare
Choose a tag to compare

Changes in 1.6.1 (2024-03-25)

🐛 Bugfixes

  • Fix a bug where the new messages in a room weren't always shown until your re-opened the room. (#2605)

1.6.0

22 Mar 14:31
Compare
Choose a tag to compare

Changes in 1.6.0 (2024-03-22)

✨ Features

  • Introduce a new notification permissions screen as part of the onboarding flows (#2593)

🙌 Improvements

  • Move session verification to the onboarding flows, make it mandatory (#2592)
  • Remove the outdated welcome screen (#2594)
  • Update onboarding flows to consolidate identity confirmation, analytics consent and notification permissions (#2595)

🚧 In development 🚧

  • Room directory search to search public rooms can now be accessed and used for searching, with no pagination yet. Only available in nightly. (#2585)

1.5.12

14 Mar 23:59
7611123
Compare
Choose a tag to compare

Changes in 1.5.12 (2024-03-14)

Others

  • Stop showing that a user's role has changed in the room timeline. (#2359)

1.5.11

12 Mar 22:08
0ebd242
Compare
Choose a tag to compare

Changes in 1.5.11 (2024-03-12)

✨ Features

  • The features: Filters, Mark as Read/Unread/Favourites are now available. (#2541)
  • Added support for m.call.invite events in the timeline, room list and notifications (#1837)
  • Add a blocked users section in the app settings (#2486)

🙌 Improvements

  • Inline predictions have been disabled on iOS 17 temporarily to avoid issues with the text editor. (#2558)

🐛 Bugfixes

  • Don't pass a URL as a log destination to rust on macOS (#2506)
  • Fix a bug where some avatar backgrounds were hard to see in notifications. (#2514)
  • Fix crashes when blocking/unblocking users (#2553)

🚧 In development 🚧

  • Create the Roles and Permissions screen. (#2505)
  • Searching hides and ignores filtering now. (#2530)
  • Add RoomChangeRolesScreen. (#2356)
  • Add RoomChangePermissionsScreen. (#2358)
  • Added an empty state view when the filter returns no rooms. (#2522)

Others

  • Remove the special log level for the Rust SDK read receipts. (#2544)

1.5.10

27 Feb 16:37
Compare
Choose a tag to compare

Changes in 1.5.10 (2024-02-27)

No significant changes.

1.5.9

27 Feb 15:10
fdbaef5
Compare
Choose a tag to compare

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

19 Feb 14:53
ae869e9
Compare
Choose a tag to compare

Changes in 1.5.8 (2024-02-19)

✨ Features

  • Add the list of banned users, shown to room members who have the power ban/unban. (#2355)

🙌 Improvements

  • Replaced the share my location button icon with the iOS share icon. (#1486)

1.5.7

16 Feb 11:57
77ad847
Compare
Choose a tag to compare

Changes in 1.5.7 (2024-02-16)

🐛 Bugfixes

  • Fixed link colours inside code blocks. (#2379)