|
| 1 | +Changes in [0.8.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.8.0) (2016-11-19) |
| 2 | +=================================================================================================== |
| 3 | +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.7.5...v0.8.0) |
| 4 | + |
| 5 | + * Fix more membership change collapsing bugs |
| 6 | + [\#560](https://github.com/matrix-org/matrix-react-sdk/pull/560) |
| 7 | + * Show an open padlock for unencrypted rooms |
| 8 | + [\#557](https://github.com/matrix-org/matrix-react-sdk/pull/557) |
| 9 | + * Clean up MFileBody.presentableTextForFile |
| 10 | + [\#558](https://github.com/matrix-org/matrix-react-sdk/pull/558) |
| 11 | + * Update eventtiles when the events are decrypted |
| 12 | + [\#556](https://github.com/matrix-org/matrix-react-sdk/pull/556) |
| 13 | + * Update EventTile to use WithMatrixClient instead of MatrixClientPeg |
| 14 | + [\#552](https://github.com/matrix-org/matrix-react-sdk/pull/552) |
| 15 | + * Disable conference calling for encrypted rooms |
| 16 | + [\#549](https://github.com/matrix-org/matrix-react-sdk/pull/549) |
| 17 | + * Encrypt attachments in encrypted rooms |
| 18 | + [\#548](https://github.com/matrix-org/matrix-react-sdk/pull/548) |
| 19 | + * Fix MemberAvatar PropTypes & MemberEventListSummary key |
| 20 | + [\#547](https://github.com/matrix-org/matrix-react-sdk/pull/547) |
| 21 | + * Revert "Encrypt attachments in encrypted rooms," |
| 22 | + [\#546](https://github.com/matrix-org/matrix-react-sdk/pull/546) |
| 23 | + * Fix the vector web version in UserSettings |
| 24 | + [\#542](https://github.com/matrix-org/matrix-react-sdk/pull/542) |
| 25 | + * Truncate consecutive member events |
| 26 | + [\#544](https://github.com/matrix-org/matrix-react-sdk/pull/544) |
| 27 | + * Encrypt attachments in encrypted rooms, |
| 28 | + [\#533](https://github.com/matrix-org/matrix-react-sdk/pull/533) |
| 29 | + * Fix the ctrl+e mute camera shortcut |
| 30 | + [\#545](https://github.com/matrix-org/matrix-react-sdk/pull/545) |
| 31 | + * Show the error that occured when trying to reach scalar |
| 32 | + [\#543](https://github.com/matrix-org/matrix-react-sdk/pull/543) |
| 33 | + * Don't do URL previews for matrix.to |
| 34 | + [\#541](https://github.com/matrix-org/matrix-react-sdk/pull/541) |
| 35 | + * Fix NPE in LoggedInView |
| 36 | + [\#540](https://github.com/matrix-org/matrix-react-sdk/pull/540) |
| 37 | + * Make room alias & user ID links matrix.to links |
| 38 | + [\#538](https://github.com/matrix-org/matrix-react-sdk/pull/538) |
| 39 | + * Make MemberInfo use the matrixclient from the context |
| 40 | + [\#537](https://github.com/matrix-org/matrix-react-sdk/pull/537) |
| 41 | + * Add the MatrixClient to the react context |
| 42 | + [\#536](https://github.com/matrix-org/matrix-react-sdk/pull/536) |
| 43 | + * Factor out LoggedInView from MatrixChat |
| 44 | + [\#535](https://github.com/matrix-org/matrix-react-sdk/pull/535) |
| 45 | + * Move 'new version' support into Platform |
| 46 | + [\#532](https://github.com/matrix-org/matrix-react-sdk/pull/532) |
| 47 | + * Move Notifications into Platform |
| 48 | + [\#534](https://github.com/matrix-org/matrix-react-sdk/pull/534) |
| 49 | + * Move platform-specific functionality into Platform |
| 50 | + [\#531](https://github.com/matrix-org/matrix-react-sdk/pull/531) |
| 51 | + |
1 | 52 | Changes in [0.7.5](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.7.5) (2016-11-04)
|
2 | 53 | ===================================================================================================
|
3 | 54 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.7.5-rc.1...v0.7.5)
|
|
0 commit comments