From cc69de9fd8c9147f0805ca2217d65567dbcab9b5 Mon Sep 17 00:00:00 2001 From: Mauro Romito Date: Tue, 13 Jun 2023 14:01:36 +0200 Subject: [PATCH 1/3] changelog.d: Upgrade MatrixSDK version ([v0.26.11](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.26.11)). --- Podfile | 2 +- changelog.d/x-nolink-0.change | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/x-nolink-0.change diff --git a/Podfile b/Podfile index f2230ef61..530656a7d 100644 --- a/Podfile +++ b/Podfile @@ -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.10' +$matrixSDKVersion = '= 0.26.11' # $matrixSDKVersion = :local # $matrixSDKVersion = { :branch => 'develop'} # $matrixSDKVersion = { :specHash => { git: 'https://git.io/fork123', branch: 'fix' } } diff --git a/changelog.d/x-nolink-0.change b/changelog.d/x-nolink-0.change new file mode 100644 index 000000000..aabe748b7 --- /dev/null +++ b/changelog.d/x-nolink-0.change @@ -0,0 +1 @@ +Upgrade MatrixSDK version ([v0.26.11](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.26.11)). \ No newline at end of file From 0a10b789029a6acfe7ec15db45f50bcafb66734d Mon Sep 17 00:00:00 2001 From: Mauro Romito Date: Tue, 13 Jun 2023 14:01:37 +0200 Subject: [PATCH 2/3] version++ --- CHANGES.md | 24 ++++++++++++++++++++++++ changelog.d/7529.bugfix | 1 - changelog.d/7554.bugfix | 1 - changelog.d/7558.change | 1 - changelog.d/7566.feature | 1 - changelog.d/7570.bugfix | 1 - changelog.d/7576.change | 1 - changelog.d/7577.bugfix | 1 - changelog.d/7579.bugfix | 1 - changelog.d/pr-7562.bugfix | 1 - changelog.d/pr-7582.feature | 1 - changelog.d/pr-7587.bugfix | 1 - changelog.d/x-nolink-0.change | 1 - 13 files changed, 24 insertions(+), 12 deletions(-) delete mode 100644 changelog.d/7529.bugfix delete mode 100644 changelog.d/7554.bugfix delete mode 100644 changelog.d/7558.change delete mode 100644 changelog.d/7566.feature delete mode 100644 changelog.d/7570.bugfix delete mode 100644 changelog.d/7576.change delete mode 100644 changelog.d/7577.bugfix delete mode 100644 changelog.d/7579.bugfix delete mode 100644 changelog.d/pr-7562.bugfix delete mode 100644 changelog.d/pr-7582.feature delete mode 100644 changelog.d/pr-7587.bugfix delete mode 100644 changelog.d/x-nolink-0.change diff --git a/CHANGES.md b/CHANGES.md index 7e942b526..47f4655bc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,27 @@ +## Changes in 1.10.13 (2023-06-13) + +✨ Features + +- Increase max. length of voice message recordings to 5m ([#7582](https://github.com/vector-im/element-ios/pull/7582)) +- Broadcast Upload Extension added to the app targets to allow Jitsi screen sharing feature. ([#7566](https://github.com/vector-im/element-ios/issues/7566)) + +🙌 Improvements + +- Upgrade MatrixSDK version ([v0.26.11](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.26.11)). +- Prompt the user when the invited MatrixId is not recognized ([#7558](https://github.com/vector-im/element-ios/issues/7558)) +- MSC3987 implementation: the 'dont_notify' action for a push_rule is now deprecated and replaced by an empty action list. ([#7576](https://github.com/vector-im/element-ios/issues/7576)) + +🐛 Bugfixes + +- Device manager: fix offline state for user's sessions overview. ([#7562](https://github.com/vector-im/element-ios/pull/7562)) +- Prevents user avatar from disappearing due to incorrect width. ([#7587](https://github.com/vector-im/element-ios/pull/7587)) +- App crashes when we make audio and video calls ([#7529](https://github.com/vector-im/element-ios/issues/7529)) +- Timeline: Room creation intro cell now correctly adjusts to light / dark theme changes. ([#7554](https://github.com/vector-im/element-ios/issues/7554)) +- Labs: Fix RTE sometimes inserting characters in wrong locations after multiple new lines ([#7570](https://github.com/vector-im/element-ios/issues/7570)) +- Labs: RTE: Fix a crash when creating a new direct chat ([#7577](https://github.com/vector-im/element-ios/issues/7577)) +- Fixed crashes when mentioning users without display names ([#7579](https://github.com/vector-im/element-ios/issues/7579)) + + ## Changes in 1.10.12 (2023-05-16) ✨ Features diff --git a/changelog.d/7529.bugfix b/changelog.d/7529.bugfix deleted file mode 100644 index 2ac672a91..000000000 --- a/changelog.d/7529.bugfix +++ /dev/null @@ -1 +0,0 @@ -App crashes when we make audio and video calls diff --git a/changelog.d/7554.bugfix b/changelog.d/7554.bugfix deleted file mode 100644 index af2778718..000000000 --- a/changelog.d/7554.bugfix +++ /dev/null @@ -1 +0,0 @@ -Timeline: Room creation intro cell now correctly adjusts to light / dark theme changes. \ No newline at end of file diff --git a/changelog.d/7558.change b/changelog.d/7558.change deleted file mode 100644 index b6eb15ae4..000000000 --- a/changelog.d/7558.change +++ /dev/null @@ -1 +0,0 @@ -Prompt the user when the invited MatrixId is not recognized diff --git a/changelog.d/7566.feature b/changelog.d/7566.feature deleted file mode 100644 index 11681dd13..000000000 --- a/changelog.d/7566.feature +++ /dev/null @@ -1 +0,0 @@ -Broadcast Upload Extension added to the app targets to allow Jitsi screen sharing feature. \ No newline at end of file diff --git a/changelog.d/7570.bugfix b/changelog.d/7570.bugfix deleted file mode 100644 index 6ea9c3824..000000000 --- a/changelog.d/7570.bugfix +++ /dev/null @@ -1 +0,0 @@ -Labs: Fix RTE sometimes inserting characters in wrong locations after multiple new lines diff --git a/changelog.d/7576.change b/changelog.d/7576.change deleted file mode 100644 index 26f9e7695..000000000 --- a/changelog.d/7576.change +++ /dev/null @@ -1 +0,0 @@ -MSC3987 implementation: the 'dont_notify' action for a push_rule is now deprecated and replaced by an empty action list. diff --git a/changelog.d/7577.bugfix b/changelog.d/7577.bugfix deleted file mode 100644 index 4e4d6f4a0..000000000 --- a/changelog.d/7577.bugfix +++ /dev/null @@ -1 +0,0 @@ -Labs: RTE: Fix a crash when creating a new direct chat diff --git a/changelog.d/7579.bugfix b/changelog.d/7579.bugfix deleted file mode 100644 index 46d61b38f..000000000 --- a/changelog.d/7579.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed crashes when mentioning users without display names \ No newline at end of file diff --git a/changelog.d/pr-7562.bugfix b/changelog.d/pr-7562.bugfix deleted file mode 100644 index 825d074f3..000000000 --- a/changelog.d/pr-7562.bugfix +++ /dev/null @@ -1 +0,0 @@ -Device manager: fix offline state for user's sessions overview. \ No newline at end of file diff --git a/changelog.d/pr-7582.feature b/changelog.d/pr-7582.feature deleted file mode 100644 index c0248da6e..000000000 --- a/changelog.d/pr-7582.feature +++ /dev/null @@ -1 +0,0 @@ - Increase max. length of voice message recordings to 5m diff --git a/changelog.d/pr-7587.bugfix b/changelog.d/pr-7587.bugfix deleted file mode 100644 index 1ddb185a9..000000000 --- a/changelog.d/pr-7587.bugfix +++ /dev/null @@ -1 +0,0 @@ -Prevents user avatar from disappearing due to incorrect width. diff --git a/changelog.d/x-nolink-0.change b/changelog.d/x-nolink-0.change deleted file mode 100644 index aabe748b7..000000000 --- a/changelog.d/x-nolink-0.change +++ /dev/null @@ -1 +0,0 @@ -Upgrade MatrixSDK version ([v0.26.11](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.26.11)). \ No newline at end of file From 90434ae4a0e188eaa48e4a3f863f78f108209b3e Mon Sep 17 00:00:00 2001 From: Mauro Romito Date: Tue, 13 Jun 2023 16:54:16 +0200 Subject: [PATCH 3/3] finish version++ --- Podfile.lock | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Podfile.lock b/Podfile.lock index eae31a173..4461d866b 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -27,9 +27,9 @@ PODS: - GBDeviceInfo/Core (7.1.0) - GZIP (1.3.0) - Introspect (0.1.4) - - JitsiMeetSDKLite (7.0.1-lite): - - JitsiWebRTC (~> 106.0) - - JitsiWebRTC (106.0.0) + - JitsiMeetSDKLite (8.1.2-lite): + - JitsiWebRTC (~> 111.0) + - JitsiWebRTC (111.0.2) - KeychainAccess (4.2.2) - KituraContracts (1.2.1): - LoggerAPI (~> 1.7) @@ -39,9 +39,9 @@ PODS: - LoggerAPI (1.9.200): - Logging (~> 1.1) - Logging (1.4.0) - - MatrixSDK (0.26.10): - - MatrixSDK/Core (= 0.26.10) - - MatrixSDK/Core (0.26.10): + - MatrixSDK (0.26.11): + - MatrixSDK/Core (= 0.26.11) + - MatrixSDK/Core (0.26.11): - AFNetworking (~> 4.0.0) - GZIP (~> 1.3.0) - libbase58 (~> 0.1.4) @@ -49,8 +49,8 @@ PODS: - OLMKit (~> 3.2.5) - Realm (= 10.27.0) - SwiftyBeaver (= 1.9.5) - - MatrixSDK/JingleCallStack (0.26.10): - - JitsiMeetSDKLite (= 7.0.1-lite) + - MatrixSDK/JingleCallStack (0.26.11): + - JitsiMeetSDKLite (= 8.1.2-lite) - MatrixSDK/Core - MatrixSDKCrypto (0.3.4) - OLMKit (3.2.12): @@ -102,8 +102,8 @@ DEPENDENCIES: - KeychainAccess (~> 4.2.2) - KTCenterFlowLayout (~> 1.3.1) - libPhoneNumber-iOS (~> 0.9.13) - - MatrixSDK (= 0.26.10) - - MatrixSDK/JingleCallStack (= 0.26.10) + - MatrixSDK (= 0.26.11) + - MatrixSDK/JingleCallStack (= 0.26.11) - OLMKit - PostHog (~> 2.0.0) - ReadMoreTextView (~> 3.0.1) @@ -178,8 +178,8 @@ SPEC CHECKSUMS: GBDeviceInfo: 5d62fa85bdcce3ed288d83c28789adf1173e4376 GZIP: 416858efbe66b41b206895ac6dfd5493200d95b3 Introspect: b62c4dd2063072327c21d618ef2bedc3c87bc366 - JitsiMeetSDKLite: d59573336ce887ec52327a9927aa8443f560d0b9 - JitsiWebRTC: f441eb0e2d67f0588bf24e21c5162e97342714fb + JitsiMeetSDKLite: 895213158cf62342069a10634a41d2f1c00057f7 + JitsiWebRTC: 80f62908fcf2a1160e0d14b584323fb6e6be630b KeychainAccess: c0c4f7f38f6fc7bbe58f5702e25f7bd2f65abf51 KituraContracts: e845e60dc8627ad0a76fa55ef20a45451d8f830b KTCenterFlowLayout: 6e02b50ab2bd865025ae82fe266ed13b6d9eaf97 @@ -187,7 +187,7 @@ SPEC CHECKSUMS: libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75 LoggerAPI: ad9c4a6f1e32f518fdb43a1347ac14d765ab5e3d Logging: beeb016c9c80cf77042d62e83495816847ef108b - MatrixSDK: 68e39c246ff8d80c5788d5fc46e93fcbb24703fa + MatrixSDK: 00cd40bc66890156236dbaedbfaaab2e15eb6d62 MatrixSDKCrypto: ac805c22c24f79f349cdbfa065855c73a4c81b51 OLMKit: da115f16582e47626616874e20f7bb92222c7a51 PostHog: 660ec6c9d80cec17b685e148f17f6785a88b597d @@ -208,6 +208,6 @@ SPEC CHECKSUMS: zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb -PODFILE CHECKSUM: 4c82d7cddeb9c9b7a7adeaa2cd76d416117cd1a6 +PODFILE CHECKSUM: 5639fbf527ef85ae1a41886c4bc4191d664b6547 COCOAPODS: 1.11.3