Skip to content

Releases: element-hq/element-x-ios

1.7.3

13 Aug 10:54
Compare
Choose a tag to compare

What's Changed

✨ Features

🐛 Bugfixes

  • Fix a bug where a new line in the composer could move the caret. by @pixlwave in #3114
  • Make sure the whole room header is tappable. by @pixlwave in #3125
  • Force the room list search text field to always be displayed by @stefanceriu in #3127
  • Fix search in the Change Roles screen. by @pixlwave in #3138
  • Various ElementCall fixes by @stefanceriu in #3140
  • Fixes #3126 - Prevent identity confirmation from blocking the user's progress after registering through OIDC by @stefanceriu in #3141
  • Fix a bug where the server versions for matrix.org were used when signing in to a different server. by @pixlwave in #3155
  • Stop showing filters when the room list is not in the rooms display mode by @stefanceriu in #3156

🧱 Build

🚧 In development 🚧

Others

New Contributors

Full Changelog: 1.7.2...1.7.3

1.7.2

30 Jul 08:56
a2ea9c4
Compare
Choose a tag to compare

What's Changed

🙌 Improvements

  • Add the inviter to JoinRoomScreen when it's an invite. by @pixlwave in #3093

🐛 Bugfixes

🚧 In development 🚧

Others

Full Changelog: 1.7.1...1.7.2

1.7.1

26 Jul 08:33
8ff53da
Compare
Choose a tag to compare

What's Changed

🐛 Bugfixes

  • Trim number of resolved alias vias and always default to a join button in the room preview screen by @stefanceriu in #3082
  • Fix a crash experienced when trying to report a crash. by @pixlwave in #3086

🚧 In development 🚧

  • Automatically sign out when toggling the Simplified Sliding Sync feature flag. by @pixlwave in #3071
  • Fix the restoration of a Simplified Sliding Sync session. by @pixlwave in #3081
  • Hide/Show pin banner based on scroll direction by @Velin92 in #3080

Others

  • Update Compound and handle API breaks in Introspect. by @pixlwave in #3083

Full Changelog: 1.7.0...1.7.1

1.7.0

22 Jul 15:45
ca052b9
Compare
Choose a tag to compare

What's Changed

✨ Features

🙌 Improvements

🐛 Bugfixes

  • Fix for the left room event using member instead of the sender by @Velin92 in #3000
  • Fix a crash when 2 present room events are sent in quick succession. by @pixlwave in #3001
  • Make sure the BugReportScreen allows the user to retry if sending fails. by @pixlwave in #3012
  • FIX: saving draft did not save the pill markdown content by @Velin92 in #3003
  • Update the SDK (fixes unnecessary encryption state requests in the room list). by @pixlwave in #3016
  • Restore Mentions in plain text mode by @Velin92 in #3018
  • Make sure Element Call uses the correct theme and language. by @pixlwave in #3017
  • Fix stuck unread indicators. by @pixlwave in #3023
  • Fix the string used for encrypted events in the room list. by @pixlwave in #3030
  • Update the SDK fixing a few room list bugs. by @pixlwave in #3054
  • Fix a potential race condition when redacting a message. by @pixlwave in #3061
  • Use the same UI as Android when tapping a link to a private room. by @pixlwave in #3044
  • Use both the room list room and the room preview details to populate the join room screen by @stefanceriu in #3062
  • Fix editing items not in the timeline failing by @Velin92 in #3075
  • ElementCall unable to access media on ongoing CallKit session. by @stefanceriu in #3077

🗣 Translations

🧱 Build

🚧 In development 🚧

Others

Full Changelog: 1.6.13...1.7.0

1.6.13

04 Jul 10:41
7da720c
Compare
Choose a tag to compare

What's Changed

✨ Features

  • Add support for editing local echoes and remove redundant failed sent message menu by @stefanceriu in #2983
  • Allow Element Call's widget URL to be configured by the homeserver. by @stefanceriu in #2971
  • Volatile draft to restore the composer after an edit. by @Velin92 in #2996

🙌 Improvements

  • Hide timeline style selection by @Velin92 in #2968
  • Cleanup how we setup the CallKit provider and have it be used for outgoing calls as well by @stefanceriu in #2967

🐛 Bugfixes

  • Stop the timeline from requesting back pagination whilst loading existing items. by @pixlwave in #2969
  • Edit by timeline item only if the event id is missing by @Velin92 in #2989
  • Add a missing scheme when getting the Element .well-known file. by @pixlwave in #2995

🗣 Translations

🧱 Build

  • Replace Towncrier with GitHub releases + labels. by @pixlwave in #2966
  • Trigger a Danger CI run when labelling a PR too. by @pixlwave in #2972
  • Add changelog labels to PRs from Localazy and Renovate. by @pixlwave in #2981
  • Use XcodeGen files for app variants and setup Enterprise submodule. by @pixlwave in #2976
  • Setup unit tests for Enterprise. by @pixlwave in #2984

Others

Full Changelog: 1.6.12...1.6.13

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)