Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
giomfo committed Sep 30, 2016
1 parent 3c89286 commit e5fe7b8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,16 @@
Changes in 0.2.3 (2016-09-30)
===============================================

Improvements:
* Upgrade MatrixKit version (v0.3.19).
* RoomSearchDataSource: Remove the matrix session from the parameters in `initWithRoomDataSource` API.
* Enhance the messages search display.

Bug fixes:
* App crashes when user taps on room alias with multiple # in chat history #668.
* Room message search: the message date & time are not displayed #361.
* Room message search: the search pattern is not highlighted in results #660.

Changes in 0.2.2 (2016-09-27)
===============================================

Expand Down
2 changes: 1 addition & 1 deletion Podfile
Expand Up @@ -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.18'
pod 'MatrixKit', '0.3.19'

# The lastest release available on the CocoaPods repository
#pod 'MatrixKit'
Expand Down
4 changes: 2 additions & 2 deletions Vector/Info.plist
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.2.2</string>
<string>0.2.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.2.2</string>
<string>0.2.3</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit e5fe7b8

Please sign in to comment.