version++

This commit is contained in:
manuroe 2016-08-25 11:52:11 +02:00
parent a10d99131a
commit fd4c3385d1
4 changed files with 46 additions and 16 deletions

View file

@ -1,3 +1,33 @@
Changes in Vector iOS in 0.1.15 (2016-08-25)
===============================================
Improvements:
* Upgrade MatrixKit version (v0.3.14).
* Add conference call.
* Add the Vector VoIP call screen #455.
* Speed up app startup #376.
* Call: Update the libjingle lib to its latest version. We now use the pod from https://github.com/Anakros/WebRTC-iOS.
* Conference call: Add an enabler button in Settings > LABS.
* Conference call: Add ongoing conference call banner.
* Banned user list are shown in room settings #450.
* Display the list of ignored users in user settings #451.
* Media Picker: Allow multi selection of pictures #301.
* Settings: Adjust the section header display.
Bug fixes:
* Redacting membership events should immediately reset the displayname & avatar of room members #443.
* Profile changes shouldn't reorder the room list #494.
* Media album: The aspect fill ratio is not respected #495.
* "Return to call" banner: Use the Vector green for the background #482.
* Tapping on the room details for Matrix HQ freezes the app for about 5s #499.
* Crash in [AppDelegate applicationDidBecomeActive:] #489.
* Chat screen: tapping resend now does nothing #510.
* Conference call: The initialisation of a conference call silently fails when the room member has not enough power level (https://github.com/vector-im/vector-im/vector-web#1948).
* When the last message is redacted, [MXKRecentCellData update] makes paginations loops #520.
* MXSession: Do not send kMXSessionIgnoredUsersDidChangeNotification when the session loads the data from the store #491.
* MXHTTPClient: Fix crash: "Task created in a session that has been invalidated" #490.
* Call: the remote and local video are not scaled to fill the video container #537.
Changes in Vector iOS in 0.1.14 (2016-08-01)
===============================================

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

View file

@ -29,24 +29,24 @@ PODS:
- GBDeviceInfo/Core (= 4.1.0)
- GBDeviceInfo/Core (4.1.0)
- GHMarkdownParser (0.1.2)
- GoogleAnalytics (3.14.0)
- GoogleAnalytics (3.16.0)
- HPGrowingTextView (1.1)
- libjingle_peerconnection (11177.2.0)
- libPhoneNumber-iOS (0.8.15)
- MatrixKit (0.3.13):
- libPhoneNumber-iOS (0.8.16)
- MatrixKit (0.3.14):
- DTCoreText (~> 1.6.17)
- GHMarkdownParser (~> 0.1.2)
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.8.14)
- MatrixSDK (= 0.6.12)
- MatrixSDK (0.6.12):
- MatrixSDK (= 0.6.13)
- MatrixSDK (0.6.13):
- AFNetworking (~> 3.1.0)
- WebRTC (1.0.13807)
DEPENDENCIES:
- GBDeviceInfo (~> 4.1.0)
- GoogleAnalytics
- libjingle_peerconnection
- MatrixKit (= 0.3.13)
- MatrixKit (= 0.3.14)
- WebRTC (= 1.0.13807)
SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
@ -54,13 +54,13 @@ SPEC CHECKSUMS:
DTFoundation: 3b6b1b817d2a7fb02e7eaf2596c922a68145bd43
GBDeviceInfo: e50df975a95e21faec93e2bf98376846fe17d307
GHMarkdownParser: 14cbf59d0ab9450017d843dffd4a3ef691e5bd77
GoogleAnalytics: 9be1afdb8deeac4bb5f13ca7f7d3b9db2a1f43dc
GoogleAnalytics: 3de986b2fa29012c69fa415566006a9c9cf25320
HPGrowingTextView: 88a716d97fb853bcb08a4a08e4727da17efc9b19
libjingle_peerconnection: 3458f646ddd61f08a9f3a0c43fb01fff5c165eb8
libPhoneNumber-iOS: 62a740e1ea5741060f5cec0f788b52071115cf31
MatrixKit: 4ed4963069510e2be2349d3310602a03b9d3a043
MatrixSDK: 15f165271e3c677060be1f131edef9e643067677
libPhoneNumber-iOS: acb5805f67892db37adc3440290a367923672b51
MatrixKit: c8855ccd0186e2e2c1dd359767d87a056bdcb17e
MatrixSDK: d848e4050411f66061f98b77f8bcb1a1eca377a2
WebRTC: 5263e2983d21b6c53e0e6859aaf8aabeee6bafdf
PODFILE CHECKSUM: 0f4ac1211874e84d41b66ba970dd2d15eb65242c
PODFILE CHECKSUM: d21a2f5518b49b8812b1a9cfa94a094aa41e17c8
COCOAPODS: 1.0.1

View file

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.14</string>
<string>0.1.15</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>