Skip to content

Releases: element-hq/element-x-ios

1.2.8

01 Sep 18:07
f987179
Compare
Choose a tag to compare

Changes in 1.2.8 (2023-09-01)

🙌 Improvements

  • New avatar colouring + username colouring. (#1603)

🐛 Bugfixes

  • Fix the size of the generated thumbnail when uploading media (#980)
  • Avatar colouring is aligned to web. (#1345)

1.2.7

31 Aug 16:16
Compare
Choose a tag to compare

Changes in 1.2.7 (2023-08-31)

🙌 Improvements

  • Use Safari for OIDC account management. (#1591)
  • New room button has been moved to the top. (#1602)

🐛 Bugfixes

  • Improve timestamp rendering when mixed LTR and RTL languages are present in the message. (#1539)
  • Fixed a bug that made the spring board crash when trying to mute notifications. (#1519)
  • Add app logo and fix terms link for OIDC login (only affects fresh app installs). (#1547)
  • Fixed a bug that made a magnifying glass appear when long pressing a message. (#1581)

1.2.6

22 Aug 15:50
Compare
Choose a tag to compare

Changes in 1.2.6 (2023-08-22)

✨ Features

  • Enable OIDC support, with notification content disabled for now. (#261)

🐛 Bugfixes

  • Fix for voice over reading braille dot at the end of a message. (#1538)

1.2.5

19 Aug 06:35
Compare
Choose a tag to compare

Changes in 1.2.5 (2023-08-18)

  • Sped up the room list detail fetching and rendering
  • Optimised the whole invites screen
  • Fixed local echoes getting stuck behind read receipt sending
  • Allow notifications to be filtered by push rules
  • Have the notification service extension report the correct user agent
  • Fixed weird keyboard animations when leaving the timeline

1.2.4

18 Aug 14:11
0dbbe5b
Compare
Choose a tag to compare

Changes in 1.2.4 (2023-08-18)

✨ Features

  • Allow fuzzy searching for room list rooms (#1483)

🙌 Improvements

  • Use Compound ListRow instead of .xyzStyle(.compoundRow) (#1484)

1.2.3

10 Aug 14:10
Compare
Choose a tag to compare

Changes in 1.2.3 (2023-08-10)

✨ Features

  • Re-enabled background app refreshes (#1462)
  • Re-enabled the room list cache and offline mode support (#1461)

🐛 Bugfixes

  • Fixed crash when trying to reply to media files (#1472)
  • Prevent inconsistent view hierarchies when opening rooms from push notifications (#1140)
  • Preserve new lines within the same paragraph when parsing html strings (#1463)

1.2.2

08 Aug 10:59
611baf1
Compare
Choose a tag to compare

Changes in 1.2.2 (2023-08-08)

✨ Features

  • Display avatars full screen when tapping on them from the room or member detail screens (#1448)

🐛 Bugfixes

  • Fix a bug where media previews would sometimes dismiss to show the timeline with a big empty space at the bottom. (#1428)
  • Send read receipts as messages are displayed instead of on opening/closing rooms. (#639)

🧱 Build

  • Make CI upload dSyms to Sentry before releasing to GitHub to avoid tagging failed runs. (#1457)

1.2.1

01 Aug 08:17
686fee6
Compare
Choose a tag to compare

Changes in 1.2.1 (2023-08-01)

✨ Features

  • Location sharing: view and send static locations. (#1358)
  • Timeline animations. (#1371)
  • Send current user location (#1272)
  • Contact Me switch added to the Bug Report screen. (#1299)

🙌 Improvements

  • Update Room Details to use compound styles everywhere. (#1369)
  • Tweaks for macOS only: Fix Create Room button animation bug / Restore the timeline context menu / Fix media upload preview obscuring send button. (#1383)
  • Make the app version and the device ID copyable in the Settings screen. (#623)

🐛 Bugfixes

  • Fix for UI not retaining blocked/unlocked user state after dismissing and re-entering the details from the room member list. (#910)
  • Added an FF to enable push rules filtering. Also invitation notifications will now be always displayed reliably. (#1172)
  • Compute correct sizes for portrait videos (#1262)
  • Push notifications for a room are cleared from the notification centre when opening its timeline. Same for invitations when opening the invite screen. (#1277)
  • Fixed wrong icon for files in replies. (#1319)
  • Moderators can now remove other people messages if they have permission in non direct rooms. (#1321)

🧱 Build

  • Don't upgrade more homebrew deps than needed on GitHub runners. (#1374)
  • Specify the target for code coverage in the Integration Tests plan. (#1398)

1.1.8

06 Jul 07:49
00636d9
Compare
Choose a tag to compare

Changes in 1.1.8 (2023-07-05)

✨ Features

  • Added a welcome screen that will appear only once. (#1259)

🙌 Improvements

  • Reduce horizonal message bubble padding when the avatar isn't shown (#1233)
  • Push notifications will be displayed as DM only in direct rooms where joined members are at most 2. (#1205)
  • Add encryption history banner. (#1251)

🐛 Bugfixes

  • Caching for the notification placeholder image, to avoid generating it too many times and taking too much memory. (#1243)

1.1.7

30 Jun 14:30
Compare
Choose a tag to compare

Changes in 1.1.7 (2023-06-30)

✨ Features

  • Push Notifications of rooms/dm without avatars will now display the default placeholder used in app. (#1168)
  • Send pin-drop location (#1179)

🙌 Improvements

  • Improve media preview presentation and interaction in the timeline. (#1187)
  • Update long press gesture animation (#1195)
  • Failed local echoes can be edited, they will just get cancelled and resent with the new content. (#1207)
  • Show a migration screen on the first use of the app whilst the proxy does an initial sync. (#983)
  • Delivery status is now displayed only for the last outgoing message. (#1101)
  • Filter out some message actions and reactions for failed local echoes and redacted messages. (#1151)

🐛 Bugfixes

  • Messages that have failed to be decrypted are show only view source and retry decryptions as possible actions. (#1185)
  • Fix for the flipped notification image placeholder on iOS. (#1194)