Skip to content

Releases: element-hq/element-ios

v0.7.10

04 Jan 15:59
Compare
Choose a tag to compare
v0.7.10 Pre-release
Pre-release

Changes in 0.7.10 (2019-01-04)

Bug fix:

  • Share extension: Fix screenshot sharing (#2022). Improve image sharing performance to avoid out of memory crash.

v0.7.9

04 Jan 15:53
Compare
Choose a tag to compare

Changes in 0.7.9 (2019-01-04)

Improvements:

  • Upgrade MatrixKit version (v0.9.2).

Bug fix:

  • Registration: email or phone number is no more skippable (#2140).

v0.7.8

12 Dec 12:12
Compare
Choose a tag to compare
v0.7.8 Pre-release
Pre-release

Improvements:

Bug fix:

  • Registration: reCAPTCHA does not work anymore on iOS 10 (#2119).

v0.7.7

31 Oct 15:16
Compare
Choose a tag to compare
v0.7.7 Pre-release
Pre-release

Improvements:

  • Upgrade MatrixKit version (v0.8.6).

Bug fix:

  • Notifications: old notifications can reappear (#1985).

v0.7.5

05 Oct 16:01
Compare
Choose a tag to compare
v0.7.5 Pre-release
Pre-release

Changes in 0.7.5 (2018-10-05)

Improvements:

  • Upgrade MatrixKit version (v0.8.5).
  • Server Quota Notices: Implement the blue banner (#1937).

v0.7.4

26 Sep 13:54
Compare
Choose a tag to compare
v0.7.4 Pre-release
Pre-release

Changes in 0.7.4 (2018-09-26)

Improvements:

  • Upgrade MatrixKit version (v0.8.4).
  • Lazy loading: Enable it by default (if the homeserver supports it).
  • i18n: Add Spanish (sp).
  • Settings: Make advanced info copyable (#2023).
  • Settings: Made cryptography info copyable, thanks to @daverPL (PR #1999).
  • Room settings: Anyone can now set a room alias (#2033).

Bug fix:

  • Fix missing read receipts when lazy-loading room members.
  • Weird text color when selecting a message (#2046).

v0.7.1

17 Aug 16:42
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

Improvements:

  • Upgrade MatrixKit version (v0.8.1).

Bug fix:

  • Empty app if initial /sync fails (#1975).
  • Direct rooms can be lost on an initial /sync (/issues/1983).
  • Fix possible race conditions in direct rooms management.

v0.7.0

10 Aug 15:56
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Changes in 0.7.0 (2018-08-10)

Improvements:

  • Upgrade MatrixKit version (v0.8.0).
  • RoomVC: Add "view decrypted source" option on the selected event (#1642).
  • RoomVC: Implement replies sending (#1911).
  • Support room versioning (#1938).
  • Add support of lazy-loading of room members (#1931) (disabled for now).
  • i18n: Add Traditional Chinese (zh_Hant).
  • i18n: Add Albanian (sq).
  • Update project structure. Organize UI related files by feature (PR#1932).
  • Move image files to xcassets (PR#1932).
  • Replies: Implement sending (#1911).
  • Support room versioning (#1938).
  • Add support of lazy-loading of room members (#1931).
  • Chat screen: Add "view decrypted source" option on the selected event (#1642).
  • Improve GDPR consent webview management (#1952).

Bug fix:

  • Multiple rooms can be opened (#1967).

v0.6.19

05 Jul 09:12
Compare
Choose a tag to compare
v0.6.19 Pre-release
Pre-release

Improvements:

Bug fix:

  • RoomVC: Fix duplicated read receipts (regression due to read receipts performance improvement).

v0.6.18

03 Jul 14:31
Compare
Choose a tag to compare
v0.6.18 Pre-release
Pre-release

Improvements:

  • Upgrade MatrixKit version (v0.7.15).
  • RoomVC: Add a re-request keys button on message unable to decrypt (#1879).
  • Analytics: Move code from AppDelegate to a dedicated class: Analytics.
  • Analytics: Track Matrix SDK stats (time to startup the app).
  • Crypto: Add telemetry for events unable to decrypt (UTDs).
  • Added the i18n localisation strings to the accessibility labels (#1842), thanks to @einMarco (PR#1906).
  • Added titles to sound files ID3 tags.

Bug fix:

  • RoomVC: Read receipts processing dramatically slows down UI (#1899).
  • Lag in typing (#1820).
  • E2E messages not decrypted in notifs after logging back in (#1914).