Skip to content

Releases: element-hq/element-x-ios

1.6.12

25 Jun 08:31
fa22b98
Compare
Choose a tag to compare

Changes in 1.6.12 (2024-06-25)

✨ Features

  • Draft restoring is enabled by default. (#2943)

🙌 Improvements

  • Adopt the new authentication methods exposed on Rust's Client. (#2954)

🐛 Bugfixes

  • Timestamps in room list inconsistently use absolute and relative formatting (#2679)

1.6.11

18 Jun 16:23
75e8bbd
Compare
Choose a tag to compare

Changes in 1.6.11 (2024-06-18)

🐛 Bugfixes

Fixes a bug in 1.6.10 where messages could be ordered incorrectly. (#2938)

1.6.10

18 Jun 11:12
Compare
Choose a tag to compare

Changes in 1.6.10 (2024-06-18)

✨ Features

  • Composer drafts will now be saved upon leaving the screen, and get restored later when displayed again. (#2849)

🙌 Improvements

  • Allow timeline messages text selection on both the Mac and on iOS (not on long press but a double tap) (#2924)

1.6.9

11 Jun 16:01
Compare
Choose a tag to compare

Changes in 1.6.9 (2024-06-11)

✨ Features

  • Adopt new automatically retrying message sending queue (#2842)

🐛 Bugfixes

  • Room membership state changes will use the display name whenever possible. (#2846)

Others

  • Add a flag for Forks to disable hidden profiles for ignored users (#2892)
  • Rageshake | Add device public curve25519 and ed25519 keys info to rageshake. (#2550)

1.6.8

17 May 08:50
Compare
Choose a tag to compare

Changes in 1.6.8 (2024-05-17)

🙌 Improvements

  • DM Details UI has been updated. (#2813)

🐛 Bugfixes

  • Add missing Forgot PIN option when asked to unlock the Screen Lock settings. (#2688)
  • Fix voice message recoder not showing send message button (#2845)

1.6.7

13 May 13:06
Compare
Choose a tag to compare

Changes in 1.6.7 (2024-05-13)

🙌 Improvements

  • Display message bodies (file names) next to attachment previews (#2800)
  • Room details have been updated. (#2812)
  • The UX of the profile of other users has been updated. (#2816)

🐛 Bugfixes

  • Render matrix URIs as links so they can be tapped. (#2802)
  • Show a failure toast when alias look-up fails. (#2825)

🛡️ Security

1.6.5

09 May 11:59
905b21e
Compare
Choose a tag to compare

Changes in 1.6.5 (2024-05-09)

🙌 Improvements

  • Reorder available composer menu actions (#2790)

🐛 Bugfixes

  • Only register for notifications when the setting is enabled. (#2721)
  • Prevent the message sending failure options from showing up as a popup on the room list on iPads (#2808)

1.6.4

07 May 11:53
Compare
Choose a tag to compare

Changes in 1.6.4 (2024-05-07)

✨ Features

  • Support navigating to permalinks and replies. (#2748)
  • Impement suggestion and pill support on the plain text composer (#2751)
  • Add specific UX for Expected UTDs due to membership (#2740)
  • Use the keyboard up arrow to edit the last message, use escape to cancel editing or replying. (#2765)

🙌 Improvements

  • Prevent the app from locking while recording a voice message (#2707)
  • Use an animation when scrolling to a nearby timeline item. (#2757)
  • The settings screen design has slightly changed order and grouping of the options. (#2789)

🐛 Bugfixes

  • If button shapes are enabled, emojis are now displayed properly in the menu. (#2406)
  • Fixed a bug that added an extra newline between the name and a formatted text in an emote. (#2503)
  • Fix room list looping and fighting scrolling after filtering (#2652)
  • Fix deeplinking/navigating into the same room multiple times (#2653)
  • Fix a bug where avatars were missing from the RoomChangeRolesScreen. (#2713)
  • Fix a bug where tapping the same permalink a second time didn't do anything. (#2758)
  • Scrolling to the bottom after sending a message should also go live if necessary. (#2760)
  • Handle plain room aliases as permalinks. (#2762)
  • Add missing padding on the permalink highlight. (#2764)

Others

  • Bump posthog sdk version to 3.2.0 (#2788)

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)