Merge branch 'master' into develop

This commit is contained in:
Mauro Romito
2023-03-21 18:30:43 +01:00
11 changed files with 30 additions and 20 deletions
+18
View File
@@ -1,3 +1,21 @@
## Changes in 1.10.6 (2023-03-21)
🙌 Improvements
- Encryption: Refactor user / room encryption trust level ([#7430](https://github.com/vector-im/element-ios/pull/7430))
- Crypto: Increase local rust crypto rollout to 20% of all users ([#7434](https://github.com/vector-im/element-ios/pull/7434))
- Upgrade MatrixSDK version ([v0.26.2](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.26.2)).
- Permalinks to a room/space are pillified ([#7409](https://github.com/vector-im/element-ios/issues/7409))
- Permalinks to a matrix user are pillified ([#7411](https://github.com/vector-im/element-ios/issues/7411))
- Permalinks to messages are pillified ([#7412](https://github.com/vector-im/element-ios/issues/7412))
- Loading: Update startup progress UX ([#7417](https://github.com/vector-im/element-ios/issues/7417))
🐛 Bugfixes
- Room list: increase tappability area of the avatar button. ([#7427](https://github.com/vector-im/element-ios/pull/7427))
- Manage bad m.file attachment format. ([#7406](https://github.com/vector-im/element-ios/issues/7406))
## Changes in 1.10.5 (2023-03-13)
🙌 Improvements
+1 -1
View File
@@ -16,7 +16,7 @@ use_frameworks!
# - `{ :specHash => {sdk spec hash}` to depend on specific pod options (:git => …, :podspec => …) for MatrixSDK repo. Used by Fastfile during CI
#
# Warning: our internal tooling depends on the name of this variable name, so be sure not to change it
$matrixSDKVersion = '= 0.26.1'
$matrixSDKVersion = '= 0.26.2'
# $matrixSDKVersion = :local
# $matrixSDKVersion = { :branch => 'develop'}
# $matrixSDKVersion = { :specHash => { git: 'https://git.io/fork123', branch: 'fix' } }
+11 -11
View File
@@ -37,20 +37,20 @@ PODS:
- LoggerAPI (1.9.200):
- Logging (~> 1.1)
- Logging (1.4.0)
- MatrixSDK (0.26.1):
- MatrixSDK/Core (= 0.26.1)
- MatrixSDK/Core (0.26.1):
- MatrixSDK (0.26.2):
- MatrixSDK/Core (= 0.26.2)
- MatrixSDK/Core (0.26.2):
- AFNetworking (~> 4.0.0)
- GZIP (~> 1.3.0)
- libbase58 (~> 0.1.4)
- MatrixSDKCrypto (= 0.2.1)
- MatrixSDKCrypto (= 0.3.0)
- OLMKit (~> 3.2.5)
- Realm (= 10.27.0)
- SwiftyBeaver (= 1.9.5)
- MatrixSDK/JingleCallStack (0.26.1):
- MatrixSDK/JingleCallStack (0.26.2):
- JitsiMeetSDK (= 5.0.2)
- MatrixSDK/Core
- MatrixSDKCrypto (0.2.1)
- MatrixSDKCrypto (0.3.0)
- OLMKit (3.2.12):
- OLMKit/olmc (= 3.2.12)
- OLMKit/olmcpp (= 3.2.12)
@@ -100,8 +100,8 @@ DEPENDENCIES:
- KeychainAccess (~> 4.2.2)
- KTCenterFlowLayout (~> 1.3.1)
- libPhoneNumber-iOS (~> 0.9.13)
- MatrixSDK (= 0.26.1)
- MatrixSDK/JingleCallStack (= 0.26.1)
- MatrixSDK (= 0.26.2)
- MatrixSDK/JingleCallStack (= 0.26.2)
- OLMKit
- PostHog (~> 2.0.0)
- ReadMoreTextView (~> 3.0.1)
@@ -183,8 +183,8 @@ SPEC CHECKSUMS:
libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75
LoggerAPI: ad9c4a6f1e32f518fdb43a1347ac14d765ab5e3d
Logging: beeb016c9c80cf77042d62e83495816847ef108b
MatrixSDK: 0a371af6c33ef20c9c5000cf2badf3d600c25d26
MatrixSDKCrypto: 477d818bf2cc37b6cf702a290eb647bc8cf3cb1b
MatrixSDK: 010cdccea670b6b2e1a665976bd1a1e6ea5330ca
MatrixSDKCrypto: 05ebe373ccebf40f8a0cff37d8f8b24fd01b9883
OLMKit: da115f16582e47626616874e20f7bb92222c7a51
PostHog: 660ec6c9d80cec17b685e148f17f6785a88b597d
ReadMoreTextView: 19147adf93abce6d7271e14031a00303fe28720d
@@ -204,6 +204,6 @@ SPEC CHECKSUMS:
zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c
ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb
PODFILE CHECKSUM: d0f3ced275c85b9eadb07bd1b92ad8ae7a40e243
PODFILE CHECKSUM: 90e256afba3906cdb4c1a3c1eb764abff6843a76
COCOAPODS: 1.11.3
-1
View File
@@ -1 +0,0 @@
Manage bad m.file attachment format.
-1
View File
@@ -1 +0,0 @@
Permalinks to a room/space are pillified
-1
View File
@@ -1 +0,0 @@
Permalinks to a matrix user are pillified
-1
View File
@@ -1 +0,0 @@
Permalinks to messages are pillified
-1
View File
@@ -1 +0,0 @@
Loading: Update startup progress UX
-1
View File
@@ -1 +0,0 @@
Room list: increase tappability area of the avatar button.
-1
View File
@@ -1 +0,0 @@
Encryption: Refactor user / room encryption trust level
-1
View File
@@ -1 +0,0 @@
Crypto: Increase local rust crypto rollout to 20% of all users