From 132ebe19ea06239018c3eb7ea664229fad788f6c Mon Sep 17 00:00:00 2001 From: SBiOSoftWhare Date: Thu, 21 Oct 2021 18:15:17 +0200 Subject: [PATCH 1/3] changelog.d: Upgrade MatrixKit version ([v0.16.9](https://github.com/matrix-org/matrix-ios-kit/releases/tag/v0.16.9)). --- 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 b373a6f43..dec1aaefb 100644 --- a/Podfile +++ b/Podfile @@ -13,7 +13,7 @@ use_frameworks! # - `{ {kit spec hash} => {sdk spec hash}` to depend on specific pod options (:git => …, :podspec => …) for each 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 -$matrixKitVersion = '= 0.16.7' +$matrixKitVersion = '= 0.16.9' # $matrixKitVersion = :local # $matrixKitVersion = {'develop' => 'develop'} diff --git a/changelog.d/x-nolink-0.change b/changelog.d/x-nolink-0.change new file mode 100644 index 000000000..96606160b --- /dev/null +++ b/changelog.d/x-nolink-0.change @@ -0,0 +1 @@ +Upgrade MatrixKit version ([v0.16.9](https://github.com/matrix-org/matrix-ios-kit/releases/tag/v0.16.9)). \ No newline at end of file From 297101b3d321c967cbc8eea577fe1ebed6eb7f2e Mon Sep 17 00:00:00 2001 From: SBiOSoftWhare Date: Thu, 21 Oct 2021 18:15:18 +0200 Subject: [PATCH 2/3] version++ --- CHANGES.md | 37 +++++++++++++++++++++++++++++++++++ changelog.d/2076.bugfix | 1 - changelog.d/4384.change | 1 - changelog.d/4484.change | 1 - changelog.d/4570.feature | 1 - changelog.d/4734.change | 1 - changelog.d/4834.change | 1 - changelog.d/4886.bugfix | 1 - changelog.d/4974.change | 1 - changelog.d/4976.misc | 1 - changelog.d/4978.bugfix | 1 - changelog.d/4989.bugfix | 1 - changelog.d/4992.bugfix | 1 - changelog.d/5002.change | 1 - changelog.d/5008.change | 1 - changelog.d/5009.feature | 1 - changelog.d/5012.misc | 1 - changelog.d/pr-4998.build | 1 - changelog.d/pr-5011.change | 1 - changelog.d/x-nolink-0.change | 1 - 20 files changed, 37 insertions(+), 19 deletions(-) delete mode 100644 changelog.d/2076.bugfix delete mode 100644 changelog.d/4384.change delete mode 100644 changelog.d/4484.change delete mode 100644 changelog.d/4570.feature delete mode 100644 changelog.d/4734.change delete mode 100644 changelog.d/4834.change delete mode 100644 changelog.d/4886.bugfix delete mode 100644 changelog.d/4974.change delete mode 100644 changelog.d/4976.misc delete mode 100644 changelog.d/4978.bugfix delete mode 100644 changelog.d/4989.bugfix delete mode 100644 changelog.d/4992.bugfix delete mode 100644 changelog.d/5002.change delete mode 100644 changelog.d/5008.change delete mode 100644 changelog.d/5009.feature delete mode 100644 changelog.d/5012.misc delete mode 100644 changelog.d/pr-4998.build delete mode 100644 changelog.d/pr-5011.change delete mode 100644 changelog.d/x-nolink-0.change diff --git a/CHANGES.md b/CHANGES.md index ce2055130..966ee4efa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,40 @@ +## Changes in 1.6.6 (2021-10-21) + +✨ Features + +- M10.4.1 Home space data filtering ([#4570](https://github.com/vector-im/element-ios/issues/4570)) +- Implemented message forwarding from within the main application. Updated the share extension designs. ([#5009](https://github.com/vector-im/element-ios/issues/5009)) + +🙌 Improvements + +- Settings: Refresh the appearance of headers and footers, with a few minor tweaks to the organisation. ([#5011](https://github.com/vector-im/element-ios/pull/5011)) +- Upgrade MatrixKit version ([v0.16.9](https://github.com/matrix-org/matrix-ios-kit/releases/tag/v0.16.9)). +- RecentsDataSource: Refactorings for lazy loading room summaries. ([#4384](https://github.com/vector-im/element-ios/issues/4384)) +- Contacts Access: Request access via a button tap in the new Find Your Contacts footer instead of doing it automatically. ([#4484](https://github.com/vector-im/element-ios/issues/4484)) +- Navigation: Create RoomCoordinator. ([#4734](https://github.com/vector-im/element-ios/issues/4734)) +- Navigation: Enable room stacking. ([#4834](https://github.com/vector-im/element-ios/issues/4834)) +- SwiftUI: Add FramePreferenceKey for use in ViewFrameReader. ([#4974](https://github.com/vector-im/element-ios/issues/4974)) +- URL Previews: Stop requesting URL previews if the feature has been disabled on the homeserver. ([#5002](https://github.com/vector-im/element-ios/issues/5002)) +- VectorWellKnown: Make all properties optional. ([#5008](https://github.com/vector-im/element-ios/issues/5008)) + +🐛 Bugfixes + +- Message Composer: Pasting images from Safari now pastes the image and not its URL. ([#2076](https://github.com/vector-im/element-ios/issues/2076)) +- Fixed private space invite should use lock icon instead of planet ([#4886](https://github.com/vector-im/element-ios/issues/4886)) +- Room Lists: Fix generated avatar colours not matching Element Web. ([#4978](https://github.com/vector-im/element-ios/issues/4978)) +- Contacts Sync: Move call to validateSyncLocalContactsState into MatrixKit. ([#4989](https://github.com/vector-im/element-ios/issues/4989)) +- Timeline: Selecting a message now correctly selects any reactions and URL previews too. ([#4992](https://github.com/vector-im/element-ios/issues/4992)) + +🧱 Build + +- Build: Update to Xcode 12.5 in the Fastfile and macOS 11 in the GitHub actions. ([#4998](https://github.com/vector-im/element-ios/pull/4998)) + +Others + +- Replaced deprecated HPGrowingTextView with GrowingTextView. ([#4976](https://github.com/vector-im/element-ios/issues/4976)) +- Move new issues into incoming column and move X-Needs-Info into Need info column on the issue triage board ([#5012](https://github.com/vector-im/element-ios/issues/5012)) + + ## Changes in 1.6.5 (2021-10-14) 🙌 Improvements diff --git a/changelog.d/2076.bugfix b/changelog.d/2076.bugfix deleted file mode 100644 index e85ae76ce..000000000 --- a/changelog.d/2076.bugfix +++ /dev/null @@ -1 +0,0 @@ -Message Composer: Pasting images from Safari now pastes the image and not its URL. \ No newline at end of file diff --git a/changelog.d/4384.change b/changelog.d/4384.change deleted file mode 100644 index 69945e6d1..000000000 --- a/changelog.d/4384.change +++ /dev/null @@ -1 +0,0 @@ -RecentsDataSource: Refactorings for lazy loading room summaries. diff --git a/changelog.d/4484.change b/changelog.d/4484.change deleted file mode 100644 index 2abb141a2..000000000 --- a/changelog.d/4484.change +++ /dev/null @@ -1 +0,0 @@ -Contacts Access: Request access via a button tap in the new Find Your Contacts footer instead of doing it automatically. \ No newline at end of file diff --git a/changelog.d/4570.feature b/changelog.d/4570.feature deleted file mode 100644 index e1a38944f..000000000 --- a/changelog.d/4570.feature +++ /dev/null @@ -1 +0,0 @@ -M10.4.1 Home space data filtering \ No newline at end of file diff --git a/changelog.d/4734.change b/changelog.d/4734.change deleted file mode 100644 index 23cd68343..000000000 --- a/changelog.d/4734.change +++ /dev/null @@ -1 +0,0 @@ -Navigation: Create RoomCoordinator. \ No newline at end of file diff --git a/changelog.d/4834.change b/changelog.d/4834.change deleted file mode 100644 index a4cc38029..000000000 --- a/changelog.d/4834.change +++ /dev/null @@ -1 +0,0 @@ -Navigation: Enable room stacking. \ No newline at end of file diff --git a/changelog.d/4886.bugfix b/changelog.d/4886.bugfix deleted file mode 100644 index ad58b6c36..000000000 --- a/changelog.d/4886.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed private space invite should use lock icon instead of planet \ No newline at end of file diff --git a/changelog.d/4974.change b/changelog.d/4974.change deleted file mode 100644 index 8c4588c4f..000000000 --- a/changelog.d/4974.change +++ /dev/null @@ -1 +0,0 @@ -SwiftUI: Add FramePreferenceKey for use in ViewFrameReader. \ No newline at end of file diff --git a/changelog.d/4976.misc b/changelog.d/4976.misc deleted file mode 100644 index 882070b8d..000000000 --- a/changelog.d/4976.misc +++ /dev/null @@ -1 +0,0 @@ -Replaced deprecated HPGrowingTextView with GrowingTextView. \ No newline at end of file diff --git a/changelog.d/4978.bugfix b/changelog.d/4978.bugfix deleted file mode 100644 index 36dcc382c..000000000 --- a/changelog.d/4978.bugfix +++ /dev/null @@ -1 +0,0 @@ -Room Lists: Fix generated avatar colours not matching Element Web. \ No newline at end of file diff --git a/changelog.d/4989.bugfix b/changelog.d/4989.bugfix deleted file mode 100644 index bc127643a..000000000 --- a/changelog.d/4989.bugfix +++ /dev/null @@ -1 +0,0 @@ -Contacts Sync: Move call to validateSyncLocalContactsState into MatrixKit. \ No newline at end of file diff --git a/changelog.d/4992.bugfix b/changelog.d/4992.bugfix deleted file mode 100644 index 2a89ca027..000000000 --- a/changelog.d/4992.bugfix +++ /dev/null @@ -1 +0,0 @@ -Timeline: Selecting a message now correctly selects any reactions and URL previews too. \ No newline at end of file diff --git a/changelog.d/5002.change b/changelog.d/5002.change deleted file mode 100644 index dee394802..000000000 --- a/changelog.d/5002.change +++ /dev/null @@ -1 +0,0 @@ -URL Previews: Stop requesting URL previews if the feature has been disabled on the homeserver. diff --git a/changelog.d/5008.change b/changelog.d/5008.change deleted file mode 100644 index f400bb2af..000000000 --- a/changelog.d/5008.change +++ /dev/null @@ -1 +0,0 @@ -VectorWellKnown: Make all properties optional. diff --git a/changelog.d/5009.feature b/changelog.d/5009.feature deleted file mode 100644 index 55e904a3b..000000000 --- a/changelog.d/5009.feature +++ /dev/null @@ -1 +0,0 @@ -Implemented message forwarding from within the main application. Updated the share extension designs. \ No newline at end of file diff --git a/changelog.d/5012.misc b/changelog.d/5012.misc deleted file mode 100644 index fa300a8a4..000000000 --- a/changelog.d/5012.misc +++ /dev/null @@ -1 +0,0 @@ -Move new issues into incoming column and move X-Needs-Info into Need info column on the issue triage board diff --git a/changelog.d/pr-4998.build b/changelog.d/pr-4998.build deleted file mode 100644 index 6b36ac81e..000000000 --- a/changelog.d/pr-4998.build +++ /dev/null @@ -1 +0,0 @@ -Build: Update to Xcode 12.5 in the Fastfile and macOS 11 in the GitHub actions. \ No newline at end of file diff --git a/changelog.d/pr-5011.change b/changelog.d/pr-5011.change deleted file mode 100644 index 3dfc602c1..000000000 --- a/changelog.d/pr-5011.change +++ /dev/null @@ -1 +0,0 @@ -Settings: Refresh the appearance of headers and footers, with a few minor tweaks to the organisation. \ No newline at end of file diff --git a/changelog.d/x-nolink-0.change b/changelog.d/x-nolink-0.change deleted file mode 100644 index 96606160b..000000000 --- a/changelog.d/x-nolink-0.change +++ /dev/null @@ -1 +0,0 @@ -Upgrade MatrixKit version ([v0.16.9](https://github.com/matrix-org/matrix-ios-kit/releases/tag/v0.16.9)). \ No newline at end of file From 25935c283edbeb581856c4f4c8f154bc025095bc Mon Sep 17 00:00:00 2001 From: SBiOSoftWhare Date: Thu, 21 Oct 2021 20:33:26 +0200 Subject: [PATCH 3/3] finish version++ --- Podfile.lock | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/Podfile.lock b/Podfile.lock index 2077a2dab..00be05819 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -43,6 +43,7 @@ PODS: - GBDeviceInfo (6.6.0): - GBDeviceInfo/Core (= 6.6.0) - GBDeviceInfo/Core (6.6.0) + - GrowingTextView (0.7.2) - GZIP (1.3.0) - HPGrowingTextView (1.1) - JitsiMeetSDK (3.10.2) @@ -58,29 +59,29 @@ PODS: - MatomoTracker (7.4.1): - MatomoTracker/Core (= 7.4.1) - MatomoTracker/Core (7.4.1) - - MatrixKit (0.16.7): + - MatrixKit (0.16.9): - Down (~> 0.11.0) - DTCoreText (~> 1.6.25) - HPGrowingTextView (~> 1.1) - libPhoneNumber-iOS (~> 0.9.13) - - MatrixKit/Core (= 0.16.7) - - MatrixSDK (= 0.20.7) - - MatrixKit/Core (0.16.7): + - MatrixKit/Core (= 0.16.9) + - MatrixSDK (= 0.20.9) + - MatrixKit/Core (0.16.9): - Down (~> 0.11.0) - DTCoreText (~> 1.6.25) - HPGrowingTextView (~> 1.1) - libPhoneNumber-iOS (~> 0.9.13) - - MatrixSDK (= 0.20.7) - - MatrixSDK (0.20.7): - - MatrixSDK/Core (= 0.20.7) - - MatrixSDK/Core (0.20.7): + - MatrixSDK (= 0.20.9) + - MatrixSDK (0.20.9): + - MatrixSDK/Core (= 0.20.9) + - MatrixSDK/Core (0.20.9): - AFNetworking (~> 4.0.0) - GZIP (~> 1.3.0) - libbase58 (~> 0.1.4) - OLMKit (~> 3.2.5) - Realm (= 10.16.0) - SwiftyBeaver (= 1.9.5) - - MatrixSDK/JingleCallStack (0.20.7): + - MatrixSDK/JingleCallStack (0.20.9): - JitsiMeetSDK (= 3.10.2) - MatrixSDK/Core - OLMKit (3.2.5): @@ -108,6 +109,7 @@ PODS: - LoggerAPI (~> 1.7) - SwiftLint (0.44.0) - SwiftyBeaver (1.9.5) + - WeakDictionary (2.0.2) - zxcvbn-ios (1.0.4) - ZXingObjC (3.6.5): - ZXingObjC/All (= 3.6.5) @@ -120,11 +122,11 @@ DEPENDENCIES: - FLEX (~> 4.5.0) - FlowCommoniOS (~> 1.12.0) - GBDeviceInfo (~> 6.6.0) - - HPGrowingTextView + - GrowingTextView (~> 0.7.2) - KeychainAccess (~> 4.2.2) - KTCenterFlowLayout (~> 1.3.1) - MatomoTracker (~> 7.4.1) - - MatrixKit (= 0.16.7) + - MatrixKit (= 0.16.9) - MatrixSDK - MatrixSDK/JingleCallStack - OLMKit @@ -135,6 +137,7 @@ DEPENDENCIES: - SwiftGen (~> 6.3) - SwiftJWT (~> 3.6.200) - SwiftLint (~> 0.44.0) + - WeakDictionary (~> 2.0) - zxcvbn-ios - ZXingObjC (~> 3.6.5) @@ -153,6 +156,7 @@ SPEC REPOS: - FLEX - FlowCommoniOS - GBDeviceInfo + - GrowingTextView - GZIP - HPGrowingTextView - JitsiMeetSDK @@ -176,6 +180,7 @@ SPEC REPOS: - SwiftJWT - SwiftLint - SwiftyBeaver + - WeakDictionary - zxcvbn-ios - ZXingObjC @@ -193,6 +198,7 @@ SPEC CHECKSUMS: FLEX: e51461dd6f0bfb00643c262acdfea5d5d12c596b FlowCommoniOS: e9ecbc97fb9ce5c593fb3da0e1073b65a3902026 GBDeviceInfo: ed0db16230d2fa280e1cbb39a5a7f60f6946aaec + GrowingTextView: 876bf42005b5e4a4fd740597db12caaf41f0fe6c GZIP: 416858efbe66b41b206895ac6dfd5493200d95b3 HPGrowingTextView: 88a716d97fb853bcb08a4a08e4727da17efc9b19 JitsiMeetSDK: 2f118fa770f23e518f3560fc224fae3ac7062223 @@ -204,8 +210,8 @@ SPEC CHECKSUMS: LoggerAPI: ad9c4a6f1e32f518fdb43a1347ac14d765ab5e3d Logging: beeb016c9c80cf77042d62e83495816847ef108b MatomoTracker: 24a846c9d3aa76933183fe9d47fd62c9efa863fb - MatrixKit: d0346f60c7d0723066f6a3e94ebee789edc1f580 - MatrixSDK: 1d7a64d1e25f746e35157a68374b4282b5581188 + MatrixKit: ed209774b5c3408974c52cfe2aaba4d2e8b4b05b + MatrixSDK: 9e312e3874027bf9eab61be7d0779102f8bd323a OLMKit: 9fb4799c4a044dd2c06bda31ec31a12191ad30b5 ReadMoreTextView: 19147adf93abce6d7271e14031a00303fe28720d Realm: b6027801398f3743fc222f096faa85281b506e6c @@ -216,9 +222,10 @@ SPEC CHECKSUMS: SwiftJWT: 88c412708f58c169d431d344c87bc79a87c830ae SwiftLint: e96c0a8c770c7ebbc4d36c55baf9096bb65c4584 SwiftyBeaver: 84069991dd5dca07d7069100985badaca7f0ce82 + WeakDictionary: 8cd038acd77e5d54ca4ebaec3d20853d732b45e0 zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb -PODFILE CHECKSUM: 3c829592a4e938c0248c7eb66e1aa9c4493b2334 +PODFILE CHECKSUM: 2740772a9b2d32e17876526875dfc58f67240ba0 COCOAPODS: 1.11.2