|
| 1 | +Changes in [0.9.5-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.5-rc.1) (2017-06-15) |
| 2 | +============================================================================================================= |
| 3 | +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.9.4...v0.9.5-rc.1) |
| 4 | + |
| 5 | + * Groundwork for tests including a teamserver login |
| 6 | + [\#1098](https://github.com/matrix-org/matrix-react-sdk/pull/1098) |
| 7 | + * Show a spinner when accepting an invite and waitingForRoom |
| 8 | + [\#1100](https://github.com/matrix-org/matrix-react-sdk/pull/1100) |
| 9 | + * Display a spinner until new room object after join success |
| 10 | + [\#1099](https://github.com/matrix-org/matrix-react-sdk/pull/1099) |
| 11 | + * Luke/attempt fix peeking regression |
| 12 | + [\#1097](https://github.com/matrix-org/matrix-react-sdk/pull/1097) |
| 13 | + * Show correct text in set email password dialog (2) |
| 14 | + [\#1096](https://github.com/matrix-org/matrix-react-sdk/pull/1096) |
| 15 | + * Don't create a guest login if user went to /login |
| 16 | + [\#1092](https://github.com/matrix-org/matrix-react-sdk/pull/1092) |
| 17 | + * Give password confirmation correct title, description |
| 18 | + [\#1095](https://github.com/matrix-org/matrix-react-sdk/pull/1095) |
| 19 | + * Make enter submit change password form |
| 20 | + [\#1094](https://github.com/matrix-org/matrix-react-sdk/pull/1094) |
| 21 | + * When not specified, remove roomAlias state in RoomViewStore |
| 22 | + [\#1093](https://github.com/matrix-org/matrix-react-sdk/pull/1093) |
| 23 | + * Update from Weblate. |
| 24 | + [\#1091](https://github.com/matrix-org/matrix-react-sdk/pull/1091) |
| 25 | + * Fixed pagination infinite loop caused by long messages |
| 26 | + [\#1045](https://github.com/matrix-org/matrix-react-sdk/pull/1045) |
| 27 | + * Clear persistent storage on login and logout |
| 28 | + [\#1085](https://github.com/matrix-org/matrix-react-sdk/pull/1085) |
| 29 | + * DM guessing: prefer oldest joined member |
| 30 | + [\#1087](https://github.com/matrix-org/matrix-react-sdk/pull/1087) |
| 31 | + * Ask for email address after setting password for the first time |
| 32 | + [\#1090](https://github.com/matrix-org/matrix-react-sdk/pull/1090) |
| 33 | + * i18n for setting password flow |
| 34 | + [\#1089](https://github.com/matrix-org/matrix-react-sdk/pull/1089) |
| 35 | + * remove mx_filterFlipColor from verified e2e icon so its not purple :/ |
| 36 | + [\#1088](https://github.com/matrix-org/matrix-react-sdk/pull/1088) |
| 37 | + * width and height must be int otherwise synapse cries |
| 38 | + [\#1083](https://github.com/matrix-org/matrix-react-sdk/pull/1083) |
| 39 | + * remove RoomViewStore listener from MatrixChat on unmount |
| 40 | + [\#1084](https://github.com/matrix-org/matrix-react-sdk/pull/1084) |
| 41 | + * Add script to copy translations between files |
| 42 | + [\#1082](https://github.com/matrix-org/matrix-react-sdk/pull/1082) |
| 43 | + * Only process user_directory response if it's for the current query |
| 44 | + [\#1081](https://github.com/matrix-org/matrix-react-sdk/pull/1081) |
| 45 | + * Fix regressions with starting a 1-1. |
| 46 | + [\#1080](https://github.com/matrix-org/matrix-react-sdk/pull/1080) |
| 47 | + * allow forcing of TURN |
| 48 | + [\#1079](https://github.com/matrix-org/matrix-react-sdk/pull/1079) |
| 49 | + * Remove a bunch of dead code from react-sdk |
| 50 | + [\#1077](https://github.com/matrix-org/matrix-react-sdk/pull/1077) |
| 51 | + * Improve error logging/reporting in megolm import/export |
| 52 | + [\#1061](https://github.com/matrix-org/matrix-react-sdk/pull/1061) |
| 53 | + * Delinting |
| 54 | + [\#1064](https://github.com/matrix-org/matrix-react-sdk/pull/1064) |
| 55 | + * Show reason for a call hanging up unexpectedly. |
| 56 | + [\#1071](https://github.com/matrix-org/matrix-react-sdk/pull/1071) |
| 57 | + * Add reason for ban in room settings |
| 58 | + [\#1072](https://github.com/matrix-org/matrix-react-sdk/pull/1072) |
| 59 | + * adds mx_filterFlipColor so that the dark theme will invert this image |
| 60 | + [\#1070](https://github.com/matrix-org/matrix-react-sdk/pull/1070) |
| 61 | + |
1 | 62 | Changes in [0.9.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.4) (2017-06-14)
|
2 | 63 | ===================================================================================================
|
3 | 64 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.9.3...v0.9.4)
|
|
0 commit comments