diff --git a/CHANGES.rst b/CHANGES.rst index 91bc68e96f..de06ae8dd1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,15 @@ +Changes in 0.6.1 (2017-10-27) +=============================================== + +Improvements: + * Upgrade MatrixKit version (v0.7.1). + * Add support for sending messages via Siri in e2e rooms, thanks to @morozkin (PR #1613). + +Bug Fix: + * Jitsi: Crash if the user display name has several components (#1616). + * CallKit - When I reject or answer a call on one device, it should stop ringing on all other iOS devices (#1618). + * The Call View Controller is displayed whereas the call has been cancelled. + Changes in 0.6.0 (2017-10-23) =============================================== diff --git a/Podfile b/Podfile index 08977f1e92..bcabbee118 100644 --- a/Podfile +++ b/Podfile @@ -6,7 +6,7 @@ source 'https://github.com/CocoaPods/Specs.git' # Different flavours of pods to MatrixKit # The current MatrixKit pod version -$matrixKitVersion = '0.7.0' +$matrixKitVersion = '0.7.1' # The develop branch version #$matrixKitVersion = 'develop' @@ -58,7 +58,7 @@ abstract_target 'RiotPods' do # OLMKit for crypto pod 'OLMKit' #pod 'OLMKit', :path => '../olm/OLMKit.podspec' - pod 'Realm', '~> 3.0.0' + pod 'Realm', '~> 3.0.1' # Remove warnings from "bad" pods pod 'OLMKit', :inhibit_warnings => true diff --git a/Podfile.lock b/Podfile.lock index 9128ba80d2..64c13d7109 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -44,27 +44,27 @@ PODS: - GZIP (1.2.1) - HPGrowingTextView (1.1) - libPhoneNumber-iOS (0.9.12) - - MatrixKit (0.7.0): + - MatrixKit (0.7.1): - cmark (~> 0.24.1) - DTCoreText (~> 1.6.17) - HPGrowingTextView (~> 1.1) - libPhoneNumber-iOS (~> 0.9.10) - - MatrixKit/Core (= 0.7.0) - - MatrixSDK (= 0.10.0) - - MatrixKit/AppExtension (0.7.0): + - MatrixKit/Core (= 0.7.1) + - MatrixSDK (= 0.10.1) + - MatrixKit/AppExtension (0.7.1): - cmark (~> 0.24.1) - DTCoreText (~> 1.6.17) - DTCoreText/Extension - HPGrowingTextView (~> 1.1) - libPhoneNumber-iOS (~> 0.9.10) - - MatrixSDK (= 0.10.0) - - MatrixKit/Core (0.7.0): + - MatrixSDK (= 0.10.1) + - MatrixKit/Core (0.7.1): - cmark (~> 0.24.1) - DTCoreText (~> 1.6.17) - HPGrowingTextView (~> 1.1) - libPhoneNumber-iOS (~> 0.9.10) - - MatrixSDK (= 0.10.0) - - MatrixSDK (0.10.0): + - MatrixSDK (= 0.10.1) + - MatrixSDK (0.10.1): - AFNetworking (~> 3.1.0) - GZIP (~> 1.2.1) - OLMKit (2.2.2): @@ -72,9 +72,9 @@ PODS: - OLMKit/olmcpp (= 2.2.2) - OLMKit/olmc (2.2.2) - OLMKit/olmcpp (2.2.2) - - Realm (3.0.0): - - Realm/Headers (= 3.0.0) - - Realm/Headers (3.0.0) + - Realm (3.0.1): + - Realm/Headers (= 3.0.1) + - Realm/Headers (3.0.1) - WebRTC (61.5.19063) DEPENDENCIES: @@ -82,10 +82,10 @@ DEPENDENCIES: - DTCoreText - GBDeviceInfo (~> 4.4.0) - GoogleAnalytics - - MatrixKit (= 0.7.0) - - MatrixKit/AppExtension (= 0.7.0) + - MatrixKit (= 0.7.1) + - MatrixKit/AppExtension (= 0.7.1) - OLMKit - - Realm (~> 3.0.0) + - Realm (~> 3.0.1) - WebRTC (= 61.5.19063) SPEC CHECKSUMS: @@ -98,12 +98,12 @@ SPEC CHECKSUMS: GZIP: 7ee835f989fb3c6ea79005fc90b8fa6af710a70d HPGrowingTextView: 88a716d97fb853bcb08a4a08e4727da17efc9b19 libPhoneNumber-iOS: b8a1038a101c78616c4df87815ac1556349faf98 - MatrixKit: 90b615acc35ff570a14264aa42aaf2136ae82bac - MatrixSDK: 100443a3f7a34232b1a3c4f89ab2d51ddfabb02f + MatrixKit: 32525c51dd8646a3338ebca7d528b0b04efd5483 + MatrixSDK: f6e05dd3061dd687f500d379483225b17c37e718 OLMKit: b9d8c0ffee9ea8c45bc0aaa9afb47f93fba7efbd - Realm: dec0de73be8c57506e39db72694d513c189493b3 + Realm: ba6144c74f835f7497791f6599d63a7755377b83 WebRTC: 141474ba648e0b940a70696c183451b4a3b2b10f -PODFILE CHECKSUM: 7a5d279285ccaba22b78a9f4bae96554207c8753 +PODFILE CHECKSUM: fdb05558507dc165abd602ca91138a3ef11ad02d COCOAPODS: 1.3.1 diff --git a/Riot/Info.plist b/Riot/Info.plist index 8ded298646..4b413674dd 100644 --- a/Riot/Info.plist +++ b/Riot/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.6.0 + 0.6.1 CFBundleSignature ???? CFBundleVersion - 0.6.0 + 0.6.1 ITSAppUsesNonExemptEncryption ITSEncryptionExportComplianceCode diff --git a/RiotShareExtension/Info.plist b/RiotShareExtension/Info.plist index bfdabfa891..2d32faa189 100644 --- a/RiotShareExtension/Info.plist +++ b/RiotShareExtension/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 0.6.0 + 0.6.1 CFBundleVersion 1 NSExtension diff --git a/SiriIntents/Info.plist b/SiriIntents/Info.plist index c32b6f8fda..dc0aae8c23 100644 --- a/SiriIntents/Info.plist +++ b/SiriIntents/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 0.6.0 + 0.6.1 CFBundleVersion 1 NSExtension