This website requires JavaScript.
e654e0e08c
Accepting request 1238072 from devel:languages:nodejs
factory
Ana Guerrero
2025-01-15 16:45:59 +0000
faf9082c7c
- Version 1.11.90 ## ✨ Features * Docker: run as non-root (https://github.com/element-hq/element-web/pull/28849 ). Contributed by @richvdh. * Docker: allow configuration of HTTP listen port via env var (https://github.com/element-hq/element-web/pull/28840 ). Contributed by @richvdh. * Update matrix-wysiwyg to consume WASM asset (https://github.com/element-hq/element-web/pull/28838 ). Contributed by @t3chguy. * OIDC settings tweaks (https://github.com/element-hq/element-web/pull/28787 ). Contributed by @t3chguy. * Delabs native OIDC support (https://github.com/element-hq/element-web/pull/28615 ). Contributed by @t3chguy. * Move room header info button to right-most position (https://github.com/element-hq/element-web/pull/28754 ). Contributed by @t3chguy. * Enable key backup by default (https://github.com/element-hq/element-web/pull/28691 ). Contributed by @dbkr. ## 🐛 Bug Fixes * Fix building the automations mermaid diagram (https://github.com/element-hq/element-web/pull/28881 ). Contributed by @dbkr. * Playwright: wait for the network listener on the postgres db (https://github.com/element-hq/element-web/pull/28808 ). Contributed by @dbkr. Version 1.11.89 * No changes ## 🐛 Bug Fixes * Upgrade matrix-sdk-crypto-wasm to 1.11.0 (https://github.com/matrix-org/matrix-js-sdk/pull/4593 ) * Fix url preview display (https://github.com/element-hq/element-web/pull/28766 ).
devel
Dominik Heidler
2025-01-15 14:02:01 +0000
981cbedfe8
Accepting request 1233323 from devel:languages:nodejs
Ana Guerrero
2024-12-26 11:24:25 +0000
8f6e3e3f7d
- Version 1.11.88 ## ✨ Features * Allow trusted Element Call widget to send and receive media encryption key to-device messages (https://github.com/element-hq/element-web/pull/28316 ). Contributed by @hughns. * increase ringing timeout from 10 seconds to 90 seconds (https://github.com/element-hq/element-web/pull/28630 ). Contributed by @fkwp. * Add Close
tooltip to dialog (https://github.com/element-hq/element-web/pull/28617 ). Contributed by @florianduros. * New UX for Share dialog (https://github.com/element-hq/element-web/pull/28598 ). Contributed by @florianduros. * Improve performance of RoomContext in RoomHeader (https://github.com/element-hq/element-web/pull/28574 ). Contributed by @t3chguy. * Remove Features.RustCrypto
flag (https://github.com/element-hq/element-web/pull/28582 ). Contributed by @florianduros. * Add Modernizr warning when running in non-secure context (https://github.com/element-hq/element-web/pull/28581 ). Contributed by @t3chguy. ## 🐛 Bug Fixes * Fix secret storage not being used due to bad import (https://github.com/element-hq/element-desktop/pull/2029 ). Contributed by @t3chguy. * Fix inability to click on non-logged-in modals on macOS (https://github.com/element-hq/element-desktop/pull/2025 ). Contributed by @t3chguy. * Fix jumpy timeline when the pinned message banner is displayed (https://github.com/element-hq/element-web/pull/28654 ). Contributed by @florianduros. * Fix font \& spaces in settings subsection (https://github.com/element-hq/element-web/pull/28631 ). Contributed by @florianduros. * Remove manual device verification which is not supported by the new cryptography stack (https://github.com/element-hq/element-web/pull/28588 ). Contributed by @florianduros. * Fix code block highlighting not working reliably with many code blocks (https://github.com/element-hq/element-web/pull/28613 ). Contributed by @t3chguy. * Remove remaining reply fallbacks code (https://github.com/element-hq/element-web/pull/28610 ). Contributed by @t3chguy. * Provide a way to activate GIFs via the keyboard for a11y (https://github.com/element-hq/element-web/pull/28611 ). Contributed by @t3chguy. * Fix format bar position (https://github.com/element-hq/element-web/pull/28591 ). Contributed by @florianduros. * Fix room taking long time to load (https://github.com/element-hq/element-web/pull/28579 ). Contributed by @florianduros. * Show the correct shield status in tooltip for more conditions (https://github.com/element-hq/element-web/pull/28476 ). Contributed by @uhoreg.
Dominik Heidler
2024-12-18 11:56:34 +0000
3d48d6e550
Accepting request 1229820 from devel:languages:nodejs
Ana Guerrero
2024-12-10 22:49:34 +0000
ec77cae8ee
- Version 1.11.87 ## ✨ Features * Send and respect MSC4230 is\_animated flag (https://github.com/element-hq/element-web/pull/28513 ). Contributed by @t3chguy. * Display a warning when an unverified user's identity changes (https://github.com/element-hq/element-web/pull/28211 ). Contributed by @uhoreg. * Swap out Twitter link for Mastodon on auth footer (https://github.com/element-hq/element-web/pull/28508 ). Contributed by @t3chguy. * Consider org.matrix.msc3417.call
as video room in create room dialog (https://github.com/element-hq/element-web/pull/28497 ). Contributed by @t3chguy. * Standardise icons using Compound Design Tokens (https://github.com/element-hq/element-web/pull/28217 ). Contributed by @t3chguy. * Start sending stable m.marked_unread
events (https://github.com/element-hq/element-web/pull/28478 ). Contributed by @tulir. * Upgrade to compound-design-tokens v2 (https://github.com/element-hq/element-web/pull/28471 ). Contributed by @t3chguy. * Standardise icons using Compound Design Tokens (https://github.com/element-hq/element-web/pull/28286 ). Contributed by @t3chguy. * Remove reply fallbacks as per merged MSC2781 (https://github.com/element-hq/element-web/pull/28406 ). Contributed by @t3chguy. * Use React Suspense when rendering async modals (https://github.com/element-hq/element-web/pull/28386 ). Contributed by @t3chguy. ## 🐛 Bug Fixes * Add spinner when room encryption is loading in room settings (https://github.com/element-hq/element-web/pull/28535 ). Contributed by @florianduros. * Fix getOidcCallbackUrl for Element Desktop (https://github.com/element-hq/element-web/pull/28521 ). Contributed by @t3chguy. * Filter out redacted poll votes to avoid crashing the Poll widget (https://github.com/element-hq/element-web/pull/28498 ). Contributed by @t3chguy. * Fix force tab complete not working since switching to React 18 createRoot API (https://github.com/element-hq/element-web/pull/28505 ). Contributed by @t3chguy. * Fix media captions in bubble layout (https://github.com/element-hq/element-web/pull/28480 ). Contributed by @tulir. * Reset cross-signing before backup when resetting both (https://github.com/element-hq/element-web/pull/28402 ). Contributed by @uhoreg. * Listen to events so that encryption icon updates when status changes (https://github.com/element-hq/element-web/pull/28407 ). Contributed by @uhoreg. * Check that the file the user chose has a MIME type of image/*
(https://github.com/element-hq/element-web/pull/28467 ). Contributed by @t3chguy. * Fix download button size in message action bar (https://github.com/element-hq/element-web/pull/28472 ). Contributed by @t3chguy. * Allow tab completing users in brackets (https://github.com/element-hq/element-web/pull/28460 ). Contributed by @t3chguy. * Fix React 18 strict mode breaking spotlight dialog (https://github.com/element-hq/element-web/pull/28452 ). Contributed by @MidhunSureshR.
Dominik Heidler
2024-12-03 13:51:00 +0000
5f71cc2b3e
Accepting request 1225170 from devel:languages:nodejs
Ana Guerrero
2024-11-20 16:00:05 +0000
a745eacd10
- Version 1.11.86 ## ✨ Features * Deduplicate icons using Compound Design Tokens (https://github.com/element-hq/element-web/pull/28419 ). Contributed by @t3chguy. * Let widget driver send error details (https://github.com/element-hq/element-web/pull/28357 ). Contributed by @AndrewFerr. * Deduplicate icons using Compound Design Tokens (https://github.com/element-hq/element-web/pull/28381 ). Contributed by @t3chguy. * Auto approvoce io.element.call.reaction
capability for element call widgets (https://github.com/element-hq/element-web/pull/28401 ). Contributed by @toger5. * Show message type prefix in thread root \& reply previews (https://github.com/element-hq/element-web/pull/28361 ). Contributed by @t3chguy. * Support sending encrypted to device messages from widgets (https://github.com/element-hq/element-web/pull/28315 ). Contributed by @hughns. ## 🐛 Bug Fixes * Feed events to widgets as they are decrypted (even if out of order) (https://github.com/element-hq/element-web/pull/28376 ). Contributed by @robintown. * Handle authenticated media when downloading from ImageView (https://github.com/element-hq/element-web/pull/28379 ). Contributed by @t3chguy. * Ignore m.3pid_changes
for Identity service 3PID changes (https://github.com/element-hq/element-web/pull/28375 ). Contributed by @t3chguy. * Fix markdown escaping wrongly passing html through (https://github.com/element-hq/element-web/pull/28363 ). Contributed by @t3chguy. * Remove "Upgrade your encryption" flow in CreateSecretStorageDialog
(https://github.com/element-hq/element-web/pull/28290 ). Contributed by @florianduros.
Dominik Heidler
2024-11-19 21:48:48 +0000
25c8fa29f9
Accepting request 1223677 from devel:languages:nodejs
Ana Guerrero
2024-11-13 14:29:28 +0000
d254c4642c
Fix 7za patch
Dominik Heidler
2024-11-12 13:05:42 +0000
17bd855ca7
- Version 1.11.85 # Security - Fixes for https://github.com/element-hq/element-web/security/advisories/GHSA-w36j-v56h-q9pc - Fixes for https://github.com/element-hq/element-web/security/advisories/GHSA-5486-384g-mcx2 - Update JS SDK with the fixes for https://github.com/matrix-org/matrix-js-sdk/security/advisories/GHSA-xvg8-m4x3-w6xr Version 1.11.84 ## ✨ Features * Remove abandoned MSC3886, MSC3903, MSC3906 implementations (https://github.com/element-hq/element-web/pull/28274 ). Contributed by @t3chguy. * Update to React 18 (https://github.com/element-hq/element-web/pull/24763 ). Contributed by @t3chguy. * Deduplicate icons using Compound (https://github.com/element-hq/element-web/pull/28239 ). Contributed by @t3chguy. * Replace legacy Tooltips with Compound tooltips (https://github.com/element-hq/element-web/pull/28231 ). Contributed by @t3chguy. * Deduplicate icons using Compound Design Tokens (https://github.com/element-hq/element-web/pull/28219 ). Contributed by @t3chguy. * Add reactions to html export (https://github.com/element-hq/element-web/pull/28210 ). Contributed by @langleyd. * Remove feature\_dehydration (https://github.com/element-hq/element-web/pull/28173 ). Contributed by @florianduros. ## 🐛 Bug Fixes * Remove upgrade encryption in DeviceListener
and SetupEncryptionToast
(https://github.com/element-hq/element-web/pull/28299 ). Contributed by @florianduros. * Fix 'remove alias' button in room settings (https://github.com/element-hq/element-web/pull/28269 ). Contributed by @Dev-Gurjar. * Add back unencrypted path in StopGapWidgetDriver.sendToDevice
(https://github.com/element-hq/element-web/pull/28295 ). Contributed by @florianduros. * Fix other devices not being decorated as such (https://github.com/element-hq/element-web/pull/28279 ). Contributed by @t3chguy. * Fix pill contrast in invitation dialog (https://github.com/element-hq/element-web/pull/28250 ). Contributed by @florianduros. * Close right panel chat when minimising maximised voip widget (https://github.com/element-hq/element-web/pull/28241 ). Contributed by @t3chguy. * Fix develop changelog parsing (https://github.com/element-hq/element-web/pull/28232 ). Contributed by @t3chguy. * Fix Ctrl+F shortcut not working with minimised room summary card (https://github.com/element-hq/element-web/pull/28223 ). Contributed by @t3chguy. * Fix network dropdown missing checkbox \& aria-checked (https://github.com/element-hq/element-web/pull/28220 ). Contributed by @t3chguy.
Dominik Heidler
2024-11-12 12:58:58 +0000
3a73385406
Accepting request 1219530 from devel:languages:nodejs
Dominique Leuenberger
2024-10-30 16:34:32 +0000
8133325174
Package all files in img
Dominik Heidler
2024-10-30 10:44:35 +0000
353072be8d
- Version 1.11.83 ## ✨ Features * Enable Element Call by default on release instances (https://github.com/element-hq/element-web/pull/28314 ). Contributed by @t3chguy.
Dominik Heidler
2024-10-29 15:31:29 +0000
b0a831af09
- Version 1.11.82 ## ✨ Features * Deduplicate more icons using Compound Design Tokens (https://github.com/element-hq/matrix-react-sdk/pull/132 ). Contributed by @t3chguy. * Always show link new device flow even if unsupported (https://github.com/element-hq/matrix-react-sdk/pull/147 ). Contributed by @t3chguy. * Update design of files list in right panel (https://github.com/element-hq/matrix-react-sdk/pull/144 ). Contributed by @t3chguy. * Remove feature\_dehydration (https://github.com/element-hq/matrix-react-sdk/pull/138 ). Contributed by @florianduros. * Upgrade emojibase-bindings and remove local handling of emoticon variations (https://github.com/element-hq/matrix-react-sdk/pull/127 ). Contributed by @langleyd. * Add support for rendering media captions (https://github.com/element-hq/matrix-react-sdk/pull/43 ). Contributed by @tulir. * Replace composer icons with Compound variants (https://github.com/element-hq/matrix-react-sdk/pull/123 ). Contributed by @t3chguy. * Tweak default right panel size to be 320px except for maximised widgets at 420px (https://github.com/element-hq/matrix-react-sdk/pull/110 ). Contributed by @t3chguy. * Add a pinned message badge under a pinned message (https://github.com/element-hq/matrix-react-sdk/pull/118 ). Contributed by @florianduros. * Ditch right panel tabs and re-add close button (https://github.com/element-hq/matrix-react-sdk/pull/99 ). Contributed by @t3chguy. * Force verification even for refreshed clients (https://github.com/element-hq/matrix-react-sdk/pull/44 ). Contributed by @dbkr. * Update emoji text, border and background colour in timeline (https://github.com/element-hq/matrix-react-sdk/pull/119 ). Contributed by @florianduros. * Disable ICE fallback based on well-known configuration (https://github.com/element-hq/matrix-react-sdk/pull/111 ). Contributed by @t3chguy. * Remove legacy room header and promote beta room header (https://github.com/element-hq/matrix-react-sdk/pull/105 ). Contributed by @t3chguy. * Respect io.element.jitsi
useFor1To1Calls
in well-known (https://github.com/element-hq/matrix-react-sdk/pull/112 ). Contributed by @t3chguy. * Use Compound close icon in favour of mishmash of x/close icons (https://github.com/element-hq/matrix-react-sdk/pull/108 ). Contributed by @t3chguy. ## 🐛 Bug Fixes * Correct typo in option documentation (https://github.com/element-hq/element-web/pull/28148 ). Contributed by @AndrewKvalheim. * Revert #124 and #135 (https://github.com/element-hq/matrix-react-sdk/pull/139 ). Contributed by @dbkr. * Add aria-label to e2e icon (https://github.com/element-hq/matrix-react-sdk/pull/136 ). Contributed by @florianduros. * Fix bell icons on room list hover being black squares (https://github.com/element-hq/matrix-react-sdk/pull/135 ). Contributed by @dbkr. * Fix vertical overflow on the mobile register screen (https://github.com/element-hq/matrix-react-sdk/pull/137 ). Contributed by @langleyd. * Allow to unpin redacted event (https://github.com/element-hq/matrix-react-sdk/pull/98 ). Contributed by @florianduros.
Dominik Heidler
2024-10-22 13:58:16 +0000
73aedc229b
Accepting request 1208128 from devel:languages:nodejs
Ana Guerrero
2024-10-16 21:44:17 +0000
156d6e7e4a
- Version 1.11.81 This release fixes High severity vulnerability CVE-2024-47771 / GHSA-963w-49j9-gxj6
Dominik Heidler
2024-10-15 12:15:13 +0000
c70727e0d3
Accepting request 1206523 from devel:languages:nodejs
Ana Guerrero
2024-10-09 20:13:37 +0000
520024495e
Use new license: AGPL-3.0-only or GPL-3.0-only
Dominik Heidler
2024-10-09 12:05:54 +0000
1ac3d41f1e
- Version 1.11.80 ## ✨ Features * Add doc for 'force\_verification config option (https://github.com/element-hq/element-web/pull/28035 ). Contributed by @dbkr. * Roll back change to device isolation mode (https://github.com/element-hq/matrix-react-sdk/pull/104 ). Contributed by @richvdh. * Remove right panel toggling behaviour on room header buttons (https://github.com/element-hq/matrix-react-sdk/pull/100 ). Contributed by @t3chguy. * Improve error display for messages sent from insecure devices (https://github.com/element-hq/matrix-react-sdk/pull/93 ). Contributed by @richvdh. * Add labs option to exclude unverified devices (https://github.com/element-hq/matrix-react-sdk/pull/92 ). Contributed by @richvdh. * Improve contrast for timestamps, date separators \& spotlight trigger (https://github.com/element-hq/matrix-react-sdk/pull/91 ). Contributed by @t3chguy. * Open room settings on room header avatar click (https://github.com/element-hq/matrix-react-sdk/pull/88 ). Contributed by @t3chguy. * Use strong
over b
for improved a11y semantics (https://github.com/element-hq/matrix-react-sdk/pull/41 ). Contributed by @t3chguy. * Grant Element Call widget capabilities for "raise hand" feature (https://github.com/element-hq/matrix-react-sdk/pull/82 ). Contributed by @AndrewFerr. * Mobile registration optimizations and tests (https://github.com/element-hq/matrix-react-sdk/pull/62 ). Contributed by @langleyd. * Ignore chat effect when older than 48h (https://github.com/element-hq/matrix-react-sdk/pull/48 ). Contributed by @florianduros. ## 🐛 Bug Fixes * Update native OIDC callback url to be RFC8252 compliant (https://github.com/element-hq/element-web/pull/28096 ). Contributed by @t3chguy. * Update icons to include transparency (https://github.com/element-hq/element-web/pull/28040 ). Contributed by @t3chguy. * Fix default\_widget\_container\_height in sample config (https://github.com/element-hq/element-web/pull/28034 ). Contributed by @dbkr. * Fix untranslated keys being rendered in /help
dialog (https://github.com/element-hq/matrix-react-sdk/pull/90 ). Contributed by @t3chguy. * Ensure timeline search results are visible even in video rooms (https://github.com/element-hq/matrix-react-sdk/pull/96 ). Contributed by @t3chguy. * Pop right panel timeline when unmaximising widget to avoid double timeline (https://github.com/element-hq/matrix-react-sdk/pull/94 ). Contributed by @t3chguy. * Fix accessible label on left panel spotlight trigger (https://github.com/element-hq/matrix-react-sdk/pull/87 ). Contributed by @t3chguy. * Crypto: fix display of device key (https://github.com/element-hq/matrix-react-sdk/pull/86 ). Contributed by @richvdh.
Dominik Heidler
2024-10-09 09:29:13 +0000
b91a66768b
Accepting request 1205715 from devel:languages:nodejs
Ana Guerrero
2024-10-06 15:52:00 +0000
c5185405aa
- Version 1.11.79 * No changes ## ✨ Features * https://github.com/element-hq/matrix-react-sdk/pull/106 ). Contributed by @RiotRobot.
Dominik Heidler
2024-10-02 12:44:25 +0000
359ec39b6d
- Fix build on 15.6 with old python3.6 * Patch: no-walrus-operator.patch
Dominik Heidler
2024-09-26 21:01:10 +0000
e994532924
Fix build on 15.6
Dominik Heidler
2024-09-26 21:00:33 +0000
f98b8cadbd
- Fix home dir for osc in prepare.sh
Dominik Heidler
2024-09-26 11:48:01 +0000
194738f8e2
Accepting request 1200139 from devel:languages:nodejs
Ana Guerrero
2024-09-12 14:56:14 +0000
e861ac9399
- Version 1.11.77 ## Licensing
Dominik Heidler
2024-09-11 10:59:03 +0000
8a486b70c1
Accepting request 1199160 from devel:languages:nodejs
Ana Guerrero
2024-09-06 15:18:59 +0000
8c680dc142
- Version 1.11.76 ## ✨ Features
Dominik Heidler
2024-08-30 09:06:42 +0000
7ad857c005
Accepting request 1196036 from devel:languages:nodejs
Ana Guerrero
2024-08-26 20:10:52 +0000
70c50ebfa3
- Version 1.11.75 # Security - Fixes for https://github.com/matrix-org/matrix-js-sdk/security/advisories/GHSA-vhr5-g3pm-49fm (CVE-2024-42369). - Version 1.11.74 ## ✨ Features * Update unsupported browser react component to new designs (https://github.com/element-hq/element-web/pull/27857 ). Contributed by @t3chguy. * Invite dialog: display MXID on its own line (https://github.com/matrix-org/matrix-react-sdk/pull/11756 ). Contributed by @AndrewFerr. * Align RoomSummaryCard styles with Figma (https://github.com/matrix-org/matrix-react-sdk/pull/12793 ). Contributed by @t3chguy. * Extract Extensions into their own right panel tab (https://github.com/matrix-org/matrix-react-sdk/pull/12844 ). Contributed by @t3chguy. * Remove topic from new room header and expand right panel topic (https://github.com/matrix-org/matrix-react-sdk/pull/12842 ). Contributed by @t3chguy. * Rework how the onboarding notifications task works (https://github.com/matrix-org/matrix-react-sdk/pull/12839 ). Contributed by @t3chguy. * Update toast styles to match Figma (https://github.com/matrix-org/matrix-react-sdk/pull/12833 ). Contributed by @t3chguy. * Warn users on unsupported browsers before they lack features (https://github.com/matrix-org/matrix-react-sdk/pull/12830 ). Contributed by @t3chguy. * Add sign out button to settings profile section (https://github.com/matrix-org/matrix-react-sdk/pull/12666 ). Contributed by @dbkr. * Remove MatrixRTC realted import ES lint exceptions using a index.ts for matrixrtc (https://github.com/matrix-org/matrix-react-sdk/pull/12780 ). Contributed by @toger5. * Fix unwanted ringing of other devices even though the user is already connected to the call. (https://github.com/matrix-org/matrix-react-sdk/pull/12742 ). Contributed by @toger5. * Acknowledge DeviceMute
widget actions (https://github.com/matrix-org/matrix-react-sdk/pull/12790 ). Contributed by @toger5. ## 🐛 Bug Fixes * Update Element icons (https://github.com/element-hq/element-web/pull/27900 ). Contributed by @t3chguy. * Fix Jitsi by updating device mute updates over postMessage API (https://github.com/element-hq/element-web/pull/27858 ). Contributed by @t3chguy. * Fix formatting of rich text emotes (https://github.com/matrix-org/matrix-react-sdk/pull/12862 ). Contributed by @dbkr. * Fixed custom emotes background color #27745 (https://github.com/matrix-org/matrix-react-sdk/pull/12798 ). Contributed by @asimdelvi. * Ignore permalink\_prefix when serializing pills (https://github.com/matrix-org/matrix-react-sdk/pull/11726 ). Contributed by @herkulessi. * Deflake the chat export test (https://github.com/matrix-org/matrix-react-sdk/pull/12854 ). Contributed by @dbkr. * Fix alignment of RTL messages (https://github.com/matrix-org/matrix-react-sdk/pull/12837 ). Contributed by @dbkr. * Handle media download errors better (https://github.com/matrix-org/matrix-react-sdk/pull/12848 ). Contributed by @t3chguy. * Make micIcon display on primary (https://github.com/matrix-org/matrix-react-sdk/pull/11908 ). Contributed by @kdanielm. * Fix compound typography font component issues (https://github.com/matrix-org/matrix-react-sdk/pull/12826 ). Contributed by @t3chguy. * Allow Chrome page translator to translate messages in rooms (https://github.com/matrix-org/matrix-react-sdk/pull/11113 ). Contributed by @lukaszpolowczyk. - Version 1.11.73
Dominik Heidler
2024-08-26 08:33:07 +0000
c70bf4f49f
Accepting request 1194487 from devel:languages:nodejs
Dominique Leuenberger
2024-08-18 16:19:44 +0000
a5e190063a
- Version 1.11.73 Fixes for CVE-2024-42347 / GHSA-f83w-wqhc-cfp4.
Oliver Kurz
2024-08-17 17:25:55 +0000
8208e1e388
Update to 1.11.73
Dominik Heidler
2024-08-06 13:10:02 +0000
41bd0bfb27
Accepting request 1188224 from devel:languages:nodejs
Ana Guerrero
2024-07-18 17:16:56 +0000
ee43f03bd5
- Version 1.11.71 ## ✨ Features * Add Modernizr rule for Intl.Segmenter (https://github.com/element-hq/element-web/pull/27677 ). Contributed by @t3chguy. * Add tabs to the right panel (https://github.com/matrix-org/matrix-react-sdk/pull/12672 ). Contributed by @MidhunSureshR. * Promote new room header from labs to Beta (https://github.com/matrix-org/matrix-react-sdk/pull/12739 ). Contributed by @t3chguy. * Redesign room search interface (https://github.com/matrix-org/matrix-react-sdk/pull/12677 ). Contributed by @t3chguy. * Move language settings to 'preferences' (https://github.com/matrix-org/matrix-react-sdk/pull/12723 ). Contributed by @dbkr. * New layout selector ui in user settings (https://github.com/matrix-org/matrix-react-sdk/pull/12676 ). Contributed by @florianduros. * Prevent Element appearing in system media controls (https://github.com/matrix-org/matrix-react-sdk/pull/10995 ). Contributed by @SuperKenVery. * Move the account management button (https://github.com/matrix-org/matrix-react-sdk/pull/12663 ). Contributed by @dbkr. * Disable profile controls if the HS doesn't allow them to be set (https://github.com/matrix-org/matrix-react-sdk/pull/12652 ). Contributed by @dbkr. * New theme ui in user settings (https://github.com/matrix-org/matrix-react-sdk/pull/12576 ). Contributed by @florianduros. * Adjust room header hover transition from 300ms to 200ms (https://github.com/matrix-org/matrix-react-sdk/pull/12703 ). Contributed by @t3chguy. * Split out email \& phone number settings to separate components \& move discovery to privacy tab (https://github.com/matrix-org/matrix-react-sdk/pull/12670 ). Contributed by @dbkr. ## 🐛 Bug Fixes * Ensure we do not load matrix-react-sdk is a manner which can white-screen (https://github.com/element-hq/element-web/pull/27685 ). Contributed by @t3chguy. * Fix incoming call toast crash due to audio refactor (https://github.com/matrix-org/matrix-react-sdk/pull/12737 ). Contributed by @t3chguy. * Improve new room header accessibility (https://github.com/matrix-org/matrix-react-sdk/pull/12725 ). Contributed by @t3chguy. * Fix closing all modals (https://github.com/matrix-org/matrix-react-sdk/pull/12728 ). Contributed by @dbkr. * Fix close button on forgot password flow (https://github.com/matrix-org/matrix-react-sdk/pull/12732 ). Contributed by @dbkr. * Don't consider textual characters to be emoji (https://github.com/matrix-org/matrix-react-sdk/pull/12582 ). Contributed by @robintown. * Clear autocomplete input on selection accept (https://github.com/matrix-org/matrix-react-sdk/pull/12709 ). Contributed by @dbkr. * Fix Match system theme
toggle (https://github.com/matrix-org/matrix-react-sdk/pull/12719 ). Contributed by @florianduros.
Dominik Heidler
2024-07-17 14:42:03 +0000
14b74a3258
Accepting request 1187580 from devel:languages:nodejs
Ana Guerrero
2024-07-15 17:50:08 +0000
57d397465c
- Version 1.11.70 ## ✨ Features * Tighten macOS entitlements (https://github.com/element-hq/element-desktop/pull/1731 ). Contributed by @t3chguy. * Add SSO redirect option for login page (https://github.com/element-hq/element-web/pull/27576 ). Contributed by @bartvdbraak. * Use stable endpoints for MSC3916 (https://github.com/element-hq/element-web/pull/27558 ). Contributed by @turt2live. * Switch to Rust crypto stack for all logins (https://github.com/matrix-org/matrix-react-sdk/pull/12630 ). Contributed by @richvdh. * Hide voip buttons in group rooms in environments with widgets disabled (https://github.com/matrix-org/matrix-react-sdk/pull/12664 ). Contributed by @t3chguy. * Minor tweaks to UserSettings dialog (https://github.com/matrix-org/matrix-react-sdk/pull/12651 ). Contributed by @florianduros. * Hide voice call button when redundant (https://github.com/matrix-org/matrix-react-sdk/pull/12639 ). Contributed by @t3chguy. * Improve accessibility of the room summary card (https://github.com/matrix-org/matrix-react-sdk/pull/12586 ). Contributed by @t3chguy. * Show tooltips on narrow tabbed views (https://github.com/matrix-org/matrix-react-sdk/pull/12624 ). Contributed by @dbkr. * Update gfm.css to github-markdown-css (https://github.com/matrix-org/matrix-react-sdk/pull/12613 ). Contributed by @t3chguy. * Cache e2eStatus to avoid concerning unencrypted flicker when changing rooms (https://github.com/matrix-org/matrix-react-sdk/pull/12606 ). Contributed by @t3chguy. * Tweak copy for user verification toast (https://github.com/matrix-org/matrix-react-sdk/pull/12605 ). Contributed by @t3chguy. * Support s tags for strikethrough for Matrix v1.10 (https://github.com/matrix-org/matrix-react-sdk/pull/12604 ). Contributed by @t3chguy. ## 🐛 Bug Fixes * Switch debs to use the SQLCipher static version (https://github.com/element-hq/element-desktop/pull/1001 ). Contributed by @MatMaul. * Fix "Unable to restore session" error (https://github.com/matrix-org/matrix-js-sdk/pull/4299 ). * Fix error when sending encrypted messages in large rooms (https://github.com/matrix-org/matrix-js-sdk/pull/4297 ). * Remove redundant copy in deactive uia modal (https://github.com/matrix-org/matrix-react-sdk/pull/12668 ). Contributed by @t3chguy. * Fix high contrast theme in settings (https://github.com/matrix-org/matrix-react-sdk/pull/12649 ). Contributed by @florianduros. * Fix background on live location sharing footer (https://github.com/matrix-org/matrix-react-sdk/pull/12629 ). Contributed by @t3chguy. * Remove outdated iframe sandbox attribute (https://github.com/matrix-org/matrix-react-sdk/pull/12633 ). Contributed by @t3chguy. * Remove stray setState which caused encryption state shields to flicker (https://github.com/matrix-org/matrix-react-sdk/pull/12632 ). Contributed by @t3chguy. * Fix stray background colour on markdown body (https://github.com/matrix-org/matrix-react-sdk/pull/12628 ). Contributed by @t3chguy. * Fix widgets not being cleaned up correctly. (https://github.com/matrix-org/matrix-react-sdk/pull/12616 ). Contributed by @toger5. * Add in-progress view to display name EditInPlace (https://github.com/matrix-org/matrix-react-sdk/pull/12609 ). Contributed by @dbkr. * Fix config override of other settings levels (https://github.com/matrix-org/matrix-react-sdk/pull/12593 ). Contributed by @langleyd. * Don't show 'saved' on display name save error (https://github.com/matrix-org/matrix-react-sdk/pull/12600 ). Contributed by @dbkr.
Dominik Heidler
2024-07-12 11:04:41 +0000
8e6ba03f94
- Prevent issue with element showing error msg on startup about not finding de.json
Dominik Heidler
2024-07-05 11:57:32 +0000
34994f06e4
Accepting request 1182986 from devel:languages:nodejs
Ana Guerrero
2024-06-24 18:51:43 +0000
79c7caedba
- Remove disable-spellchecker.patch as spellchecker is meanwhile configurable via Settings -> General
Dominik Heidler
2024-06-24 09:07:47 +0000
eeb98ece32
- Remove disable-spellchecker.patch
Dominik Heidler
2024-06-21 18:09:09 +0000
9a85289d22
Accepting request 1182469 from devel:languages:nodejs
Ana Guerrero
2024-06-21 14:05:04 +0000
ab99f7c8f2
- Disable dysfunctional spellchecker * disable-spellchecker.patch
Dominik Heidler
2024-06-21 11:29:52 +0000
3e38ef69a5
- Version 1.11.69 ## ✨ Features
Dominik Heidler
2024-06-18 19:11:15 +0000
fa820a8cf7
Accepting request 1180072 from devel:languages:nodejs
Ana Guerrero
2024-06-12 13:38:06 +0000
0c39bc18cc
- Version 1.11.68 ## ✨ Features
Dominik Heidler
2024-06-04 19:14:34 +0000
53f148d062
Accepting request 1175898 from devel:languages:nodejs
Ana Guerrero
2024-05-22 19:33:37 +0000
a1b68126b4
Remove rust-packaging as it fails source service for TW submission
Dominik Heidler
2024-05-22 15:38:20 +0000
ab9a392f30
- Version 1.11.67 ## ✨ Features * Tooltip: Improve the accessibility of the composer and the rich text editor (https://github.com/matrix-org/matrix-react-sdk/pull/12459 ). Contributed by @florianduros. * Allow explicit configuration of OIDC dynamic registration metadata (https://github.com/matrix-org/matrix-react-sdk/pull/12514 ). Contributed by @t3chguy. * Tooltip: improve accessibility for messages (https://github.com/matrix-org/matrix-react-sdk/pull/12487 ). Contributed by @florianduros. * Collapse UserSettings tabs to just icons on narrow screens (https://github.com/matrix-org/matrix-react-sdk/pull/12505 ). Contributed by @dbkr. * Add room topic to right panel room info (https://github.com/matrix-org/matrix-react-sdk/pull/12503 ). Contributed by @t3chguy. * OIDC: pass id_token
via id_token_hint
on Manage Account interaction (https://github.com/matrix-org/matrix-react-sdk/pull/12499 ). Contributed by @t3chguy. * Tooltip: improve accessibility in room (https://github.com/matrix-org/matrix-react-sdk/pull/12493 ). Contributed by @florianduros. * Tooltip: improve accessibility for call and voice messages (https://github.com/matrix-org/matrix-react-sdk/pull/12489 ). Contributed by @florianduros. * Move the active tab in user settings to the dialog title (https://github.com/matrix-org/matrix-react-sdk/pull/12481 ). Contributed by @dbkr. * Tooltip: improve accessibility of spaces (https://github.com/matrix-org/matrix-react-sdk/pull/12497 ). Contributed by @florianduros. * Tooltip: improve accessibility of the right panel (https://github.com/matrix-org/matrix-react-sdk/pull/12490 ). Contributed by @florianduros. * MSC3575 (Sliding Sync) add well-known proxy support (https://github.com/matrix-org/matrix-react-sdk/pull/12307 ). Contributed by @EdGeraghty. ## 🐛 Bug Fixes * Reuse single PlaybackWorker between Playback instances (https://github.com/matrix-org/matrix-react-sdk/pull/12520 ). Contributed by @t3chguy. * Fix well-known lookup for sliding sync labs check (https://github.com/matrix-org/matrix-react-sdk/pull/12519 ). Contributed by @t3chguy. * Fix element-desktop-ssoid being
included in OIDC Authorization call (https://github.com/matrix-org/matrix-react-sdk/pull/12495 ). Contributed by @t3chguy. * Fix beta notifications reconciliation for intentional mentions push rules (https://github.com/matrix-org/matrix-react-sdk/pull/12510 ). Contributed by @t3chguy. * fix avatar stretched on 1:1 call (https://github.com/matrix-org/matrix-react-sdk/pull/12494 ). Contributed by @I-lander. * Check native sliding sync support against an unstable feature flag (https://github.com/matrix-org/matrix-react-sdk/pull/12498 ). Contributed by @turt2live. * Use OPTIONS for sliding sync detection poke (https://github.com/matrix-org/matrix-react-sdk/pull/12492 ). Contributed by @turt2live. * TAC: hide tooltip when the release announcement is displayed (https://github.com/matrix-org/matrix-react-sdk/pull/12472 ). Contributed by @florianduros. Version 1.11.66 ## ✨ Features * Use a different error message for UTDs when you weren't in the room. (https://github.com/matrix-org/matrix-react-sdk/pull/12453 ). Contributed by @uhoreg. * Take the Threads Activity Centre out of labs (https://github.com/matrix-org/matrix-react-sdk/pull/12439 ). Contributed by @dbkr. * Expected UTDs: use a different message for UTDs sent before login (https://github.com/matrix-org/matrix-react-sdk/pull/12391 ). Contributed by @richvdh. * Add Tooltip
to AccessibleButton
(https://github.com/matrix-org/matrix-react-sdk/pull/12443 ). Contributed by @florianduros. * Add analytics to activity toggles (https://github.com/matrix-org/matrix-react-sdk/pull/12418 ). Contributed by @dbkr.
Dominik Heidler
2024-05-22 14:17:14 +0000
15f296f6e4
- Add mime handler required for native OIDC
Dominik Heidler
2024-05-17 11:18:07 +0000
b51315bbc4
Add mime handler needed for native OIDC to .desktop
Dominik Heidler
2024-05-17 11:17:48 +0000
00c3f7aae2
Accepting request 1174684 from home:dziobian:gulgul-ultron:19
Dominik Heidler
2024-05-17 11:13:00 +0000
ee1824b4a4
Accepting request 1169897 from devel:languages:nodejs
Ana Guerrero
2024-04-23 16:57:45 +0000
a19d6b2779
- Version 1.11.65 ## ✨ Features * Make empty state copy for TAC depend on the value of the setting (https://github.com/matrix-org/matrix-react-sdk/pull/12419 ). Contributed by @dbkr. * Linkify User Interactive Authentication errors (https://github.com/matrix-org/matrix-react-sdk/pull/12271 ). Contributed by @t3chguy. * Add support for device dehydration v2 (https://github.com/matrix-org/matrix-react-sdk/pull/12316 ). Contributed by @uhoreg. * Replace SecurityCustomisations
with CryptoSetupExtension
(https://github.com/matrix-org/matrix-react-sdk/pull/12342 ). Contributed by @thoraj. * Add activity toggle for TAC (https://github.com/matrix-org/matrix-react-sdk/pull/12413 ). Contributed by @dbkr. * Humanize spell check language labels (https://github.com/matrix-org/matrix-react-sdk/pull/12409 ). Contributed by @t3chguy. * Call Guest Access, give user the option to change the acces level so they can generate a call link. (https://github.com/matrix-org/matrix-react-sdk/pull/12401 ). Contributed by @toger5. * TAC: Release Announcement (https://github.com/matrix-org/matrix-react-sdk/pull/12380 ). Contributed by @florianduros. * Show the call and share button if the user can create a guest link. (https://github.com/matrix-org/matrix-react-sdk/pull/12385 ). Contributed by @toger5. * Add analytics for mark all threads unread (https://github.com/matrix-org/matrix-react-sdk/pull/12384 ). Contributed by @dbkr. * Add EventType.RoomEncryption
to the auto approve capabilities of Element Call widgets (https://github.com/matrix-org/matrix-react-sdk/pull/12386 ). Contributed by @toger5. ## 🐛 Bug Fixes * Fix link modal not shown after access upgrade (https://github.com/matrix-org/matrix-react-sdk/pull/12411 ). Contributed by @toger5. * Fix thread navigation in timeline (https://github.com/matrix-org/matrix-react-sdk/pull/12412 ). Contributed by @florianduros. * Fix inability to join a knock
room via space hierarchy view (https://github.com/matrix-org/matrix-react-sdk/pull/12404 ). Contributed by @t3chguy. * Focus the thread panel when clicking on an item in the TAC (https://github.com/matrix-org/matrix-react-sdk/pull/12410 ). Contributed by @dbkr. * Fix space hierarchy tile busy state being stuck after join error (https://github.com/matrix-org/matrix-react-sdk/pull/12405 ). Contributed by @t3chguy. * Fix room topic in-app links not being handled correctly on topic dialog (https://github.com/matrix-org/matrix-react-sdk/pull/12406 ). Contributed by @t3chguy.
Dominik Heidler
2024-04-23 13:55:37 +0000
765ce6bbb8
Accepting request 1166638 from devel:languages:nodejs
Ana Guerrero
2024-04-10 15:50:08 +0000
237c045fb1
- Version 1.11.64 ## ✨ Features * Mark all threads as read button (https://github.com/matrix-org/matrix-react-sdk/pull/12378 ). Contributed by @dbkr. * Video call meta space (https://github.com/matrix-org/matrix-react-sdk/pull/12297 ). Contributed by @toger5. * Add leave room warning for last admin (https://github.com/matrix-org/matrix-react-sdk/pull/9452 ). Contributed by @Arnei. * Iterate styles around Link new device via QR (https://github.com/matrix-org/matrix-react-sdk/pull/12356 ). Contributed by @t3chguy. * Improve code-splitting of highlight.js and maplibre-gs libs (https://github.com/matrix-org/matrix-react-sdk/pull/12349 ). Contributed by @t3chguy. * Use data-mx-color for rainbows (https://github.com/matrix-org/matrix-react-sdk/pull/12325 ). Contributed by @tulir. ## 🐛 Bug Fixes * Fix external guest access url for unencrypted rooms (https://github.com/matrix-org/matrix-react-sdk/pull/12345 ). Contributed by @toger5. * Fix video rooms not showing share link button (https://github.com/matrix-org/matrix-react-sdk/pull/12374 ). Contributed by @toger5. * Fix space topic jumping on hover/focus (https://github.com/matrix-org/matrix-react-sdk/pull/12377 ). Contributed by @t3chguy. * Allow popping out a Jitsi widget to respect Desktop web_base_url
config (https://github.com/matrix-org/matrix-react-sdk/pull/12376 ). Contributed by @t3chguy. * Remove the Lazy Loading InvalidStoreError
Dialogs (https://github.com/matrix-org/matrix-react-sdk/pull/12358 ). Contributed by @langleyd. * Improve readability of badges and pills (https://github.com/matrix-org/matrix-react-sdk/pull/12360 ). Contributed by @robintown. - Version 1.11.63 This is a hotfix release to fix a couple of issues: one where the client would sometimes call the client/server API to set a push rule in a loop, and one where authentication was not sent for widgets when it should have been.
Dominik Heidler
2024-04-09 17:07:35 +0000
cf926a992a
Accepting request 1158108 from devel:languages:nodejs
Ana Guerrero
2024-03-15 19:30:55 +0000
14c7e1dbd2
- Version 1.11.61 * No changes ## 🐛 Bug Fixes * Update @vector-im/compound-design-tokens
in package.json (https://github.com/matrix-org/matrix-react-sdk/pull/12340 ).
Dominik Heidler
2024-03-14 21:59:45 +0000
7c5aac685f
Accepting request 1157524 from devel:languages:nodejs
Ana Guerrero
2024-03-13 21:20:46 +0000
57942b17e1
- Version 1.11.60 ## ✨ Features * Refine styles of controls to match Compound (https://github.com/matrix-org/matrix-react-sdk/pull/12299 ). Contributed by @robintown. * Hide the archived section (https://github.com/matrix-org/matrix-react-sdk/pull/12286 ). Contributed by @dbkr. * Add theme data to EC widget Url (https://github.com/matrix-org/matrix-react-sdk/pull/12279 ). Contributed by @toger5. * Update MSC2965 OIDC Discovery implementation (https://github.com/matrix-org/matrix-react-sdk/pull/12245 ). Contributed by @t3chguy. * Use green dot for activity notification in LegacyRoomHeader
(https://github.com/matrix-org/matrix-react-sdk/pull/12270 ). Contributed by @florianduros. ## 🐛 Bug Fixes * Fix requests for senders to submit auto-rageshakes (https://github.com/matrix-org/matrix-react-sdk/pull/12304 ). Contributed by @richvdh. * fix automatic DM avatar with functional members (https://github.com/matrix-org/matrix-react-sdk/pull/12157 ). Contributed by @HarHarLinks. * Feeds event with relation to unknown to the widget (https://github.com/matrix-org/matrix-react-sdk/pull/12283 ). Contributed by @maheichyk. * Fix TAC opening with keyboard (https://github.com/matrix-org/matrix-react-sdk/pull/12285 ). Contributed by @florianduros. * Allow screenshot update docker to run multiple test files (https://github.com/matrix-org/matrix-react-sdk/pull/12291 ). Contributed by @dbkr. * Fix alignment of user menu avatar (https://github.com/matrix-org/matrix-react-sdk/pull/12289 ). Contributed by @dbkr. * Fix buttons of widget in a room (https://github.com/matrix-org/matrix-react-sdk/pull/12288 ). Contributed by @florianduros. * ModuleAPI: overwrite_login
action was not stopping the existing client resulting in the action failing with rust-sdk (https://github.com/matrix-org/matrix-react-sdk/pull/12272 ). Contributed by @BillCarsonFr. - Version 1.11.59 ## 🦖 Deprecations * Enable custom themes to theme Compound (https://github.com/matrix-org/matrix-react-sdk/pull/12240 ). Contributed by @robintown. * Remove welcome bot welcome_user_id
support (https://github.com/matrix-org/matrix-react-sdk/pull/12153 ). Contributed by @t3chguy. ## ✨ Features * Ignore activity in TAC (https://github.com/matrix-org/matrix-react-sdk/pull/12269 ). Contributed by @florianduros. * Use browser's font size instead of hardcoded 16px
as root font size (https://github.com/matrix-org/matrix-react-sdk/pull/12246 ). Contributed by @florianduros. * Revert "Use Compound primary colors for most actions" (https://github.com/matrix-org/matrix-react-sdk/pull/12264 ). Contributed by @florianduros. * Revert "Refine menu, toast, and popover colors" (https://github.com/matrix-org/matrix-react-sdk/pull/12263 ). Contributed by @florianduros. * Fix Native OIDC for Element Desktop (https://github.com/matrix-org/matrix-react-sdk/pull/12253 ). Contributed by @t3chguy. * Improve client metadata used for OIDC dynamic registration (https://github.com/matrix-org/matrix-react-sdk/pull/12257 ). Contributed by @t3chguy. * Refine menu, toast, and popover colors (https://github.com/matrix-org/matrix-react-sdk/pull/12247 ). Contributed by @robintown. * Call the AsJson forms of import and exportRoomKeys (https://github.com/matrix-org/matrix-react-sdk/pull/12233 ). Contributed by @andybalaam. * Use Compound primary colors for most actions (https://github.com/matrix-org/matrix-react-sdk/pull/12241 ). Contributed by @robintown.
Dominik Heidler
2024-03-13 10:05:04 +0000
5798c97333
Accepting request 1146559 from devel:languages:nodejs
Ana Guerrero
2024-02-14 22:19:34 +0000
ac0076c079
- Version 1.11.58 * 🦀 🔒 **The flag to enable the Rust crypto implementation is now set to true
by default. This means that without any additional configuration every new login will use the new cryptography implementation.** * Add Element call related functionality to new room header (https://github.com/matrix-org/matrix-react-sdk/pull/12091 ). Contributed by @toger5. * Add labs flag for Threads Activity Centre (https://github.com/matrix-org/matrix-react-sdk/pull/12137 ). Contributed by @florianduros. * Refactor element call lobby + skip lobby (https://github.com/matrix-org/matrix-react-sdk/pull/12057 ). Contributed by @toger5. * Hide the "Message" button in the sidebar if the CreateRooms components should not be shown (https://github.com/matrix-org/matrix-react-sdk/pull/9271 ). Contributed by @dhenneke. * Add notification dots to thread summary icons (https://github.com/matrix-org/matrix-react-sdk/pull/12146 ). Contributed by @dbkr.
Dominik Heidler
2024-02-14 10:02:58 +0000
917e86c785
Accepting request 1143359 from devel:languages:nodejs
Ana Guerrero
2024-02-01 17:06:18 +0000
7df8838637
- Version 1.11.57 ## 🦖 Deprecations
Dominik Heidler
2024-02-01 10:01:55 +0000
bcf56cb1c7
Accepting request 1141488 from devel:languages:nodejs
Ana Guerrero
2024-01-25 17:42:02 +0000
c42c9a24bb
- Repackage app.asar analog to pre-1.11.54 to get native features working again
Dominik Heidler
2024-01-18 15:32:20 +0000
05c1450477
- Version 1.11.54 ## 🐛 Bug Fixes
Dominik Heidler
2024-01-17 14:30:43 +0000
86394b1772
Accepting request 1138153 from devel:languages:nodejs
Ana Guerrero
2024-01-11 20:05:51 +0000
6c750ec66c
- Version 1.11.53 ## 🐛 Bug Fixes * Fix a fresh login creating a new key backup (https://github.com/matrix-org/matrix-react-sdk/pull/12106 ).
Dominik Heidler
2024-01-04 15:23:48 +0000
6e95754084
Accepting request 1134095 from devel:languages:nodejs
Ana Guerrero
2023-12-20 20:01:44 +0000
331e1832fd
- Version 1.11.52 ## ✨ Features * Keep more recent rageshake logs (https://github.com/matrix-org/matrix-react-sdk/pull/12003 ). Contributed by @richvdh. ## 🐛 Bug Fixes * Fix bug which prevented correct clean up of rageshake store (https://github.com/matrix-org/matrix-react-sdk/pull/12002 ). Contributed by @richvdh. * Set up key backup using non-deprecated APIs (https://github.com/matrix-org/matrix-react-sdk/pull/12005 ). Contributed by @andybalaam. * Fix notifications appearing for old events (https://github.com/matrix-org/matrix-js-sdk/pull/3946 ). Contributed by @dbkr. * Prevent phantom notifications from events not in a room's timeline (https://github.com/matrix-org/matrix-js-sdk/pull/3942 ). Contributed by @dbkr.
Dominik Heidler
2023-12-19 18:34:13 +0000
1827d60c05
Accepting request 1131322 from devel:languages:nodejs
Ana Guerrero
2023-12-06 22:48:57 +0000
63f15f31f6
- Version 1.11.51
Dominik Heidler
2023-12-06 11:01:35 +0000
69128bf40e
Accepting request 1128211 from devel:languages:nodejs
Ana Guerrero
2023-11-24 22:33:52 +0000
a908765f61
Accepting request 1127723 from devel:languages:nodejs
Ana Guerrero
2023-11-21 20:31:43 +0000
2be4852368
- Version 1.11.50
Dominik Heidler
2023-11-21 14:48:43 +0000
10fbf0be80
- Version 1.11.49 ## 🐛 Bug Fixes * Ensure setUserCreator
is called when a store is assigned (https://github.com/matrix-org/matrix-js-sdk/pull/3867 ). Fixes vector-im/element-web#26520 . Contributed by @MidhunSureshR.
Dominik Heidler
2023-11-13 14:05:24 +0000
5725aaaf6f
Accepting request 1124105 from devel:languages:nodejs
Ana Guerrero
2023-11-08 21:18:02 +0000
1f776d88be
- - Version 1.11.48 ## ✨ Features * Correctly fill window.matrixChat even when a Wrapper module is active (https://github.com/vector-im/element-web/pull/26395 ). Contributed by @dhenneke. * Knock on a ask-to-join room if a module wants to join the room when navigating to a room (https://github.com/matrix-org/matrix-react-sdk/pull/11787 ). Contributed by @dhenneke. * Element-R: Include crypto info in sentry (https://github.com/matrix-org/matrix-react-sdk/pull/11798 ). Contributed by @florianduros. * Element-R: Include crypto info in rageshake (https://github.com/matrix-org/matrix-react-sdk/pull/11797 ). Contributed by @florianduros. * Element-R: Add current version of the rust-sdk and vodozemac (https://github.com/matrix-org/matrix-react-sdk/pull/11785 ). Contributed by @florianduros. * Fix unfederated invite dialog (https://github.com/matrix-org/matrix-react-sdk/pull/9618 ). Fixes vector-im/element-meta#1466 and vector-im/element-web#22102 . Contributed by @owi92. * New right panel visual language (https://github.com/matrix-org/matrix-react-sdk/pull/11664 ). * OIDC: add friendly errors (https://github.com/matrix-org/matrix-react-sdk/pull/11184 ). Fixes vector-im/element-web#25665 . Contributed by @kerryarchibald. ## 🐛 Bug Fixes * Fix rightpanel hiding scrollbar (https://github.com/matrix-org/matrix-react-sdk/pull/11831 ). Contributed by @kerryarchibald. * Fix edge cases around macos draggability (https://github.com/vector-im/element-desktop/pull/1291 ). Fixes #1290 . * Fix multi-tab session lock on Firefox not being cleared (https://github.com/matrix-org/matrix-react-sdk/pull/11800 ). Fixes vector-im/element-web#26165 . Contributed by @ManuelHu. * Deserialise spoilers back into slash command form (https://github.com/matrix-org/matrix-react-sdk/pull/11805 ). Fixes vector-im/element-web#26344 . * Fix Incorrect message scaling for verification request (https://github.com/matrix-org/matrix-react-sdk/pull/11793 ). Fixes vector-im/element-web#24304 . Contributed by @capGoblin. * Fix: Unable to restore a soft-logged-out session established via SSO (https://github.com/matrix-org/matrix-react-sdk/pull/11794 ). Fixes vector-im/element-web#25957 . Contributed by @kerryarchibald. * Use configurable github issue links more consistently (https://github.com/matrix-org/matrix-react-sdk/pull/11796 ). * Fix io.element.late_event received_ts vs received_at (https://github.com/matrix-org/matrix-react-sdk/pull/11789 ). * Make invitation dialog scrollable when infos are too long (https://github.com/matrix-org/matrix-react-sdk/pull/11753 ). Contributed by @nurjinjafar. * Fix spoiler text-align (https://github.com/matrix-org/matrix-react-sdk/pull/11790 ). Contributed by @ajbura. * Fix: Right panel keeps showing chat when unmaximizing widget. (https://github.com/matrix-org/matrix-react-sdk/pull/11697 ). Fixes vector-im/element-web#26265 . Contributed by @manancodes. * Fix margin of invite to room button (https://github.com/matrix-org/matrix-react-sdk/pull/11780 ). Fixes vector-im/element-web#26410 . * Update base64 import (https://github.com/matrix-org/matrix-react-sdk/pull/11784 ). * Set max size for Element logo in search warning (https://github.com/matrix-org/matrix-react-sdk/pull/11779 ). Fixes vector-im/element-web#26408 . * Fix: emoji size in room header topic, remove obsolete emoji style (https://github.com/matrix-org/matrix-react-sdk/pull/11757 ). Fixes vector-im/element-web#26326 . Contributed by @kerryarchibald. * Fix: Bubble layout design is broken (https://github.com/matrix-org/matrix-react-sdk/pull/11763 ). Fixes vector-im/element-web#25818 . Contributed by @manancodes.
Dominik Heidler
2023-11-07 18:25:47 +0000
79f523d7ae
Accepting request 1122577 from devel:languages:nodejs
Ana Guerrero
2023-11-02 19:22:31 +0000
c5ec00bdd0
- Version 1.11.47 ## ✨ Features * Allow overwriting app.element.io when popping out widgets ([\#1277](https://github.com/vector-im/element-desktop/pull/1277 )). Fixes #1187 . * Implement macos title bar negative space ([\#1272](https://github.com/vector-im/element-desktop/pull/1272 )). Fixes #1245 . * vector-im/element-x-ios/issues/1824 - Convert the apple-app-site-association file to a newer format… ([\#26307](https://github.com/vector-im/element-web/pull/26307 )). Contributed by @stefanceriu. * Iterate io.element.late_event
decoration ([\#11760](https://github.com/matrix-org/matrix-react-sdk/pull/11760 )). Fixes vector-im/element-web#26384 . * Render timeline separator for late event groups ([\#11739](https://github.com/matrix-org/matrix-react-sdk/pull/11739 )). * OIDC: revoke tokens on logout ([\#11718](https://github.com/matrix-org/matrix-react-sdk/pull/11718 )). Fixes vector-im/element-web#25394 . Contributed by @kerryarchibald. * Show io.element.late_event
in MessageTimestamp when known ([\#11733](https://github.com/matrix-org/matrix-react-sdk/pull/11733 )). * Show all labs flags if developerMode enabled ([\#11746](https://github.com/matrix-org/matrix-react-sdk/pull/11746 )). Fixes vector-im/element-web#24571 and vector-im/element-web#8498 . * Use Compound tooltips on MessageTimestamp to improve UX of date time discovery ([\#11732](https://github.com/matrix-org/matrix-react-sdk/pull/11732 )). Fixes vector-im/element-web#25913 . * Consolidate 4s passphrase input fields and use stable IDs ([\#11743](https://github.com/matrix-org/matrix-react-sdk/pull/11743 )). Fixes vector-im/element-web#26228 . * Disable upgraderoom command without developer mode enabled ([\#11744](https://github.com/matrix-org/matrix-react-sdk/pull/11744 )). Fixes vector-im/element-web#17620 . * Avoid rendering app download buttons if disabled in config ([\#11741](https://github.com/matrix-org/matrix-react-sdk/pull/11741 )). Fixes vector-im/element-web#26309 . * OIDC: refresh tokens ([\#11699](https://github.com/matrix-org/matrix-react-sdk/pull/11699 )). Fixes vector-im/element-web#25839 . Contributed by @kerryarchibald. * OIDC: register ([\#11727](https://github.com/matrix-org/matrix-react-sdk/pull/11727 )). Fixes vector-im/element-web#25393 . Contributed by @kerryarchibald. * Use stable get_login_token and remove unstable MSC3882 support ([\#11001](https://github.com/matrix-org/matrix-react-sdk/pull/11001 )). Contributed by @hughns. ## 🐛 Bug Fixes * Set max size for Element logo in search warning ([\#11779](https://github.com/matrix-org/matrix-react-sdk/pull/11779 )). Fixes vector-im/element-web#26408 . * Avoid error when DMing oneself ([\#11754](https://github.com/matrix-org/matrix-react-sdk/pull/11754 )). Fixes vector-im/element-web#7242 . * Fix: Message shield alignment is not right. ([\#11703](https://github.com/matrix-org/matrix-react-sdk/pull/11703 )). Fixes vector-im/element-web#26142 . Contributed by @manancodes. * fix logging full event ([\#11755](https://github.com/matrix-org/matrix-react-sdk/pull/11755 )). Fixes vector-im/element-web#26376 . * OIDC: use delegated auth account URL from OidcClientStore
([\#11723](https://github.com/matrix-org/matrix-react-sdk/pull/11723 )). Fixes vector-im/element-web#26305 . Contributed by @kerryarchibald. * Fix: Members list shield alignment is not right. ([\#11700](https://github.com/matrix-org/matrix-react-sdk/pull/11700 )). Fixes vector-im/element-web#26261 . Contributed by @manancodes. * Fix: <detail> HTML elements clickable area too wide. ([\#11666](https://github.com/matrix-org/matrix-react-sdk/pull/11666 )). Fixes vector-im/element-web#25454 . Contributed by @manancodes. * Fix untranslated headings in the devtools dialog ([\#11734](https://github.com/matrix-org/matrix-react-sdk/pull/11734 )). * Fixes invite dialog alignment and pill color contrast ([\#11722](https://github.com/matrix-org/matrix-react-sdk/pull/11722 )). Contributed by @gabrc52. * Prevent select element in General settings overflowing in a room with very long room-id ([\#11597](https://github.com/matrix-org/matrix-react-sdk/pull/11597 )). Contributed by @ABHIXIT2. * Fix: Clicking on members pile does nothing. ([\#11657](https://github.com/matrix-org/matrix-react-sdk/pull/11657 )). Fixes vector-im/element-web#26164 . Contributed by @manancodes. * Fix: Wierd shadow below room avatar in dark mode. ([\#11678](https://github.com/matrix-org/matrix-react-sdk/pull/11678 )). Fixes vector-im/element-web#26153 . Contributed by @manancodes.
Dominik Heidler
2023-11-02 10:47:22 +0000
f1639ed6c0
Accepting request 1113496 from devel:languages:nodejs
Ana Guerrero
2023-09-26 20:01:37 +0000
f0d2e87714
- Version 1.11.43
Dominik Heidler
2023-09-25 14:14:11 +0000
6ccf9c3469
Accepting request 1103125 from devel:languages:nodejs
Dominique Leuenberger
2023-08-09 15:26:28 +0000
2469e12dc3
- Version 1.11.38 ## ✨ Features * Package release builds of element-web in package.element.io debs ([\#25921](https://github.com/vector-im/element-web/pull/25921 )). Contributed by @RiotRobot. ## 🐛 Bug Fixes * Revert to using the /presence API for presence ([\#11366](https://github.com/matrix-org/matrix-react-sdk/pull/11366 ))
Dominik Heidler
2023-08-04 11:07:55 +0000
3bd390578c
Accepting request 1099308 from devel:languages:nodejs
Dominique Leuenberger
2023-07-18 20:09:12 +0000
01e45ca8cc
- Version 1.11.36 ## 🔒 Security * Fixes for [CVE-2023-37259](https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=CVE-2023-37259 ) / [GHSA-c9vx-2g7w-rp65](https://github.com/matrix-org/matrix-react-sdk/security/advisories/GHSA-c9vx-2g7w-rp65 ) ## 🦖 Deprecations * Deprecate customisations in favour of Module API ([\#25736](https://github.com/vector-im/element-web/pull/25736 )). Fixes vector-im/element-web#25733 . ## ✨ Features * OIDC: store initial screen in session storage ([\#25688](https://github.com/vector-im/element-web/pull/25688 )). Fixes vector-im/element-web#25656 . Contributed by @kerryarchibald. * Allow default_server_config as a fallback config ([\#25682](https://github.com/vector-im/element-web/pull/25682 )). Contributed by @ShadowRZ. * OIDC: remove auth params from url after login attempt ([\#25664](https://github.com/vector-im/element-web/pull/25664 )). Contributed by @kerryarchibald. * feat(faq): remove keyboard shortcuts button ([\#9342](https://github.com/matrix-org/matrix-react-sdk/pull/9342 )). Fixes vector-im/element-web#22625 . Contributed by @gefgu. * GYU: Update banner ([\#11211](https://github.com/matrix-org/matrix-react-sdk/pull/11211 )). Fixes vector-im/element-web#25530 . Contributed by @justjanne. * Linkify mxc:// URLs as links to your media repo ([\#11213](https://github.com/matrix-org/matrix-react-sdk/pull/11213 )). Fixes vector-im/element-web#6942 . * OIDC: Log in ([\#11199](https://github.com/matrix-org/matrix-react-sdk/pull/11199 )). Fixes vector-im/element-web#25657 . Contributed by @kerryarchibald. * Handle all permitted url schemes in linkify ([\#11215](https://github.com/matrix-org/matrix-react-sdk/pull/11215 )). Fixes vector-im/element-web#4457 and vector-im/element-web#8720 . * Autoapprove Element Call oidc requests ([\#11209](https://github.com/matrix-org/matrix-react-sdk/pull/11209 )). Contributed by @toger5. * Allow creating knock rooms ([\#11182](https://github.com/matrix-org/matrix-react-sdk/pull/11182 )). Contributed by @charlynguyen. * Expose and pre-populate thread ID in devtools dialog ([\#10953](https://github.com/matrix-org/matrix-react-sdk/pull/10953 )). * Hide URL preview if it will be empty ([\#9029](https://github.com/matrix-org/matrix-react-sdk/pull/9029 )). * Change wording from avatar to profile picture ([\#7015](https://github.com/matrix-org/matrix-react-sdk/pull/7015 )). Fixes vector-im/element-meta#1331 . Contributed by @aaronraimist. * Quick and dirty devtool to explore state history ([\#11197](https://github.com/matrix-org/matrix-react-sdk/pull/11197 )). * Consider more user inputs when calculating zxcvbn score ([\#11180](https://github.com/matrix-org/matrix-react-sdk/pull/11180 )). * GYU: Account Notification Settings ([\#11008](https://github.com/matrix-org/matrix-react-sdk/pull/11008 )). Fixes vector-im/element-web#24567 . Contributed by @justjanne. * Compound Typography pass ([\#11103](https://github.com/matrix-org/matrix-react-sdk/pull/11103 )). Fixes vector-im/element-web#25548 . * OIDC: navigate to authorization endpoint ([\#11096](https://github.com/matrix-org/matrix-react-sdk/pull/11096 )). Fixes vector-im/element-web#25574 . Contributed by @kerryarchibald. ## 🐛 Bug Fixes * Fix read receipt sending behaviour around thread roots ([\#3600](https://github.com/matrix-org/matrix-js-sdk/pull/3600 )). * Fix missing metaspace notification badges ([\#11269](https://github.com/matrix-org/matrix-react-sdk/pull/11269 )). Fixes vector-im/element-web#25679 . * Make checkboxes less rounded ([\#11224](https://github.com/matrix-org/matrix-react-sdk/pull/11224 )). Contributed by @andybalaam. * GYU: Fix issues with audible keywords without activated mentions ([\#11218](https://github.com/matrix-org/matrix-react-sdk/pull/11218 )). Contributed by @justjanne. * PosthogAnalytics unwatch settings on logout ([\#11207](https://github.com/matrix-org/matrix-react-sdk/pull/11207 )). Fixes vector-im/element-web#25703 .
Dominik Heidler
2023-07-18 16:03:18 +0000
9e8078d36e
Accepting request 1096602 from devel:languages:nodejs
Dominique Leuenberger
2023-07-04 13:22:14 +0000
c9d2f76d76
- Version 1.11.34 ## ✨ Features * OIDC: add delegatedauthentication to validated server config ([\#11053](https://github.com/matrix-org/matrix-react-sdk/pull/11053 )). Contributed by @kerryarchibald. * Allow image pasting in plain mode in RTE ([\#11056](https://github.com/matrix-org/matrix-react-sdk/pull/11056 )). Contributed by @alunturner. * Show room options menu if "UIComponent.roomOptionsMenu" is enabled ([\#10365](https://github.com/matrix-org/matrix-react-sdk/pull/10365 )). Contributed by @maheichyk. * Allow image pasting in rich text mode in RTE ([\#11049](https://github.com/matrix-org/matrix-react-sdk/pull/11049 )). Contributed by @alunturner. * Update voice broadcast redaction to use MSC3912 with_rel_type
instead of with_relations
([\#11014](https://github.com/matrix-org/matrix-react-sdk/pull/11014 )). Fixes #25471 . * Add config to skip widget_build_url for DM rooms ([\#11044](https://github.com/matrix-org/matrix-react-sdk/pull/11044 )). Fixes vector-im/customer-retainer#74 . * Inhibit interactions on forward dialog message previews ([\#11025](https://github.com/matrix-org/matrix-react-sdk/pull/11025 )). Fixes #23459 . * Removed DecryptionFailureBar.tsx
([\#11027](https://github.com/matrix-org/matrix-react-sdk/pull/11027 )). Fixes vector-im/element-meta#1358 . Contributed by @florianduros. ## 🐛 Bug Fixes * Fix translucent TextualEvent
on search results panel ([\#10810](https://github.com/matrix-org/matrix-react-sdk/pull/10810 )). Fixes #25292 . Contributed by @luixxiul. * Matrix matrix scheme permalink constructor not stripping query params ([\#11060](https://github.com/matrix-org/matrix-react-sdk/pull/11060 )). Fixes #25535 . * Fix: "manually verify by text" does nothing ([\#11059](https://github.com/matrix-org/matrix-react-sdk/pull/11059 )). Fixes #25375 . Contributed by @kerryarchibald. * Make group calls respect the ICE fallback setting ([\#11047](https://github.com/matrix-org/matrix-react-sdk/pull/11047 )). Fixes vector-im/voip-internal#65 . * Align list items on the tooltip to the start ([\#11041](https://github.com/matrix-org/matrix-react-sdk/pull/11041 )). Fixes #25355 . Contributed by @luixxiul. * Clear thread panel event permalink when changing rooms ([\#11024](https://github.com/matrix-org/matrix-react-sdk/pull/11024 )). Fixes #25484 . * Fix spinner placement on pinned widgets being reloaded ([\#10970](https://github.com/matrix-org/matrix-react-sdk/pull/10970 )). Fixes #25431 . Contributed by @luixxiul.
Dominik Heidler
2023-06-26 13:43:32 +0000
be0f55a87f
Accepting request 1094867 from devel:languages:nodejs
Dominique Leuenberger
2023-06-23 19:53:30 +0000
bb7e534aab
Accepting request 1094853 from home:dheidler:branches:devel:languages:nodejs
Dominik Heidler
2023-06-23 11:31:14 +0000
aebb46487c
Accepting request 1093467 from devel:languages:nodejs
Dominique Leuenberger
2023-06-16 14:55:43 +0000
85c50fa6ba
openssh-fips is not required
Dominik Heidler
2023-06-16 10:02:26 +0000
26b596b3a6
- Build with native extensons - keytar for talking to system keyring - seshat for maintaining encrypted sqlite db for msg search
Dominik Heidler
2023-06-15 13:20:54 +0000
b36983ff38
Accepting request 1091243 from devel:languages:nodejs
Dominique Leuenberger
2023-06-07 21:07:50 +0000
18725a37fe
- Version 1.11.32 ## ✨ Features * Redirect to the SSO page if sso_redirect_options.on_welcome_page
is enabled and the URL hash is empty ([\#25495](https://github.com/vector-im/element-web/pull/25495 )). Contributed by @dhenneke. * vector/index.html: Allow fetching blob urls ([\#25336](https://github.com/vector-im/element-web/pull/25336 )). Contributed by @SuperKenVery. * When joining room in sub-space join the parents too ([\#11011](https://github.com/matrix-org/matrix-react-sdk/pull/11011 )). * Include thread replies in message previews ([\#10631](https://github.com/matrix-org/matrix-react-sdk/pull/10631 )). Fixes vector-im/element-web#23920 . * Use semantic headings in space preferences ([\#11021](https://github.com/matrix-org/matrix-react-sdk/pull/11021 )). Contributed by @kerryarchibald. * Use semantic headings in user settings - Ignored users ([\#11006](https://github.com/matrix-org/matrix-react-sdk/pull/11006 )). Contributed by @kerryarchibald. * Use semantic headings in user settings - profile ([\#10973](https://github.com/matrix-org/matrix-react-sdk/pull/10973 )). Fixes vector-im/element-web#25461 . Contributed by @kerryarchibald. * Use semantic headings in user settings - account ([\#10972](https://github.com/matrix-org/matrix-react-sdk/pull/10972 )). Contributed by @kerryarchibald. * Support Insert from iPhone or iPad
in Safari ([\#10851](https://github.com/matrix-org/matrix-react-sdk/pull/10851 )). Fixes vector-im/element-web#25327 . Contributed by @SuperKenVery. * Specify supportedStages for User Interactive Auth ([\#10975](https://github.com/matrix-org/matrix-react-sdk/pull/10975 )). Fixes vector-im/element-web#19605 . * Pass device id to widgets ([\#10209](https://github.com/matrix-org/matrix-react-sdk/pull/10209 )). Contributed by @Fox32. * Use semantic headings in user settings - discovery ([\#10838](https://github.com/matrix-org/matrix-react-sdk/pull/10838 )). Contributed by @kerryarchibald. * Use semantic headings in user settings - Notifications ([\#10948](https://github.com/matrix-org/matrix-react-sdk/pull/10948 )). Contributed by @kerryarchibald. * Use semantic headings in user settings - spellcheck and language ([\#10959](https://github.com/matrix-org/matrix-react-sdk/pull/10959 )). Contributed by @kerryarchibald. * Use semantic headings in user settings Appearance ([\#10827](https://github.com/matrix-org/matrix-react-sdk/pull/10827 )). Contributed by @kerryarchibald. * Use semantic heading in user settings Sidebar & Voip ([\#10782](https://github.com/matrix-org/matrix-react-sdk/pull/10782 )). Contributed by @kerryarchibald. * Use semantic headings in user settings Security ([\#10774](https://github.com/matrix-org/matrix-react-sdk/pull/10774 )). Contributed by @kerryarchibald. * Use semantic headings in user settings - integrations and account deletion ([\#10837](https://github.com/matrix-org/matrix-react-sdk/pull/10837 )). Fixes vector-im/element-web#25378 . Contributed by @kerryarchibald. * Use semantic headings in user settings Preferences ([\#10794](https://github.com/matrix-org/matrix-react-sdk/pull/10794 )). Contributed by @kerryarchibald. * Use semantic headings in user settings Keyboard ([\#10793](https://github.com/matrix-org/matrix-react-sdk/pull/10793 )). Contributed by @kerryarchibald. * RTE plain text mentions as pills ([\#10852](https://github.com/matrix-org/matrix-react-sdk/pull/10852 )). Contributed by @alunturner. * Allow welcome.html logo to be replaced by config ([\#25339](https://github.com/vector-im/element-web/pull/25339 )). Fixes vector-im/element-web#8636 . * Use semantic headings in user settings Labs ([\#10773](https://github.com/matrix-org/matrix-react-sdk/pull/10773 )). Contributed by @kerryarchibald. * Use semantic list elements for menu lists and tab lists ([\#10902](https://github.com/matrix-org/matrix-react-sdk/pull/10902 )). Fixes vector-im/element-web#24928 . * Fix aria-required-children axe violation ([\#10900](https://github.com/matrix-org/matrix-react-sdk/pull/10900 )). Fixes vector-im/element-web#25342 . * Enable pagination for overlay timelines ([\#10757](https://github.com/matrix-org/matrix-react-sdk/pull/10757 )). Fixes vector-im/voip-internal#107 . * Add tooltip to disabled invite button due to lack of permissions ([\#10869](https://github.com/matrix-org/matrix-react-sdk/pull/10869 )). Fixes vector-im/element-web#9824 . * Respect configured auth_header_logo_url for default Welcome page ([\#10870](https://github.com/matrix-org/matrix-react-sdk/pull/10870 )).
Dominik Heidler
2023-06-07 09:54:36 +0000
8ae30e880b
Accepting request 1082749 from devel:languages:nodejs
Dominique Leuenberger
2023-04-25 14:42:58 +0000
5e420a3c00
- Version 1.11.30 ## 🔒 Security * Fixes for [CVE-2023-30609](https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=CVE-2023-30609 ) / GHSA-xv83-x443-7rmw ## ✨ Features * Pick sensible default option for phone country dropdown ([\#10627](https://github.com/matrix-org/matrix-react-sdk/pull/10627 )). Fixes vector-im/element-web#3528 . * Relate field validation tooltip via aria-describedby ([\#10522](https://github.com/matrix-org/matrix-react-sdk/pull/10522 )). Fixes vector-im/element-web#24963 . * Handle more completion types in rte autocomplete ([\#10560](https://github.com/matrix-org/matrix-react-sdk/pull/10560 )). Contributed by @alunturner. * Show a tile for an unloaded predecessor room if it has via_servers ([\#10483](https://github.com/matrix-org/matrix-react-sdk/pull/10483 )). Contributed by @andybalaam. * Exclude message timestamps from aria live region ([\#10584](https://github.com/matrix-org/matrix-react-sdk/pull/10584 )). Fixes vector-im/element-web#5696 . * Make composer format bar an aria toolbar ([\#10583](https://github.com/matrix-org/matrix-react-sdk/pull/10583 )). Fixes vector-im/element-web#11283 . * Improve accessibility of font slider ([\#10473](https://github.com/matrix-org/matrix-react-sdk/pull/10473 )). Fixes vector-im/element-web#20168 and vector-im/element-web#24962 . * fix file size display from kB to KB ([\#10561](https://github.com/matrix-org/matrix-react-sdk/pull/10561 )). Fixes vector-im/element-web#24866 . Contributed by @NSV1991. * Handle /me in rte ([\#10558](https://github.com/matrix-org/matrix-react-sdk/pull/10558 )). Contributed by @alunturner. * bind html with switch for manage extension setting option ([\#10553](https://github.com/matrix-org/matrix-react-sdk/pull/10553 )). Contributed by @NSV1991. * Handle command completions in RTE ([\#10521](https://github.com/matrix-org/matrix-react-sdk/pull/10521 )). Contributed by @alunturner. * Add room and user avatars to rte ([\#10497](https://github.com/matrix-org/matrix-react-sdk/pull/10497 )). Contributed by @alunturner. * Support for MSC3882 revision 1 ([\#10443](https://github.com/matrix-org/matrix-react-sdk/pull/10443 )). Contributed by @hughns. * Check profiles before starting a DM ([\#10472](https://github.com/matrix-org/matrix-react-sdk/pull/10472 )). Fixes vector-im/element-web#24830 . * Quick settings: Change the copy / labels on the options ([\#10427](https://github.com/matrix-org/matrix-react-sdk/pull/10427 )). Fixes vector-im/element-web#24522 . Contributed by @justjanne. * Update rte autocomplete styling ([\#10503](https://github.com/matrix-org/matrix-react-sdk/pull/10503 )). Contributed by @alunturner. ## 🐛 Bug Fixes * Workaround Squirrel.Mac wedging app restart after failed update check ([\#629](https://github.com/vector-im/element-desktop/pull/629 )). * Fix error about webContents on log out ([\#627](https://github.com/vector-im/element-desktop/pull/627 )). * Fix error when breadcrumb image fails to load ([\#609](https://github.com/vector-im/element-desktop/pull/609 )). * Fix create subspace dialog not working ([\#10652](https://github.com/matrix-org/matrix-react-sdk/pull/10652 )). Fixes vector-im/element-web#24882 * Fix multiple accessibility defects identified by AXE ([\#10606](https://github.com/matrix-org/matrix-react-sdk/pull/10606 )). * Fix view source from edit history dialog always showing latest event ([\#10626](https://github.com/matrix-org/matrix-react-sdk/pull/10626 )). Fixes vector-im/element-web#21859. * #21451 Fix WebGL disabled error message ([\#10589](https://github.com/matrix-org/matrix-react-sdk/pull/10589 )). Contributed by @rashmitpankhania. * Properly translate errors in AddThreepid.ts
so they show up translated to the user but not in our logs ([\#10432](https://github.com/matrix-org/matrix-react-sdk/pull/10432 )). Contributed by @MadLittleMods. * Fix overflow on auth pages ([\#10605](https://github.com/matrix-org/matrix-react-sdk/pull/10605 )). Fixes vector-im/element-web#19548 .
Dominik Heidler
2023-04-25 12:22:39 +0000
95cccca3f5
Fix build for 15.4
Dominik Heidler
2023-04-20 16:47:48 +0000