Skip to content

Releases: element-hq/element-ios

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).

v0.6.15

23 Apr 16:31
Compare
Choose a tag to compare
v0.6.15 Pre-release
Pre-release

Improvements:

  • Upgrade MatrixKit version (v0.7.11).

Bug fix:

  • Regression: Sending a photo from the photo library causes a crash.

v0.6.14

20 Apr 14:36
Compare
Choose a tag to compare
v0.6.14 Pre-release
Pre-release

Improvements:

  • Upgrade MatrixKit version (v0.7.10).
  • The minimal iOS version is now 9.0.
  • Render stickers in the timeline (#1819).
  • Support specifying kick and ban msgs (#1816), thanks to @atabrizian (PR #1824).
  • Confirmation popup when leaving room (#1793), thanks to @atabrizian (PR #1828).

Bug fixes:

v0.6.13

30 Mar 10:54
Compare
Choose a tag to compare
v0.6.13 Pre-release
Pre-release

Improvements:

  • Upgrade MatrixKit version (v0.7.9).
  • Make state event redaction handling gentler with homeserver (#1823).

Bug fixes:

  • Room summary is not updated after redaction of the room display name (#1822).

v0.6.12

13 Mar 15:34
Compare
Choose a tag to compare

Improvements:

  • Upgrade MatrixKit version (v0.7.8).
  • Add Catalan, thanks to @salvadorpla.
  • Add Bulgarian, thanks to @rbozhkova.
  • Add quick reply to notifications (#625), thanks to @joeywatts(PR #1777).
  • Room: Inform user when they cannot post to a room because of low power level.
  • Matrix Apps: Enable them by default. Remove the settings from LABS section (#1795).
  • Improve server load on event redaction (#1730).

Bug Fix:

  • Push: Missing push notifications after answering a call (#1757).
  • Fix screen flashing at startup (#1798).
  • Cannot join from a room preview for room with a long topic (#1645).
  • Groups: Room summary should not display notices about groups (#1780).
  • MXKEventFormatter: Emotes which contain a single emoji are expanded to be enormous (#1558).
  • Crypto: e2e devices list not shown (#1782).
  • Direct Chat: a room was marked as direct by mistake when I joined it.