version ++

This commit is contained in:
giomfo 2016-09-27 14:44:26 +02:00
parent 02e18a8703
commit 7e8b7a5f1d
3 changed files with 20 additions and 3 deletions

View file

@ -1,3 +1,20 @@
Changes in 0.2.2 (2016-09-27)
===============================================
Improvements:
* Upgrade MatrixKit version (v0.3.18).
* Media picker: Support video capture #533.
* VoIP call screen: Update call controls icons #598.
* Media picker: Switching camera button and exit button are not very visible #610.
Bug fixes:
* Login screen: Stuck on flashing loading wheel in case of invalid credentials #637.
* Settings screen headers slide down over the already fully displayed screen #636.
* Chat screen: Wrong display after placing a conf call in a room with unsent messages #633.
* Quoting a msg overrides what I already typed #641.
* Crash due to a race condition in read receipts management #645.
* App may crash when the user logs out while a request is pending.
Changes in 0.2.1 (2016-09-15)
===============================================

View file

@ -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.3.17'
pod 'MatrixKit', '0.3.18'
# The lastest release available on the CocoaPods repository
#pod 'MatrixKit'

View file

@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.2.1</string>
<string>0.2.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.2.1</string>
<string>0.2.2</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>