Releases: element-hq/element-ios
Releases · element-hq/element-ios
v0.7.10
v0.7.9
v0.7.8
Improvements:
- Upgrade MatrixKit version (v0.9.1).
- Replace the deprecated MXMediaManager and MXMediaLoader interfaces use (see matrix-org/matrix-ios-sdk/pull/593).
- Replace the deprecated MXKAttachment and MXKImageView interfaces use (see matrix-org/matrix-ios-kit/pull/487).
- i18n: Enable Japanese (ja)
- i18n: Enable Hungarian (hu)
Bug fix:
- Registration: reCAPTCHA does not work anymore on iOS 10 (#2119).
v0.7.7
v0.7.5
v0.7.4
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
v0.7.0
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
Improvements:
Bug fix:
- RoomVC: Fix duplicated read receipts (regression due to read receipts performance improvement).
v0.6.18
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: