Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
manuroe committed Mar 13, 2018
1 parent 65bdd9b commit 1696bf5
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 28 deletions.
21 changes: 21 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Changes in 0.6.12 (2018-03-12)
===============================================

Improvements:
* Upgrade MatrixKit version (v0.7.8).
* Add Catalan, thanks to @salvadorpla.
* Add Bulgarian, thanks to @rbozhkova.
* Add quick reply to notifications (#625), thanks to @joeywatts(PR #1777).
* Room: Inform user when they cannot post to a room because of low power level.
* Matrix Apps: Enable them by default. Remove the settings from LABS section (#1795).
* Improve server load on event redaction (vector-im/riot-ios#1730).

Bug Fix:
* Push: Missing push notifications after answering a call (vector-im/riot-ios#1757).
* Fix screen flashing at startup (#1798).
* Cannot join from a room preview for room with a long topic (#1645).
* Groups: Room summary should not display notices about groups (vector-im/riot-ios#1780).
* MXKEventFormatter: Emotes which contain a single emoji are expanded to be enormous (vector-im/riot-ios#1558).
* Crypto: e2e devices list not shown (#1782).
* Direct Chat: a room was marked as direct by mistake when I joined it.

Changes in 0.6.11 (2018-02-27)
===============================================

Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source 'https://github.com/CocoaPods/Specs.git'

# Different flavours of pods to MatrixKit
# The current MatrixKit pod version
$matrixKitVersion = '0.7.7'
$matrixKitVersion = '0.7.8'

# The develop branch version
#$matrixKitVersion = 'develop'
Expand Down
46 changes: 23 additions & 23 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,34 +43,34 @@ PODS:
- GZIP (1.2.1)
- HPGrowingTextView (1.1)
- libPhoneNumber-iOS (0.9.13)
- MatrixKit (0.7.7):
- MatrixKit (0.7.8):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.17)
- DTCoreText (~> 1.6.21)
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.10)
- MatrixKit/Core (= 0.7.7)
- MatrixSDK (= 0.10.5)
- MatrixKit/AppExtension (0.7.7):
- libPhoneNumber-iOS (~> 0.9.13)
- MatrixKit/Core (= 0.7.8)
- MatrixSDK (= 0.10.6)
- MatrixKit/AppExtension (0.7.8):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.17)
- DTCoreText (~> 1.6.21)
- DTCoreText/Extension
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.10)
- MatrixSDK (= 0.10.5)
- MatrixKit/Core (0.7.7):
- libPhoneNumber-iOS (~> 0.9.13)
- MatrixSDK (= 0.10.6)
- MatrixKit/Core (0.7.8):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.17)
- DTCoreText (~> 1.6.21)
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.10)
- MatrixSDK (= 0.10.5)
- MatrixSDK (0.10.5):
- MatrixSDK/Core (= 0.10.5)
- MatrixSDK/Core (0.10.5):
- libPhoneNumber-iOS (~> 0.9.13)
- MatrixSDK (= 0.10.6)
- MatrixSDK (0.10.6):
- MatrixSDK/Core (= 0.10.6)
- MatrixSDK/Core (0.10.6):
- AFNetworking (~> 3.2.0)
- GZIP (~> 1.2.1)
- OLMKit (~> 2.2.2)
- Realm (~> 3.1.0)
- MatrixSDK/JingleCallStack (0.10.5):
- Realm (~> 3.1.1)
- MatrixSDK/JingleCallStack (0.10.6):
- MatrixSDK/Core
- WebRTC (= 63.11.20455)
- OLMKit (2.2.2):
Expand All @@ -90,8 +90,8 @@ DEPENDENCIES:
- cmark
- DTCoreText
- GBDeviceInfo (~> 5.1.0)
- MatrixKit (= 0.7.7)
- MatrixKit/AppExtension (= 0.7.7)
- MatrixKit (= 0.7.8)
- MatrixKit/AppExtension (= 0.7.8)
- MatrixSDK/JingleCallStack
- OLMKit
- PiwikTracker (from `https://github.com/manuroe/matomo-sdk-ios.git`, branch `feature/CustomVariables`)
Expand All @@ -115,13 +115,13 @@ SPEC CHECKSUMS:
GZIP: 7ee835f989fb3c6ea79005fc90b8fa6af710a70d
HPGrowingTextView: 88a716d97fb853bcb08a4a08e4727da17efc9b19
libPhoneNumber-iOS: e444379ac18bbfbdefad571da735b2cd7e096caa
MatrixKit: c1b7e4d181fff789ce5fc449b934a37a148e5820
MatrixSDK: ad1f2b3f183ad328a8a0ab7b3f8aa13bc145d141
MatrixKit: 4a44fc7c77b312d921604af249c891144b228d5c
MatrixSDK: 9d2edb30d020fb8478e03d5b69097b7ce273bc63
OLMKit: b9d8c0ffee9ea8c45bc0aaa9afb47f93fba7efbd
PiwikTracker: 42862c7b13028065c3dfd36b4dc38db8a5765acf
Realm: 42d1c38a5b1bbcc828b48a7ce702cb86fc68adf4
WebRTC: f2a6203584745fe53532633397557876b5d71640

PODFILE CHECKSUM: c9f36b49408c561b35967a17d6d35e9ca7962b33
PODFILE CHECKSUM: 4a8ff7d0d54b2e3369a8e4d32f2814e24404033f

COCOAPODS: 1.4.0
4 changes: 2 additions & 2 deletions Riot/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6.11</string>
<string>0.6.12</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.6.11</string>
<string>0.6.12</string>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
<key>ITSEncryptionExportComplianceCode</key>
Expand Down
2 changes: 1 addition & 1 deletion RiotShareExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>0.6.11</string>
<string>0.6.12</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSExtension</key>
Expand Down
2 changes: 1 addition & 1 deletion SiriIntents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>0.6.11</string>
<string>0.6.12</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSExtension</key>
Expand Down

0 comments on commit 1696bf5

Please sign in to comment.