diff --git a/CHANGES.rst b/CHANGES.rst index c834d5d35d..ad7f46e1fa 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,19 @@ +Changes in 0.3.8 (2017-01-24) +=============================================== + +Improvements: + * Upgrade MatrixKit version (v0.4.6). + * Crypto: Prevent people from relogging when upgrading from v0.3.4, the current app store version (PR https://github.com/matrix-org/matrix-ios-sdk/pull/226). + * AuthenticationViewController: update layout on iPhone 7. + * ContactsTableViewController: refresh the matrix ids in the local contacts when view will appear. + * ContactTableViewCell: Let ContactsTableViewController update the matrix ids of the local contacts. + * Warn that logging out will lose E2E keys (#950). + * Logs: Log versions of app, MatrixKit, MatrixSDK etc at startup. + +Bug fixes: + * Room details members: wrong unknown wording (#941). + * App may crash when user rotates the device while he joins a room. + Changes in 0.3.7 (2017-01-19) =============================================== diff --git a/Podfile b/Podfile index 316384ee90..4ceb3205fa 100644 --- a/Podfile +++ b/Podfile @@ -8,7 +8,7 @@ target "Vector" do # Different flavours of pods to MatrixKit # The tagged version on which this version of Vector has been built -pod 'MatrixKit', '0.4.5' +pod 'MatrixKit', '0.4.6' # The lastest release available on the CocoaPods repository #pod 'MatrixKit' diff --git a/Podfile.lock b/Podfile.lock index 712862dcd9..a492b4a15e 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -38,13 +38,13 @@ PODS: - GoogleAnalytics (3.17.0) - HPGrowingTextView (1.1) - libPhoneNumber-iOS (0.8.17) - - MatrixKit (0.4.5): + - MatrixKit (0.4.6): - DTCoreText (~> 1.6.17) - GHMarkdownParser (~> 0.1.2) - HPGrowingTextView (~> 1.1) - libPhoneNumber-iOS (~> 0.8.14) - - MatrixSDK (= 0.7.5) - - MatrixSDK (0.7.5): + - MatrixSDK (= 0.7.6) + - MatrixSDK (0.7.6): - AFNetworking (~> 3.1.0) - OLMKit (2.2.1): - OLMKit/olmc (= 2.2.1) @@ -59,7 +59,7 @@ PODS: DEPENDENCIES: - GBDeviceInfo (~> 4.2.2) - GoogleAnalytics - - MatrixKit (= 0.4.5) + - MatrixKit (= 0.4.6) - OLMKit - Realm (~> 2.1.1) - WebRTC (= 54.6.13869) @@ -73,12 +73,12 @@ SPEC CHECKSUMS: GoogleAnalytics: f42cc53a87a51fe94334821868d9c8481ff47a7b HPGrowingTextView: 88a716d97fb853bcb08a4a08e4727da17efc9b19 libPhoneNumber-iOS: 9f083847f8cb9b81064cff2ed2c98cbf18d9f9f2 - MatrixKit: ad0e608d6941507e455ec3d76939fd76544f58f6 - MatrixSDK: 107ae9929e50a77ee7efeb0e7413a178d8ba7932 + MatrixKit: ae3152d3ae398ba88a462f94a3d94c0953e89244 + MatrixSDK: b5081df00dcb781d1a64fbf7d317cc75873fbcd2 OLMKit: 72bbdad6c8d60b44a9dd160743d8cb85ddcf23a2 Realm: efe855f4d977c8ce5a82d3116d9f1ff155a6550c WebRTC: 9f23349248fd2e94a14cb4552bae6e591bb2fe28 -PODFILE CHECKSUM: e92eaffdb1c7726e15563273ea52254fe28de27e +PODFILE CHECKSUM: b66b2813bc7ee18974b44f5854fded832aacd9f0 COCOAPODS: 1.1.1 diff --git a/Vector/Info.plist b/Vector/Info.plist index de68457f53..bfd2b578e2 100644 --- a/Vector/Info.plist +++ b/Vector/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.3.7 + 0.3.8 CFBundleSignature ???? CFBundleVersion - 0.3.7 + 0.3.8 ITSAppUsesNonExemptEncryption ITSEncryptionExportComplianceCode