|
| 1 | +Changes in [3.27.0](https://github.com/vector-im/element-desktop/releases/tag/v3.27.0) (2021-07-02) |
| 2 | +=================================================================================================== |
| 3 | + |
| 4 | +## 🔒 SECURITY FIXES |
| 5 | + * Sanitize untrusted variables from message previews before translation |
| 6 | + Fixes vector-im/element-web#18314 |
| 7 | + |
| 8 | +## ✨ Features |
| 9 | + * Fix editing of `<sub>` & `<sup`> & `<u>` |
| 10 | + [\#6469](https://github.com/matrix-org/matrix-react-sdk/pull/6469) |
| 11 | + Fixes vector-im/element-web#18211 |
| 12 | + * Zoom images in lightbox to where the cursor points |
| 13 | + [\#6418](https://github.com/matrix-org/matrix-react-sdk/pull/6418) |
| 14 | + Fixes vector-im/element-web#17870 |
| 15 | + * Avoid hitting the settings store from TextForEvent |
| 16 | + [\#6205](https://github.com/matrix-org/matrix-react-sdk/pull/6205) |
| 17 | + Fixes vector-im/element-web#17650 |
| 18 | + * Initial MSC3083 + MSC3244 support |
| 19 | + [\#6212](https://github.com/matrix-org/matrix-react-sdk/pull/6212) |
| 20 | + Fixes vector-im/element-web#17686 and vector-im/element-web#17661 |
| 21 | + * Navigate to the first room with notifications when clicked on space notification dot |
| 22 | + [\#5974](https://github.com/matrix-org/matrix-react-sdk/pull/5974) |
| 23 | + * Add matrix: to the list of permitted URL schemes |
| 24 | + [\#6388](https://github.com/matrix-org/matrix-react-sdk/pull/6388) |
| 25 | + * Add "Copy Link" to room context menu |
| 26 | + [\#6374](https://github.com/matrix-org/matrix-react-sdk/pull/6374) |
| 27 | + * 💭 Message bubble layout |
| 28 | + [\#6291](https://github.com/matrix-org/matrix-react-sdk/pull/6291) |
| 29 | + Fixes vector-im/element-web#4635, vector-im/element-web#17773 vector-im/element-web#16220 and vector-im/element-web#7687 |
| 30 | + * Play only one audio file at a time |
| 31 | + [\#6417](https://github.com/matrix-org/matrix-react-sdk/pull/6417) |
| 32 | + Fixes vector-im/element-web#17439 |
| 33 | + * Move download button for media to the action bar |
| 34 | + [\#6386](https://github.com/matrix-org/matrix-react-sdk/pull/6386) |
| 35 | + Fixes vector-im/element-web#17943 |
| 36 | + * Improved display of one-to-one call history with summary boxes for each call |
| 37 | + [\#6121](https://github.com/matrix-org/matrix-react-sdk/pull/6121) |
| 38 | + Fixes vector-im/element-web#16409 |
| 39 | + * Notification settings UI refresh |
| 40 | + [\#6352](https://github.com/matrix-org/matrix-react-sdk/pull/6352) |
| 41 | + Fixes vector-im/element-web#17782 |
| 42 | + * Fix EventIndex double handling events and erroring |
| 43 | + [\#6385](https://github.com/matrix-org/matrix-react-sdk/pull/6385) |
| 44 | + Fixes vector-im/element-web#18008 |
| 45 | + * Improve reply rendering |
| 46 | + [\#3553](https://github.com/matrix-org/matrix-react-sdk/pull/3553) |
| 47 | + Fixes vector-im/riot-web#9217, vector-im/riot-web#7633, vector-im/riot-web#7530, vector-im/riot-web#7169, vector-im/riot-web#7151, vector-im/riot-web#6692 vector-im/riot-web#6579 and vector-im/element-web#17440 |
| 48 | + |
| 49 | +## 🐛 Bug Fixes |
| 50 | + * Fix CreateRoomDialog exploding when making public room outside of a space |
| 51 | + [\#6493](https://github.com/matrix-org/matrix-react-sdk/pull/6493) |
| 52 | + * Fix regression where registration would soft-crash on captcha |
| 53 | + [\#6505](https://github.com/matrix-org/matrix-react-sdk/pull/6505) |
| 54 | + Fixes vector-im/element-web#18284 |
| 55 | + * only send join rule event if we have a join rule to put in it |
| 56 | + [\#6517](https://github.com/matrix-org/matrix-react-sdk/pull/6517) |
| 57 | + * Improve the new download button's discoverability and interactions. |
| 58 | + [\#6510](https://github.com/matrix-org/matrix-react-sdk/pull/6510) |
| 59 | + * Fix voice recording UI looking broken while microphone permissions are being requested. |
| 60 | + [\#6479](https://github.com/matrix-org/matrix-react-sdk/pull/6479) |
| 61 | + Fixes vector-im/element-web#18223 |
| 62 | + * Match colors of room and user avatars in DMs |
| 63 | + [\#6393](https://github.com/matrix-org/matrix-react-sdk/pull/6393) |
| 64 | + Fixes vector-im/element-web#2449 |
| 65 | + * Fix onPaste handler to work with copying files from Finder |
| 66 | + [\#5389](https://github.com/matrix-org/matrix-react-sdk/pull/5389) |
| 67 | + Fixes vector-im/element-web#15536 and vector-im/element-web#16255 |
| 68 | + * Fix infinite pagination loop when offline |
| 69 | + [\#6478](https://github.com/matrix-org/matrix-react-sdk/pull/6478) |
| 70 | + Fixes vector-im/element-web#18242 |
| 71 | + * Fix blurhash rounded corners missing regression |
| 72 | + [\#6467](https://github.com/matrix-org/matrix-react-sdk/pull/6467) |
| 73 | + Fixes vector-im/element-web#18110 |
| 74 | + * Fix position of the space hierarchy spinner |
| 75 | + [\#6462](https://github.com/matrix-org/matrix-react-sdk/pull/6462) |
| 76 | + Fixes vector-im/element-web#18182 |
| 77 | + * Fix display of image messages that lack thumbnails |
| 78 | + [\#6456](https://github.com/matrix-org/matrix-react-sdk/pull/6456) |
| 79 | + Fixes vector-im/element-web#18175 |
| 80 | + * Fix crash with large audio files. |
| 81 | + [\#6436](https://github.com/matrix-org/matrix-react-sdk/pull/6436) |
| 82 | + Fixes vector-im/element-web#18149 |
| 83 | + * Make diff colors in codeblocks more pleasant |
| 84 | + [\#6355](https://github.com/matrix-org/matrix-react-sdk/pull/6355) |
| 85 | + Fixes vector-im/element-web#17939 |
| 86 | + * Show the correct audio file duration while loading the file. |
| 87 | + [\#6435](https://github.com/matrix-org/matrix-react-sdk/pull/6435) |
| 88 | + Fixes vector-im/element-web#18160 |
| 89 | + * Fix various timeline settings not applying immediately. |
| 90 | + [\#6261](https://github.com/matrix-org/matrix-react-sdk/pull/6261) |
| 91 | + Fixes vector-im/element-web#17748 |
| 92 | + * Fix issues with room list duplication |
| 93 | + [\#6391](https://github.com/matrix-org/matrix-react-sdk/pull/6391) |
| 94 | + Fixes vector-im/element-web#14508 |
| 95 | + * Fix grecaptcha throwing useless error sometimes |
| 96 | + [\#6401](https://github.com/matrix-org/matrix-react-sdk/pull/6401) |
| 97 | + Fixes vector-im/element-web#15142 |
| 98 | + * Update Emojibase and Twemoji and switch to IamCal (Slack-style) shortcodes |
| 99 | + [\#6347](https://github.com/matrix-org/matrix-react-sdk/pull/6347) |
| 100 | + Fixes vector-im/element-web#13857 and vector-im/element-web#13334 |
| 101 | + * Respect compound emojis in default avatar initial generation |
| 102 | + [\#6397](https://github.com/matrix-org/matrix-react-sdk/pull/6397) |
| 103 | + Fixes vector-im/element-web#18040 |
| 104 | + * Fix bug where the 'other homeserver' field in the server selection dialog would become briefly focus and then unfocus when clicked. |
| 105 | + [\#6394](https://github.com/matrix-org/matrix-react-sdk/pull/6394) |
| 106 | + Fixes vector-im/element-web#18031 |
| 107 | + * Standardise spelling and casing of homeserver, identity server, and integration manager |
| 108 | + [\#6365](https://github.com/matrix-org/matrix-react-sdk/pull/6365) |
| 109 | + * Fix widgets not receiving decrypted events when they have permission. |
| 110 | + [\#6371](https://github.com/matrix-org/matrix-react-sdk/pull/6371) |
| 111 | + Fixes vector-im/element-web#17615 |
| 112 | + * Prevent client hangs when calculating blurhashes |
| 113 | + [\#6366](https://github.com/matrix-org/matrix-react-sdk/pull/6366) |
| 114 | + Fixes vector-im/element-web#17945 |
| 115 | + * Exclude state events from widgets reading room events |
| 116 | + [\#6378](https://github.com/matrix-org/matrix-react-sdk/pull/6378) |
| 117 | + * Cache feature_spaces\* flags to improve performance |
| 118 | + [\#6381](https://github.com/matrix-org/matrix-react-sdk/pull/6381) |
| 119 | + |
1 | 120 | Changes in [3.26.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.26.0) (2021-07-19) |
2 | 121 | ===================================================================================================== |
3 | 122 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.26.0-rc.1...v3.26.0) |
|
0 commit comments