Prepare vector-ios release v0.1.6

This commit is contained in:
giomfo 2016-05-04 13:07:04 +02:00
parent f1a689bfa3
commit f1f8c31340
3 changed files with 25 additions and 4 deletions

View file

@ -1,3 +1,24 @@
Changes in Vector iOS in 0.1.6 (2016-05-04)
===============================================
Improvements:
* Upgrade MatrixKit version (v0.3.7).
* Room member details: Order members by power levels (me, admins then moderators then others).
* Room member details: Sort members with the same algo as Vector web client.
* Universal link: Add www.vector.im as associated domain.
* Chat screen: Open member details on tap-on-avatar #294.
Bug fixes:
* 6+/iPad: Better manage user with no room in landscape #268.
* Handle the error on joining a room where everyone has left #283.
* Video playback stops when you rotate the device #266.
* 'Enable notifications on your device' toggle spills over the side on an iPhone 5 display #167.
* Media Picker: user's albums are missing #208.
* Authentication screen: inputs fields are missing (blank screen) on first app launch.
* Room member details: only the "start chat" text is clickable, not that whole button area. #282
* Media Picker: Fix icons used on video preview.
* Room Participants - Search session: the return key must be 'Done' instead of 'Search' #292.
Changes in Vector iOS in 0.1.5 (2016-04-27)
===============================================

View file

@ -8,14 +8,14 @@ target "Vector" do
# Different flavours of pods to MatrixKit
# The tagged version on which this version of Console has been built
#pod 'MatrixKit', '~> 0.3.6'
pod 'MatrixKit', '~> 0.3.7'
# The lastest release available on the CocoaPods repository
#pod 'MatrixKit'
# The develop branch version
pod 'MatrixSDK', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'develop'
pod 'MatrixKit', :git => 'https://github.com/matrix-org/matrix-ios-kit.git', :branch => 'develop'
#pod 'MatrixSDK', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'develop'
#pod 'MatrixKit', :git => 'https://github.com/matrix-org/matrix-ios-kit.git', :branch => 'develop'
# The one used for developping both MatrixSDK and MatrixKit
# Note that MatrixSDK must be cloned into a folder called matrix-ios-sdk next to the MatrixKit folder

View file

@ -36,7 +36,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.5</string>
<string>0.1.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>