Merge branch 'develop' into element_4360

This commit is contained in:
ismailgulek
2021-06-03 14:40:33 +03:00
committed by GitHub
97 changed files with 831 additions and 720 deletions
+34 -6
View File
@@ -5,15 +5,10 @@ Changes to be released in next version
*
🙌 Improvements
* Crypto: Do not decrypt synchronously. It asynchronously happens upstream now (#4306).
* Navigation: Start decoupling view controllers managed by MasterTabBarController (#3596 and #3618).
* Jitsi: Include optional server name field on JitsiJWTPayloadContextMatrix.
* CallPresenter: Add more logs for group calls.
* MXRoomSummary: Adapt room summary changes on MatrixSDK (#4360).
🐛 Bugfix
* buildRelease.sh: Make bundler operations in the cloned repository folder.
* VoIP: Fix call bar layout issue for landscape.
* SettingsViewController: Fix crash when changing the app language (#4377).
⚠️ API Changes
*
@@ -27,6 +22,39 @@ Changes to be released in next version
Others
*
Changes in 1.4.0 (2021-06-03)
=================================================
✨ Features
*
🙌 Improvements
* Crypto: Do not decrypt synchronously. It asynchronously happens upstream now (#4306).
* Navigation: Start decoupling view controllers managed by MasterTabBarController (#3596 and #3618).
* Jitsi: Include optional server name field on JitsiJWTPayloadContextMatrix.
* CallPresenter: Add more logs for group calls.
* Logging: Adopted MXLog throughout the application (vector-im/element-ios/issues/4351).
🐛 Bugfix
* buildRelease.sh: Make bundler operations in the cloned repository folder.
* VoIP: Fix call bar layout issue for landscape.
⚠️ API Changes
*
🗣 Translations
* Fix missing translation files for Icelandic.
* Enable Esperanto, Portuguese (Brazil), Kabyle, Norwegian Bokmål (nb), Swedish, Japanese and Welsh.
🧱 Build
*
Others
*
Improvements:
* Upgrade MatrixKit version ([v0.15.0](https://github.com/matrix-org/matrix-ios-kit/releases/tag/v0.15.0)).
Changes in 1.3.9 (2021-05-18)
=================================================