Skip to content

Releases: element-hq/element-x-ios

25.04.4

22 Apr 11:43
3d0accc
Compare
Choose a tag to compare

What's Changed

🙌 Improvements

  • change: stricter private timeline media visibility by @Velin92 in #4006
  • Adopt the new start chat button design. by @pixlwave in #4013
  • Stop showing the canonical alias for invites in the room list. by @pixlwave in #4020
  • Prefix the user's own messages with 'You' in the room list. by @pixlwave in #4022
  • Specific report copy for DMs by @Velin92 in #4024
  • Add the new emoji from iOS 18.4 to the reaction picker. by @pixlwave in #4023
  • Show internet connection warning when uploading keys on log out. by @pixlwave in #4027
  • Refactor the NSE so that the original notification content is preserved between all the different processing steps by @stefanceriu in #4036
  • Report room and decline & block screens tweaks by @Velin92 in #4044

🐛 Bugfixes

  • Fix missing activity indicators in the authentication flow that are visible with a slow authentication server. by @pixlwave in #4010
  • Fix a bug where your own emotes showed as '* You emoted' in the room list. by @pixlwave in #4038

⚠️ API Changes

  • Refactor SecureBackupControllerListener into SDKListener and use it everywhere. by @pixlwave in #4030

🗣 Translations

🧱 Build

📄 Documentation

🚧 In development 🚧

Others

Full Changelog: release/25.04.3...release/25.04.4

25.04.3

10 Apr 10:35
Compare
Choose a tag to compare

What's Changed

✨ Features

🙌 Improvements

  • Also show the room member management sheet when tapping on a profile in the timeline. by @Velin92 in #3995
  • Add an option to hiding timeline media only in public rooms by @Velin92 in #4004

🐛 Bugfixes

🧱 Build

Others

  • Update dependency fastlane to v2.227.1 by @renovate in #3999
  • Re-write integration test login for OIDC. by @pixlwave in #3997
  • Only use the appGroupTemporaryDirectory to access a file from the share extension. by @pixlwave in #4002

Full Changelog: release/25.04.0...release/25.04.3

25.04.0

08 Apr 11:23
3547777
Compare
Choose a tag to compare

What's Changed

✨ Features

🙌 Improvements

🐛 Bugfixes

  • fix: update compound to fix accessibility in pickers and toggles by @Velin92 in #3947
  • Bring back the background refresh stop sync crash fix by @stefanceriu in #3960
  • Load single rooms in the notification service extension by @stefanceriu in #3973

⚠️ API Changes

  • Add the push gateway to settings overrides and remove the endpoint path from it. by @pixlwave in #3970

🗣 Translations

🧱 Build

🚧 In development 🚧

Others

Full Changelog: release/25.03.8...release/25.04.0

25.03.8

27 Mar 13:53
Compare
Choose a tag to compare

What's Changed

🐛 Bugfixes

  • Revert "Attempt to prevent crashes after expiring background refreshes." by @stefanceriu in #3946

⚠️ API Changes

  • Refactor the MapTiler configuration into a single place. by @pixlwave in #3944

Full Changelog: release/25.03.7...release/25.03.8

25.03.7

26 Mar 12:47
Compare
Choose a tag to compare

What's Changed

✨ Features

🐛 Bugfixes

⚠️ API Changes

🗣 Translations

Others

  • Add developer options for Rust's Log Packs. by @pixlwave in #3929
  • Update GitHub Actions to v5 (major) by @renovate in #3928
  • Update apple-actions/import-codesign-certs digest to cfd6eb3 by @renovate in #3937
  • Use 'Dismiss' to close pinned identity changes, instead of 'Ok' by @andybalaam in #3936
  • Add NSPrivacyTracking and NSPrivacyCollectedDataTypes to PrivacyInfo.xcprivacy by @pixlwave in #3935
  • Embed element call by @Velin92 in #3939

Full Changelog: release/25.03.5...release/25.03.7

25.03.6

25 Mar 16:46
60024c7
Compare
Choose a tag to compare

What's Changed

✨ Features

🐛 Bugfixes

  • FIX: DM invites now render avatars correctly by @Velin92 in #3931
  • FIX: Reply view will now render pills as plain text by @Velin92 in #3938

⚠️ API Changes

🗣 Translations

Others

  • Add developer options for Rust's Log Packs. by @pixlwave in #3929
  • Update GitHub Actions to v5 (major) by @renovate in #3928
  • Update apple-actions/import-codesign-certs digest to cfd6eb3 by @renovate in #3937
  • Use 'Dismiss' to close pinned identity changes, instead of 'Ok' by @andybalaam in #3936
  • Add NSPrivacyTracking and NSPrivacyCollectedDataTypes to PrivacyInfo.xcprivacy by @pixlwave in #3935
  • Embed element call by @Velin92 in #3939

Full Changelog: release/25.03.5...release/25.03.6

25.03.5

21 Mar 10:29
Compare
Choose a tag to compare

What's Changed

🧱 Build

Note: This version also includes all of the changes from 25.03.3

25.03.3

20 Mar 16:10
8e9e657
Compare
Choose a tag to compare

What's Changed

✨ Features

🙌 Improvements

🐛 Bugfixes

  • Fix sharing from in-app QuickLook to itself by @stefanceriu in #3902
  • Fix: completion service matches now any character by @Velin92 in #3911
  • Fix an issue rendering pills in some forks. by @pixlwave in #3913
  • Attempt to fix the wrong timeline start display by defaulting the backwards publisher to .idle by @stefanceriu in #3924

🗣 Translations

🧱 Build

  • Improve next release flow to rebase main by @Velin92 in #3876
  • Check if the git is shallow before fetching by @Velin92 in #3879
  • CI: git fetch unshallow only in post-clone by @Velin92 in #3880
  • Use updated Fastlane lane. by @pixlwave in #3877
  • Prefix our release tags with release/ by @pixlwave in #3894
  • Remove the unused TestMeasurementParser and lint integration tests again by @pixlwave in #3918
  • Stop CI from uploading Codecov results when a PR comes from a fork. by @pixlwave in #3917

Others

Full Changelog: 25.03.2...release/25.03.3

25.03.2

06 Mar 12:16
Compare
Choose a tag to compare

What's Changed

✨ Features

🐛 Bugfixes

  • show "Room" for unresolved event permalinks by @Velin92 in #3854
  • Private rooms are now created with the .invited room history visibility by @Velin92 in #3853
  • Use a static room summary provider to resolve room summaries through id and aliases by @Velin92 in #3863
  • Prevent various room subscription task from blocking opening rooms by @stefanceriu in #3873

🗣 Translations

🧱 Build

Others

Full Changelog: 25.03.1...25.03.2

25.03.1

26 Feb 11:50
ff41431
Compare
Choose a tag to compare

What's Changed

🐛 Bugfixes

Full Changelog: 25.03.0...25.03.1