|
| 1 | +Changes in [3.15.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.15.0) (2021-03-01) |
| 2 | +===================================================================================================== |
| 3 | +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.15.0-rc.1...v3.15.0) |
| 4 | + |
| 5 | +## Security notice |
| 6 | + |
| 7 | +matrix-react-sdk 3.15.0 fixes a low severity issue (CVE-2021-21320) where the |
| 8 | +user content sandbox can be abused to trick users into opening unexpected |
| 9 | +documents. The content is opened with a `blob` origin that cannot access Matrix |
| 10 | +user data, so messages and secrets are not at risk. Thanks to @keerok for |
| 11 | +responsibly disclosing this via Matrix's Security Disclosure Policy. |
| 12 | + |
| 13 | +## All changes |
| 14 | + |
| 15 | + * Upgrade to JS SDK 9.8.0 |
| 16 | + |
| 17 | +Changes in [3.15.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.15.0-rc.1) (2021-02-24) |
| 18 | +=============================================================================================================== |
| 19 | +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.14.0...v3.15.0-rc.1) |
| 20 | + |
| 21 | + * Upgrade to JS SDK 9.8.0-rc.1 |
| 22 | + * Translations update from Weblate |
| 23 | + [\#5683](https://github.com/matrix-org/matrix-react-sdk/pull/5683) |
| 24 | + * Fix object diffing when objects have different keys |
| 25 | + [\#5681](https://github.com/matrix-org/matrix-react-sdk/pull/5681) |
| 26 | + * Add <code> if it's missing |
| 27 | + [\#5673](https://github.com/matrix-org/matrix-react-sdk/pull/5673) |
| 28 | + * Add email only if the verification is complete |
| 29 | + [\#5629](https://github.com/matrix-org/matrix-react-sdk/pull/5629) |
| 30 | + * Fix portrait videocalls |
| 31 | + [\#5676](https://github.com/matrix-org/matrix-react-sdk/pull/5676) |
| 32 | + * Tweak code block icon positions |
| 33 | + [\#5643](https://github.com/matrix-org/matrix-react-sdk/pull/5643) |
| 34 | + * Revert "Improve URL preview formatting and image upload thumbnail size" |
| 35 | + [\#5677](https://github.com/matrix-org/matrix-react-sdk/pull/5677) |
| 36 | + * Fix context menu leaving visible area |
| 37 | + [\#5644](https://github.com/matrix-org/matrix-react-sdk/pull/5644) |
| 38 | + * Jitsi conferences names, take 3 |
| 39 | + [\#5675](https://github.com/matrix-org/matrix-react-sdk/pull/5675) |
| 40 | + * Update isUserOnDarkTheme to take use_system_theme in account |
| 41 | + [\#5670](https://github.com/matrix-org/matrix-react-sdk/pull/5670) |
| 42 | + * Discard some dead code |
| 43 | + [\#5665](https://github.com/matrix-org/matrix-react-sdk/pull/5665) |
| 44 | + * Add developer tool to explore and edit settings |
| 45 | + [\#5664](https://github.com/matrix-org/matrix-react-sdk/pull/5664) |
| 46 | + * Use and create new room helpers |
| 47 | + [\#5663](https://github.com/matrix-org/matrix-react-sdk/pull/5663) |
| 48 | + * Clear message previews when the maximum limit is reached for history |
| 49 | + [\#5661](https://github.com/matrix-org/matrix-react-sdk/pull/5661) |
| 50 | + * VoIP virtual rooms, mk II |
| 51 | + [\#5639](https://github.com/matrix-org/matrix-react-sdk/pull/5639) |
| 52 | + * Disable chat effects when reduced motion preferred |
| 53 | + [\#5660](https://github.com/matrix-org/matrix-react-sdk/pull/5660) |
| 54 | + * Improve URL preview formatting and image upload thumbnail size |
| 55 | + [\#5637](https://github.com/matrix-org/matrix-react-sdk/pull/5637) |
| 56 | + * Fix border radius when the panel is collapsed |
| 57 | + [\#5641](https://github.com/matrix-org/matrix-react-sdk/pull/5641) |
| 58 | + * Use a more generic layout setting - useIRCLayout → layout |
| 59 | + [\#5571](https://github.com/matrix-org/matrix-react-sdk/pull/5571) |
| 60 | + * Remove redundant lockOrigin parameter from usercontent |
| 61 | + [\#5657](https://github.com/matrix-org/matrix-react-sdk/pull/5657) |
| 62 | + * Set ICE candidate pool size option |
| 63 | + [\#5655](https://github.com/matrix-org/matrix-react-sdk/pull/5655) |
| 64 | + * Prepare to encrypt when a call arrives |
| 65 | + [\#5654](https://github.com/matrix-org/matrix-react-sdk/pull/5654) |
| 66 | + * Use config for host signup branding |
| 67 | + [\#5650](https://github.com/matrix-org/matrix-react-sdk/pull/5650) |
| 68 | + * Use randomly generated conference names for Jitsi |
| 69 | + [\#5649](https://github.com/matrix-org/matrix-react-sdk/pull/5649) |
| 70 | + * Modified regex to account for an immediate new line after slash commands |
| 71 | + [\#5647](https://github.com/matrix-org/matrix-react-sdk/pull/5647) |
| 72 | + * Fix codeblock scrollbar color for non-Firefox |
| 73 | + [\#5642](https://github.com/matrix-org/matrix-react-sdk/pull/5642) |
| 74 | + * Fix codeblock scrollbar colors |
| 75 | + [\#5630](https://github.com/matrix-org/matrix-react-sdk/pull/5630) |
| 76 | + * Added loading and disabled the button while searching for server |
| 77 | + [\#5634](https://github.com/matrix-org/matrix-react-sdk/pull/5634) |
| 78 | + |
1 | 79 | Changes in [3.14.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.14.0) (2021-02-16) |
2 | 80 | ===================================================================================================== |
3 | 81 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.14.0-rc.1...v3.14.0) |
|
0 commit comments