|
| 1 | +Changes in [0.13.5-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.5-rc.1) (2018-09-27) |
| 2 | +=============================================================================================================== |
| 3 | +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.4...v0.13.5-rc.1) |
| 4 | + |
| 5 | + * resync when LL is toggled, show message when enabled |
| 6 | + [\#2178](https://github.com/matrix-org/matrix-react-sdk/pull/2178) |
| 7 | + * Update from Weblate. |
| 8 | + [\#2179](https://github.com/matrix-org/matrix-react-sdk/pull/2179) |
| 9 | + * Split npm start into an init and watch script |
| 10 | + [\#2175](https://github.com/matrix-org/matrix-react-sdk/pull/2175) |
| 11 | + * show canonical aliases in timeline, and set/remove implicit ones |
| 12 | + [\#2171](https://github.com/matrix-org/matrix-react-sdk/pull/2171) |
| 13 | + * Fix stale RR and improve LL reliability in RoomView & MemberList. |
| 14 | + [\#2168](https://github.com/matrix-org/matrix-react-sdk/pull/2168) |
| 15 | + * pass --travis flag to e2e tests to disable tests known not to work Travis CI |
| 16 | + [\#2170](https://github.com/matrix-org/matrix-react-sdk/pull/2170) |
| 17 | + * Add m.room.aliases to the timeline |
| 18 | + [\#2167](https://github.com/matrix-org/matrix-react-sdk/pull/2167) |
| 19 | + * postpone loading the members until the user joined the room |
| 20 | + [\#2165](https://github.com/matrix-org/matrix-react-sdk/pull/2165) |
| 21 | + * Allow translation tags object to be a variable |
| 22 | + [\#2166](https://github.com/matrix-org/matrix-react-sdk/pull/2166) |
| 23 | + * Don't try to exit fullscreen if not fullscreen |
| 24 | + [\#2164](https://github.com/matrix-org/matrix-react-sdk/pull/2164) |
| 25 | + * avoid updating the memberlist while the spinner is shown |
| 26 | + [\#2161](https://github.com/matrix-org/matrix-react-sdk/pull/2161) |
| 27 | + * fix logging room id when LL members fail |
| 28 | + [\#2163](https://github.com/matrix-org/matrix-react-sdk/pull/2163) |
| 29 | + * dont keep the spinner in the memberlist when fetching /members fails |
| 30 | + [\#2162](https://github.com/matrix-org/matrix-react-sdk/pull/2162) |
| 31 | + * only dispatch an action for self-membership |
| 32 | + [\#2160](https://github.com/matrix-org/matrix-react-sdk/pull/2160) |
| 33 | + * avoid unneeded lookups in memberDict |
| 34 | + [\#2153](https://github.com/matrix-org/matrix-react-sdk/pull/2153) |
| 35 | + * Update from Weblate. |
| 36 | + [\#2157](https://github.com/matrix-org/matrix-react-sdk/pull/2157) |
| 37 | + * avoid memberlist refresh for events related to rooms other but the current |
| 38 | + [\#2156](https://github.com/matrix-org/matrix-react-sdk/pull/2156) |
| 39 | + |
1 | 40 | Changes in [0.13.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.4) (2018-09-10)
|
2 | 41 | =====================================================================================================
|
3 | 42 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.4-rc.1...v0.13.4)
|
|
0 commit comments