Skip to content

Releases: element-hq/element-x-ios

1.4.1

07 Nov 10:32
344fed4
Compare
Choose a tag to compare

Changes in 1.4.1 (2023-11-07)

🙌 Improvements

  • Set the App Lock grace period to 0. (#2011)

🐛 Bugfixes

  • Use the custom log level inside the NSE too. (#2020)
  • Fixed a memory leak that made the NSE crash. (#1923)
  • Fixed a bug that made the RTE color change when using mentions in dark mode. (#2009)
  • Make sure the last digit is visible when entering a PIN. (#2010)
  • Fix an inconsistency in the App Lock screen's background colour. (#2029)
  • Don't allow the Placeholder Screen layout to be influenced by the keyboard. (#2032)

1.4.0

31 Oct 16:38
d0ec76c
Compare
Choose a tag to compare

Changes in 1.4.0 (2023-10-31)

✨ Features

  • Add support for running Element Calls through Rust side widgets (#1906)
  • Pills for user mentions and the completion suggestion view are now enabled. (#1971)
  • Allow the app to be locked with a PIN code or Touch/Face ID. (#1990)
  • All users mention @room now appears in the completion suggestion view. (#1875)
  • Enable Element Call for all users. (#1983)

🙌 Improvements

  • Remove DesignKit package. (#1886)
  • Update Compound and use new pill colours. (#1989)

🐛 Bugfixes

  • Revert the OIDC redirect URL back to using a custom scheme. (#1936)

🚧 In development 🚧

  • Initial service implementation for using a PIN code (#1912)
  • Add the App Lock settings screen. (#1917)
  • Implement the AppLockScreen as per the designs. (#1925)
  • Add PIN entry screen for creating/accessing PIN settings. (#1930)
  • Add Biometrics screen for enabling Touch/Face ID after creating a PIN. (#1942)
  • Add an AppLockSetupFlowCoordinator for creating a PIN with both mandatory and optional flows. (#1949)
  • Add support for Face ID/Touch ID to app lock. (#1966)
  • Handle invalid PIN input in the settings flow. (#1972)
  • Fix a bug when setting up App Lock if biometrics aren't available. (#1981)
  • Enforce mandatory app lock outside of the authentication flow. (#1982)

1.3.3

12 Oct 14:13
Compare
Choose a tag to compare

Changes in 1.3.3 (2023-10-12)

🚧 In development 🚧

  • Initial setup for PIN/Biometric app lock. (#1876)

1.3.2

10 Oct 09:31
cb9d359
Compare
Choose a tag to compare

Changes in 1.3.2 (2023-10-10)

✨ Features

  • Tapping on matrix room id link brings you to that room. (#1853)
  • User mentions pills (behind a Feature Flag). (#1804)
  • Added the user suggestions view when trying to mention a user (but it doesn't react to tap yet). (#1826)
  • @room mention pill, and own mentions are red. (#1829)
  • Implement /me (#1841)
  • Report rust tracing configuration filter in rageshakes (#1861)

🙌 Improvements

  • Use a universal link for OIDC callbacks. (#1734)

🐛 Bugfixes

  • Add remaining iOS 17 introspections. (#1798)
  • Redirect universal links directly to the browser if they're not supported (#1824)
  • Fix message forwarding room list filtering and pagination problems (#1864)

1.3.1

27 Sep 13:44
Compare
Choose a tag to compare

Changes in 1.3.1 (2023-09-27)

🙌 Improvements

  • Removed the Reply in Thread string in the swipe to reply action. (#1795)
  • Update icons to use Compound in more places (bundling some that aren't yet prepared as tokens). (#1706)

1.3.0

20 Sep 12:32
Compare
Choose a tag to compare

Changes in 1.3.0 (2023-09-20)

No significant changes.

1.2.9

18 Sep 16:43
11429d3
Compare
Choose a tag to compare

Changes in 1.2.9 (2023-09-18)

✨ Features

  • Messages that are part of a thread will be marked with a thread decorator. (#1686)
  • Introduce a new advanced settings screen (#1699)

🙌 Improvements

  • Revert to using a Web Authentication Session for OIDC account management. (#1634)
  • Hook up universal links to the App Coordinator (this doesn't actually handle them yet). (#1638)
  • Separate Manage account from Manage devices (#1698)
  • Update app icon. (#1720)
  • Enable token refresh in the NSE (and notifications for OIDC accounts). (#1712)

🐛 Bugfixes

  • Add default schemes for detected links that don't have any (#1651)
  • The bloom does not pop in but fades in. (#1705)
  • Various accessibility fixes: add labels on timeline media, hide swipe to reply button, add sender on all messages, improve replies and reactions (#1104)
  • (#1198)
  • Add copy permalink option for messages that failed decryption (#1338)
  • Viewing reaction details UI fails to switch between multiple reactions (#1552)
  • Add missing contacts field to OIDC configuration. (#1653)
  • Fix avatar button size and make mxid copyable in Room/Member details screens. (#1669)
  • Correctly parse markdown and html received in push notifications (#1679)

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)