version++

This commit is contained in:
Giom Foret 2017-11-30 11:16:11 +01:00
parent 4df11f6b26
commit c834e21099
7 changed files with 46 additions and 23 deletions

View file

@ -1,3 +1,27 @@
Changes in 0.6.3 (2017-11-30)
===============================================
Improvements:
* Upgrade MatrixKit version (v0.7.3).
* Crypto: Add key sharing dialog for incoming room key requests (PR #1652, PR #1655).
* Update developing instructions in README, thanks to @aaronraimist.
* Add basic OLED black theme, thanks to @aaronraimist (PR #1665).
* Make code compatible with `!use_frameworks` in Podfile.
Bug Fix:
* Failed to send photos which are not stored on the local device and must be downloaded from iCloud (#1654).
* Spontaneous logouts (#1643).
* Dark theme: Make the keyboard dark (#1620), thanks to @aaronraimist.
* App crashes when user wants to share a message (matrix-org/riot-ios-rageshakes#676).
* Fix UICollectionView warning: The behavior of the UICollectionViewFlowLayout is not defined...
Translations:
* Vietnamese, enabled thanks to @loulsle.
* Simplified Chinese, updated thanks to @tonghuix.
* German, updated thanks to @dccs and @fkalis.
* Japanese, updated thanks to @yuurii and @libraryxhime.
* Russian, updated thanks to @Walter.
Changes in 0.6.2 (2017-11-13)
===============================================

View file

@ -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.2'
$matrixKitVersion = '0.7.3'
# The develop branch version
#$matrixKitVersion = 'develop'

View file

@ -44,27 +44,27 @@ PODS:
- GZIP (1.2.1)
- HPGrowingTextView (1.1)
- libPhoneNumber-iOS (0.9.12)
- MatrixKit (0.7.2):
- MatrixKit (0.7.3):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.17)
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.10)
- MatrixKit/Core (= 0.7.2)
- MatrixSDK (= 0.10.3)
- MatrixKit/AppExtension (0.7.2):
- MatrixKit/Core (= 0.7.3)
- MatrixSDK (= 0.10.4)
- MatrixKit/AppExtension (0.7.3):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.17)
- DTCoreText/Extension
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.10)
- MatrixSDK (= 0.10.3)
- MatrixKit/Core (0.7.2):
- MatrixSDK (= 0.10.4)
- MatrixKit/Core (0.7.3):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.17)
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.10)
- MatrixSDK (= 0.10.3)
- MatrixSDK (0.10.3):
- MatrixSDK (= 0.10.4)
- MatrixSDK (0.10.4):
- AFNetworking (~> 3.1.0)
- GZIP (~> 1.2.1)
- OLMKit (2.2.2):
@ -82,8 +82,8 @@ DEPENDENCIES:
- DTCoreText
- GBDeviceInfo (~> 4.4.0)
- GoogleAnalytics
- MatrixKit (= 0.7.2)
- MatrixKit/AppExtension (= 0.7.2)
- MatrixKit (= 0.7.3)
- MatrixKit/AppExtension (= 0.7.3)
- OLMKit
- Realm (~> 3.0.1)
- WebRTC (= 61.5.19063)
@ -98,12 +98,12 @@ SPEC CHECKSUMS:
GZIP: 7ee835f989fb3c6ea79005fc90b8fa6af710a70d
HPGrowingTextView: 88a716d97fb853bcb08a4a08e4727da17efc9b19
libPhoneNumber-iOS: b8a1038a101c78616c4df87815ac1556349faf98
MatrixKit: d1e15f32b4475ca3ca4795036b3f7e77a2907e74
MatrixSDK: fb748691aadc4bdbf3b26ce3c0f0231041368b3a
MatrixKit: ca47e31127c483bc1717ece23834c42dd52dd3c6
MatrixSDK: 66bca5fec7ce03bd9872a42a7877473fcbf822e3
OLMKit: b9d8c0ffee9ea8c45bc0aaa9afb47f93fba7efbd
Realm: 6f23fd1f178a09342eac21bfa7c2bf4312a7a180
WebRTC: 141474ba648e0b940a70696c183451b4a3b2b10f
PODFILE CHECKSUM: 7f9dbb8da3d54f9176ad46ddcca746ade3e48bf1
PODFILE CHECKSUM: 1beb6729176f4d8818ebb6c7c3989534997007fd
COCOAPODS: 1.3.1

View file

@ -28,7 +28,7 @@
24EEE5A11F23A09A00B3C705 /* RiotDesignValues.m in Sources */ = {isa = PBXBuildFile; fileRef = F083BC171E7009EC00A9B29C /* RiotDesignValues.m */; };
24EEE5A21F23A8B400B3C705 /* MXRoom+Riot.m in Sources */ = {isa = PBXBuildFile; fileRef = F083BBE81E7009EC00A9B29C /* MXRoom+Riot.m */; };
24EEE5A31F23A8C300B3C705 /* AvatarGenerator.m in Sources */ = {isa = PBXBuildFile; fileRef = F083BC111E7009EC00A9B29C /* AvatarGenerator.m */; };
24EEE5A41F24C06E00B3C705 /* (null) in Resources */ = {isa = PBXBuildFile; };
24EEE5A41F24C06E00B3C705 /* BuildFile in Resources */ = {isa = PBXBuildFile; };
24EEE5A81F25529600B3C705 /* cancel@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = F0614A121EDEE65000F5DC9A /* cancel@3x.png */; };
24EEE5A91F25529900B3C705 /* cancel@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F0614A111EDEE65000F5DC9A /* cancel@2x.png */; };
24EEE5AA1F25529C00B3C705 /* cancel.png in Resources */ = {isa = PBXBuildFile; fileRef = F0614A101EDEE65000F5DC9A /* cancel.png */; };
@ -2692,9 +2692,9 @@
24EEE5AA1F25529C00B3C705 /* cancel.png in Resources */,
F0A895601F7D404B00BD6C2A /* e2e_verified.png in Resources */,
24D6B35E1F3CA03E00FC7A71 /* FallbackViewController.xib in Resources */,
24EEE5A41F24C06E00B3C705 /* (null) in Resources */,
24EEE5A41F24C06E00B3C705 /* BuildFile in Resources */,
2439DD641F6BBEA50090F42D /* RecentRoomTableViewCell.xib in Resources */,
24EEE5A41F24C06E00B3C705 /* (null) in Resources */,
24EEE5A41F24C06E00B3C705 /* BuildFile in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -3187,8 +3187,7 @@
"${PODS_ROOT}/MatrixKit/MatrixKit/Views/RoomTitle/MXKRoomTitleView.xib",
"${PODS_ROOT}/MatrixKit/MatrixKit/Views/RoomTitle/MXKRoomTitleViewWithTopic.xib",
"${PODS_ROOT}/MatrixKit/MatrixKit/Views/Search/MXKSearchTableViewCell.xib",
$PODS_CONFIGURATION_BUILD_DIR/MatrixKit/MatrixKit.bundle,
"${PODS_ROOT}/MatrixSDK/MatrixSDK/Data/Store/MXCoreDataStore/MXCoreDataStore.xcdatamodeld",
"$PODS_CONFIGURATION_BUILD_DIR/MatrixKit/MatrixKit.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (

View file

@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6.2</string>
<string>0.6.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.6.2</string>
<string>0.6.3</string>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
<key>ITSEncryptionExportComplianceCode</key>

View file

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>0.6.2</string>
<string>0.6.3</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSExtension</key>

View file

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>0.6.2</string>
<string>0.6.3</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSExtension</key>