RST: Limit width to 80 columns

This commit is contained in:
manuroe 2015-04-24 16:41:56 +02:00
parent 3c4fdd4770
commit d75be0d370
2 changed files with 11 additions and 5 deletions

View file

@ -3,15 +3,18 @@ Changes in Console in 0.4.0 (2015-04-23)
Improvements:
* Console has its own git repository.
* Integration of MatrixKit. Most part of the code of Console-pre-0.4.0 has been redesigned and moved to MatrixKit.
* Stability. MatrixKit better seperates model and viewcontroller which fixes random multithreading issues Console encountered.
* Integration of MatrixKit. Most part of the code of Console-pre-0.4.0 has
been redesigned and moved to MatrixKit.
* Stability. MatrixKit better seperates model and viewcontroller which fixes
random multithreading issues Console encountered.
* Room page: unsent messages are no more lost when the user changes the room
Changes in Matrix iOS Console in 0.3.2 and before
=================================================
Console was hosted in the Matrix iOS SDK GitHub repository.
Changes for these versions can be found here: https://github.com/matrix-org/matrix-ios-sdk/blob/v0.3.2/CHANGES.rst
Changes for these versions can be found here:
https://github.com/matrix-org/matrix-ios-sdk/blob/v0.3.2/CHANGES.rst

View file

@ -3,13 +3,16 @@ Console
Console is an iOS Matrix client.
It is also a sample that demonstrates how to use MatrixKit (https://github.com/matrix-org/matrix-ios-kit) and MatrixSDK (https://github.com/matrix-org/matrix-ios-sdk) in an iOS app.
It is also a sample that demonstrates how to use
MatrixKit (https://github.com/matrix-org/matrix-ios-kit) and
MatrixSDK (https://github.com/matrix-org/matrix-ios-sdk) in an iOS app.
Build instructions
==================
Before opening the Console Xcode workspace, you need to build it with the CocoaPods command::
Before opening the Console Xcode workspace, you need to build it with the
CocoaPods command::
$ cd Console
$ pod install