|
| 1 | +Changes in [3.10.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.10.0) (2020-12-07) |
| 2 | +===================================================================================================== |
| 3 | +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.10.0-rc.1...v3.10.0) |
| 4 | + |
| 5 | + * Upgrade to JS SDK 9.3.0 |
| 6 | + |
| 7 | +Changes in [3.10.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.10.0-rc.1) (2020-12-02) |
| 8 | +=============================================================================================================== |
| 9 | +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.9.0...v3.10.0-rc.1) |
| 10 | + |
| 11 | + * Upgrade to JS SDK 9.3.0-rc.1 |
| 12 | + * Translations update from Weblate |
| 13 | + [\#5461](https://github.com/matrix-org/matrix-react-sdk/pull/5461) |
| 14 | + * Fix VoIP call plinth on dark theme |
| 15 | + [\#5460](https://github.com/matrix-org/matrix-react-sdk/pull/5460) |
| 16 | + * Add sanity checking around widget pinning |
| 17 | + [\#5459](https://github.com/matrix-org/matrix-react-sdk/pull/5459) |
| 18 | + * Update i18n for Appearance User Settings |
| 19 | + [\#5457](https://github.com/matrix-org/matrix-react-sdk/pull/5457) |
| 20 | + * Only show 'answered elsewhere' if we tried to answer too |
| 21 | + [\#5455](https://github.com/matrix-org/matrix-react-sdk/pull/5455) |
| 22 | + * Fixed Avatar for 3PID invites |
| 23 | + [\#5442](https://github.com/matrix-org/matrix-react-sdk/pull/5442) |
| 24 | + * Slightly better error if we can't capture user media |
| 25 | + [\#5449](https://github.com/matrix-org/matrix-react-sdk/pull/5449) |
| 26 | + * Make it possible in-code to hide rooms from the room list |
| 27 | + [\#5445](https://github.com/matrix-org/matrix-react-sdk/pull/5445) |
| 28 | + * Fix the stickerpicker |
| 29 | + [\#5447](https://github.com/matrix-org/matrix-react-sdk/pull/5447) |
| 30 | + * Add live password validation to change password dialog |
| 31 | + [\#5436](https://github.com/matrix-org/matrix-react-sdk/pull/5436) |
| 32 | + * LaTeX rendering in element-web using KaTeX |
| 33 | + [\#5244](https://github.com/matrix-org/matrix-react-sdk/pull/5244) |
| 34 | + * Add lifecycle customisation point after logout |
| 35 | + [\#5448](https://github.com/matrix-org/matrix-react-sdk/pull/5448) |
| 36 | + * Simplify UserMenu for Guests as they can't use most of the options |
| 37 | + [\#5421](https://github.com/matrix-org/matrix-react-sdk/pull/5421) |
| 38 | + * Fix known issues with modal widgets |
| 39 | + [\#5444](https://github.com/matrix-org/matrix-react-sdk/pull/5444) |
| 40 | + * Fix existing widgets not having approved capabilities for their function |
| 41 | + [\#5443](https://github.com/matrix-org/matrix-react-sdk/pull/5443) |
| 42 | + * Use the WidgetDriver to run OIDC requests |
| 43 | + [\#5440](https://github.com/matrix-org/matrix-react-sdk/pull/5440) |
| 44 | + * Add a customisation point for widget permissions and fix amnesia issues |
| 45 | + [\#5439](https://github.com/matrix-org/matrix-react-sdk/pull/5439) |
| 46 | + * Fix Widget event notification text including spurious space |
| 47 | + [\#5441](https://github.com/matrix-org/matrix-react-sdk/pull/5441) |
| 48 | + * Move call listener out of MatrixChat |
| 49 | + [\#5438](https://github.com/matrix-org/matrix-react-sdk/pull/5438) |
| 50 | + * New Look in-Call View |
| 51 | + [\#5432](https://github.com/matrix-org/matrix-react-sdk/pull/5432) |
| 52 | + * Support arbitrary widgets sticking to the screen + sending stickers |
| 53 | + [\#5435](https://github.com/matrix-org/matrix-react-sdk/pull/5435) |
| 54 | + * Auth typescripting and validation tweaks |
| 55 | + [\#5433](https://github.com/matrix-org/matrix-react-sdk/pull/5433) |
| 56 | + * Add new widget API actions for changing rooms and sending/receiving events |
| 57 | + [\#5385](https://github.com/matrix-org/matrix-react-sdk/pull/5385) |
| 58 | + * Revert room header click behaviour to opening room settings |
| 59 | + [\#5434](https://github.com/matrix-org/matrix-react-sdk/pull/5434) |
| 60 | + * Add option to send/edit a message with Ctrl + Enter / Command + Enter |
| 61 | + [\#5160](https://github.com/matrix-org/matrix-react-sdk/pull/5160) |
| 62 | + * Add Analytics instrumentation to the Homepage |
| 63 | + [\#5409](https://github.com/matrix-org/matrix-react-sdk/pull/5409) |
| 64 | + * Fix encrypted video playback in Chrome-based browsers |
| 65 | + [\#5430](https://github.com/matrix-org/matrix-react-sdk/pull/5430) |
| 66 | + * Add border-radius for video |
| 67 | + [\#5333](https://github.com/matrix-org/matrix-react-sdk/pull/5333) |
| 68 | + * Push name to the end, near text, in IRC layout |
| 69 | + [\#5166](https://github.com/matrix-org/matrix-react-sdk/pull/5166) |
| 70 | + * Disable notifications for the room you have recently been active in |
| 71 | + [\#5325](https://github.com/matrix-org/matrix-react-sdk/pull/5325) |
| 72 | + * Search through the list of unfiltered rooms rather than the rooms in the |
| 73 | + state which are already filtered by the search text |
| 74 | + [\#5331](https://github.com/matrix-org/matrix-react-sdk/pull/5331) |
| 75 | + * Lighten blockquote colour in dark mode |
| 76 | + [\#5353](https://github.com/matrix-org/matrix-react-sdk/pull/5353) |
| 77 | + * Specify community description img must be mxc urls |
| 78 | + [\#5364](https://github.com/matrix-org/matrix-react-sdk/pull/5364) |
| 79 | + * Add keyboard shortcut to close the current conversation |
| 80 | + [\#5253](https://github.com/matrix-org/matrix-react-sdk/pull/5253) |
| 81 | + * Redirect user home from auth screens if they are already logged in |
| 82 | + [\#5423](https://github.com/matrix-org/matrix-react-sdk/pull/5423) |
| 83 | + |
1 | 84 | Changes in [3.9.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.9.0) (2020-11-23) |
2 | 85 | =================================================================================================== |
3 | 86 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.9.0-rc.1...v3.9.0) |
|
0 commit comments