Skip to content

Commit

Permalink
version ++
Browse files Browse the repository at this point in the history
  • Loading branch information
giomfo committed Aug 25, 2017
1 parent 8a06f8e commit 0df562f
Show file tree
Hide file tree
Showing 5 changed files with 159 additions and 74 deletions.
17 changes: 17 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Changes in 0.5.3 (2017-08-25)
===============================================

Improvements:
* Upgrade MatrixKit version (v0.6.2).
* Support dark theme (vector-im/riot-meta#22).
* Set the application group identifier to be able to share userDefaults object.

Bug Fixes:
* SettingsViewController: Release correctly the pushed view controller.
* App have crashed whilst uploading photos (#1445).
* Register for remote notifications only if user provides access to notification feature, thanks to @aramsargsyan (#1467).
* Improvements in notification registration flow, thanks to @aramsargsyan (#1472).

Translations:
* Enable Russian.

Changes in 0.5.2 (2017-08-01)
===============================================

Expand Down
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ target "Riot" do

# Different flavours of pods to MatrixKit
# The tagged version on which this version of Riot has been built
pod 'MatrixKit', '0.6.1'
pod 'MatrixKit', '0.6.2'

# The lastest release available on the CocoaPods repository
#pod 'MatrixKit'
Expand Down Expand Up @@ -53,7 +53,7 @@ pod 'OLMKit'
pod 'Realm', '~> 2.8.1'

# The tagged version on which this version of Riot has been built
pod 'MatrixKit', '0.6.1'
pod 'MatrixKit', '0.6.2'

# The lastest release available on the CocoaPods repository
#pod 'MatrixKit/AppExtension'
Expand Down
23 changes: 15 additions & 8 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,20 @@ PODS:
- GZIP (1.1.1)
- HPGrowingTextView (1.1)
- libPhoneNumber-iOS (0.9.10)
- MatrixKit (0.6.1):
- MatrixKit (0.6.2):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.17)
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.10)
- MatrixSDK (= 0.9.1)
- MatrixSDK (0.9.1):
- MatrixKit/Core (= 0.6.2)
- MatrixSDK (= 0.9.2)
- MatrixKit/Core (0.6.2):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.17)
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.10)
- MatrixSDK (= 0.9.2)
- MatrixSDK (0.9.2):
- AFNetworking (~> 3.1.0)
- GZIP (~> 1.1.1)
- OLMKit (2.2.2):
Expand All @@ -63,7 +70,7 @@ DEPENDENCIES:
- DTCoreText
- GBDeviceInfo (~> 4.3.0)
- GoogleAnalytics
- MatrixKit (= 0.6.1)
- MatrixKit (= 0.6.2)
- OLMKit
- Realm (~> 2.8.1)
- WebRTC (= 58.17.16937)
Expand All @@ -78,12 +85,12 @@ SPEC CHECKSUMS:
GZIP: f8beb59597f651e6970a45b816508a9c6d700b77
HPGrowingTextView: 88a716d97fb853bcb08a4a08e4727da17efc9b19
libPhoneNumber-iOS: f721ae4d5854bce60934f9fb9b0b28e8e68913cb
MatrixKit: fbf30823fb64604b5f8bb8ef8cbb8d949189525b
MatrixSDK: c5d9b84da5e32b305c5def410f239a7d94c72105
MatrixKit: 8552ee8abf935b08ae08fc0000f53ab3218ea5a0
MatrixSDK: 0499dd3dbe293ce1e743a7cda181dcf50eda7f10
OLMKit: b9d8c0ffee9ea8c45bc0aaa9afb47f93fba7efbd
Realm: 3601ef091c8c499a31101d8563b991e75546cdce
WebRTC: 1e9a85bf75509eec44be6478c64e9de65ac82332

PODFILE CHECKSUM: 76ecd40dee0ff2c3007141b353b385be7e863d6c
PODFILE CHECKSUM: 16fbb9af3b9af4ba73c852982dbcad9cf25e8d50

COCOAPODS: 1.2.1
COCOAPODS: 1.3.1
Loading

0 comments on commit 0df562f

Please sign in to comment.