|
| 1 | +Changes in [0.14.8-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.8-rc.1) (2019-01-17) |
| 2 | +=============================================================================================================== |
| 3 | +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.7...v0.14.8-rc.1) |
| 4 | + |
| 5 | + * Change wording of 'invite anyway' setting |
| 6 | + [\#2450](https://github.com/matrix-org/matrix-react-sdk/pull/2450) |
| 7 | + * Minimal lint-fixes to make develop CI build |
| 8 | + [\#2449](https://github.com/matrix-org/matrix-react-sdk/pull/2449) |
| 9 | + * Develop->Experimental |
| 10 | + [\#2445](https://github.com/matrix-org/matrix-react-sdk/pull/2445) |
| 11 | + * Limit line length in the room directory |
| 12 | + [\#2438](https://github.com/matrix-org/matrix-react-sdk/pull/2438) |
| 13 | + * Develop->Experimental |
| 14 | + [\#2444](https://github.com/matrix-org/matrix-react-sdk/pull/2444) |
| 15 | + * Fix setting label for unknown invites |
| 16 | + [\#2443](https://github.com/matrix-org/matrix-react-sdk/pull/2443) |
| 17 | + * Merge develop -> experimental |
| 18 | + [\#2441](https://github.com/matrix-org/matrix-react-sdk/pull/2441) |
| 19 | + * Give a route for retrying invites for users which may not exist |
| 20 | + [\#2434](https://github.com/matrix-org/matrix-react-sdk/pull/2434) |
| 21 | + * Show in-room reminder when key backup creating device unverified |
| 22 | + [\#2394](https://github.com/matrix-org/matrix-react-sdk/pull/2394) |
| 23 | + * Consistent flair ordering. |
| 24 | + [\#2389](https://github.com/matrix-org/matrix-react-sdk/pull/2389) |
| 25 | + * Fetch matching e2e-test branch |
| 26 | + [\#2387](https://github.com/matrix-org/matrix-react-sdk/pull/2387) |
| 27 | + * Add some logging for riot-web#7838 |
| 28 | + [\#2385](https://github.com/matrix-org/matrix-react-sdk/pull/2385) |
| 29 | + * Handle well-known data in the login response |
| 30 | + [\#2384](https://github.com/matrix-org/matrix-react-sdk/pull/2384) |
| 31 | + * Custom status messages |
| 32 | + [\#2347](https://github.com/matrix-org/matrix-react-sdk/pull/2347) |
| 33 | + * React-sdk changes to support sandboxed electron |
| 34 | + [\#2372](https://github.com/matrix-org/matrix-react-sdk/pull/2372) |
| 35 | + * Make sure to grab the InlineSpinner object |
| 36 | + [\#2363](https://github.com/matrix-org/matrix-react-sdk/pull/2363) |
| 37 | + * Standardize errors about localpart structure |
| 38 | + [\#2351](https://github.com/matrix-org/matrix-react-sdk/pull/2351) |
| 39 | + * Fix translation error on notification icon |
| 40 | + [\#2352](https://github.com/matrix-org/matrix-react-sdk/pull/2352) |
| 41 | + * Introduce a default_server_name for aesthetics and rework .well-known |
| 42 | + [\#2327](https://github.com/matrix-org/matrix-react-sdk/pull/2327) |
| 43 | + * Show the number of unread notifications above the bell on the right |
| 44 | + [\#2336](https://github.com/matrix-org/matrix-react-sdk/pull/2336) |
| 45 | + * Check to make sure email addresses look roughly valid before inviting them |
| 46 | + to rooms |
| 47 | + [\#2338](https://github.com/matrix-org/matrix-react-sdk/pull/2338) |
| 48 | + * Expose hidden notification rules in UI |
| 49 | + [\#2346](https://github.com/matrix-org/matrix-react-sdk/pull/2346) |
| 50 | + * Avoid preserving HS url at logout |
| 51 | + [\#2340](https://github.com/matrix-org/matrix-react-sdk/pull/2340) |
| 52 | + * Speed up room unread checks by not hitting the SettingsStore so often |
| 53 | + [\#2339](https://github.com/matrix-org/matrix-react-sdk/pull/2339) |
| 54 | + * Remove outdated info about custom skins |
| 55 | + [\#2337](https://github.com/matrix-org/matrix-react-sdk/pull/2337) |
| 56 | + * Show the IncomingCallBox if the call is for the RoomSubList |
| 57 | + [\#2333](https://github.com/matrix-org/matrix-react-sdk/pull/2333) |
| 58 | + * Don't consider ACL'd servers as permalink candidates |
| 59 | + [\#2331](https://github.com/matrix-org/matrix-react-sdk/pull/2331) |
| 60 | + * Fix pinning of rooms without badges |
| 61 | + [\#2330](https://github.com/matrix-org/matrix-react-sdk/pull/2330) |
| 62 | + * Sort translations by file name |
| 63 | + [\#2329](https://github.com/matrix-org/matrix-react-sdk/pull/2329) |
| 64 | + * Update React guide in code style |
| 65 | + [\#2335](https://github.com/matrix-org/matrix-react-sdk/pull/2335) |
| 66 | + * Remove temporary account_deactivation_preferences |
| 67 | + [\#2259](https://github.com/matrix-org/matrix-react-sdk/pull/2259) |
| 68 | + |
1 | 69 | Changes in [0.14.7](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.7) (2018-12-10)
|
2 | 70 | =====================================================================================================
|
3 | 71 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.7-rc.2...v0.14.7)
|
|
0 commit comments