<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Matrix (Synapse&#x2F;Element) - Package Updates]]></title><description><![CDATA[<p dir="auto">This topic is to track Synapse/Element package updates.</p>
<p dir="auto"><strong>Please open issues in a separate topic instead of replying here.</strong></p>
]]></description><link>https://forum.cloudron.io/topic/2449/matrix-synapse-element-package-updates</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 04:39:30 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/2449.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 05 May 2020 19:18:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Matrix (Synapse&#x2F;Element) - Package Updates on Tue, 12 May 2026 17:22:17 GMT]]></title><description><![CDATA[<p dir="auto">[1.11.19]</p>
<ul>
<li>Update element-web to 1.12.18</li>
<li><a href="https://github.com/element-hq/element-web/releases/tag/v1.12.18" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Room list: add collapse/expand all sections (<a href="https://github.com/element-hq/element-web/pull/33318" target="_blank" rel="noopener noreferrer nofollow ugc">#33318</a>). Contributed by <a href="https://github.com/florianduros" target="_blank" rel="noopener noreferrer nofollow ugc">@florianduros</a>.</li>
<li>Show user status in timeline (<a href="https://github.com/element-hq/element-web/pull/32991" target="_blank" rel="noopener noreferrer nofollow ugc">#32991</a>). Contributed by <a href="https://github.com/Half-Shot" target="_blank" rel="noopener noreferrer nofollow ugc">@Half-Shot</a>.</li>
<li>Disable URL Preview setting if disabled on the homeserver (<a href="https://github.com/element-hq/element-web/pull/33279" target="_blank" rel="noopener noreferrer nofollow ugc">#33279</a>). Contributed by <a href="https://github.com/Half-Shot" target="_blank" rel="noopener noreferrer nofollow ugc">@Half-Shot</a>.</li>
<li>Room list: edit or remove custom sections (<a href="https://github.com/element-hq/element-web/pull/33283" target="_blank" rel="noopener noreferrer nofollow ugc">#33283</a>). Contributed by <a href="https://github.com/florianduros" target="_blank" rel="noopener noreferrer nofollow ugc">@florianduros</a>.</li>
<li>Update toast styles, improve incoming call notifications (<a href="https://github.com/element-hq/element-web/pull/33043" target="_blank" rel="noopener noreferrer nofollow ugc">#33043</a>). Contributed by <a href="https://github.com/robintown" target="_blank" rel="noopener noreferrer nofollow ugc">@robintown</a>.</li>
<li>Redesign link previews (<a href="https://github.com/element-hq/element-web/pull/33061" target="_blank" rel="noopener noreferrer nofollow ugc">#33061</a>). Contributed by <a href="https://github.com/Half-Shot" target="_blank" rel="noopener noreferrer nofollow ugc">@Half-Shot</a>.</li>
<li>Update home page CSS (<a href="https://github.com/element-hq/element-web/pull/32723" target="_blank" rel="noopener noreferrer nofollow ugc">#32723</a>). Contributed by <a href="https://github.com/wolterkam" target="_blank" rel="noopener noreferrer nofollow ugc">@wolterkam</a>.</li>
<li>prevent replay hover from restarting playback (<a href="https://github.com/element-hq/element-web/pull/33364" target="_blank" rel="noopener noreferrer nofollow ugc">#33364</a>). Contributed by <a href="https://github.com/ZacksBot" target="_blank" rel="noopener noreferrer nofollow ugc">@ZacksBot</a>.</li>
<li>Properly save <code>undefined</code> id tokens from OIDC login (<a href="https://github.com/element-hq/element-web/pull/33345" target="_blank" rel="noopener noreferrer nofollow ugc">#33345</a>). Contributed by <a href="https://github.com/gingershaped" target="_blank" rel="noopener noreferrer nofollow ugc">@gingershaped</a>.</li>
<li>Remove duplicated UI in appearance settings (<a href="https://github.com/element-hq/element-web/pull/33336" target="_blank" rel="noopener noreferrer nofollow ugc">#33336</a>). Contributed by <a href="https://github.com/t3chguy" target="_blank" rel="noopener noreferrer nofollow ugc">@t3chguy</a>.</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/124642</link><guid isPermaLink="true">https://forum.cloudron.io/post/124642</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Tue, 12 May 2026 17:22:17 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix (Synapse&#x2F;Element) - Package Updates on Thu, 07 May 2026 15:27:14 GMT]]></title><description><![CDATA[<p dir="auto">[1.133.1]</p>
<ul>
<li>Update synapse to 1.152.1</li>
<li><a href="https://github.com/element-hq/synapse/releases/tag/v1.152.1" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Prevent CPU starvation (Denial of Service) under worker lock contention, additionally capping the <code>WorkerLock</code> time out interval to a maximum of 60 seconds. Contributed by Famedly. (<a href="https://github.com/element-hq/synapse/issues/19394" target="_blank" rel="noopener noreferrer nofollow ugc">#19394</a>, ELEMENTSEC-2026-1706, <a href="https://github.com/element-hq/synapse/security/advisories/GHSA-8q93-326v-3m7g" target="_blank" rel="noopener noreferrer nofollow ugc">GHSA-8q93-326v-3m7g</a>, CVE pending)</li>
<li>Prevent pagination ending when a page is full of rejected events. (ELEMENTSEC-2025-1636, <a href="https://github.com/element-hq/synapse/security/advisories/GHSA-6qf2-7x63-mm6v" target="_blank" rel="noopener noreferrer nofollow ugc">GHSA-6qf2-7x63-mm6v</a>, CVE pending)</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/124492</link><guid isPermaLink="true">https://forum.cloudron.io/post/124492</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Thu, 07 May 2026 15:27:14 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix (Synapse&#x2F;Element) - Package Updates on Thu, 30 Apr 2026 18:36:37 GMT]]></title><description><![CDATA[<p dir="auto">[1.11.18]</p>
<ul>
<li>Update element-web to 1.12.17</li>
<li><a href="https://github.com/element-hq/element-web/releases/tag/v1.12.17" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Fix OIDC login callback handling on Element Desktop (<a href="https://github.com/element-hq/element-web/pull/33337" target="_blank" rel="noopener noreferrer nofollow ugc">#33337</a>). Contributed by <a href="https://github.com/t3chguy" target="_blank" rel="noopener noreferrer nofollow ugc">@t3chguy</a>.</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/124226</link><guid isPermaLink="true">https://forum.cloudron.io/post/124226</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Thu, 30 Apr 2026 18:36:37 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix (Synapse&#x2F;Element) - Package Updates on Thu, 30 Apr 2026 18:24:24 GMT]]></title><description><![CDATA[<p dir="auto">[1.133.0]</p>
<ul>
<li>Update synapse to 1.152.0</li>
<li><a href="https://github.com/element-hq/synapse/releases/tag/v1.152.0" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>No significant changes since 1.152.0rc1.</li>
<li>For deployments using workers, please note that this version introduces a new <code>quarantined_media_changes</code> stream writer, which may require configuration changes.</li>
<li>Please see the <a href="https://github.com/element-hq/synapse/blob/develop/docs/upgrade.md#upgrading-to-v11520" target="_blank" rel="noopener noreferrer nofollow ugc">the relevant section in the upgrade notes</a> for details.</li>
<li>Without configuring this new stream writer, only the main process will be able to handle the <code>/media/quarantine</code> admin API endpoints for quarantining media.</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/124225</link><guid isPermaLink="true">https://forum.cloudron.io/post/124225</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Thu, 30 Apr 2026 18:24:24 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix (Synapse&#x2F;Element) - Package Updates on Wed, 29 Apr 2026 07:15:58 GMT]]></title><description><![CDATA[<p dir="auto">[1.11.17]</p>
<ul>
<li>Update element-web to 1.12.16</li>
<li><a href="https://github.com/element-hq/element-web/releases/tag/v1.12.16" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Disallow links without protocol (e.g. starting with http(s)://) in LinkedText. (<a href="https://github.com/element-hq/element-web/pull/32972" target="_blank" rel="noopener noreferrer nofollow ugc">#32972</a>). Contributed by <a href="https://github.com/Half-Shot" target="_blank" rel="noopener noreferrer nofollow ugc">@Half-Shot</a>.</li>
<li>Room list: add custom section creation (<a href="https://github.com/element-hq/element-web/pull/33155" target="_blank" rel="noopener noreferrer nofollow ugc">#33155</a>). Contributed by <a href="https://github.com/florianduros" target="_blank" rel="noopener noreferrer nofollow ugc">@florianduros</a>.</li>
<li>Fall back to OIDC response_mode query if fragment unsupported (<a href="https://github.com/element-hq/element-web/pull/33169" target="_blank" rel="noopener noreferrer nofollow ugc">#33169</a>). Contributed by <a href="https://github.com/t3chguy" target="_blank" rel="noopener noreferrer nofollow ugc">@t3chguy</a>.</li>
<li>Hide spoilers from desktop notifications (<a href="https://github.com/element-hq/element-web/pull/31699" target="_blank" rel="noopener noreferrer nofollow ugc">#31699</a>). Contributed by <a href="https://github.com/JeftavanderHorst" target="_blank" rel="noopener noreferrer nofollow ugc">@JeftavanderHorst</a>.</li>
<li>[Backport staging] Fix Module API versioning (<a href="https://github.com/element-hq/element-web/pull/33261" target="_blank" rel="noopener noreferrer nofollow ugc">#33261</a>). Contributed by <a href="https://github.com/RiotRobot" target="_blank" rel="noopener noreferrer nofollow ugc">@RiotRobot</a>.</li>
<li>Fix crashes in when opening Bridges in room settings  (<a href="https://github.com/element-hq/element-web/pull/33137" target="_blank" rel="noopener noreferrer nofollow ugc">#33137</a>). Contributed by <a href="https://github.com/defaultdino" target="_blank" rel="noopener noreferrer nofollow ugc">@defaultdino</a>.</li>
<li>fix(call): leave call along with room (<a href="https://github.com/element-hq/element-web/pull/33162" target="_blank" rel="noopener noreferrer nofollow ugc">#33162</a>). Contributed by <a href="https://github.com/defaultdino" target="_blank" rel="noopener noreferrer nofollow ugc">@defaultdino</a>.</li>
<li>Fix React hydration issues (<a href="https://github.com/element-hq/element-web/pull/32958" target="_blank" rel="noopener noreferrer nofollow ugc">#32958</a>). Contributed by <a href="https://github.com/t3chguy" target="_blank" rel="noopener noreferrer nofollow ugc">@t3chguy</a>.</li>
<li>Room list: fix expanded/collapse state of sections (<a href="https://github.com/element-hq/element-web/pull/33074" target="_blank" rel="noopener noreferrer nofollow ugc">#33074</a>). Contributed by <a href="https://github.com/florianduros" target="_blank" rel="noopener noreferrer nofollow ugc">@florianduros</a>.</li>
<li>Fix EventListSummary not unbinding event listeners (<a href="https://github.com/element-hq/element-web/pull/33006" target="_blank" rel="noopener noreferrer nofollow ugc">#33006</a>). Contributed by <a href="https://github.com/t3chguy" target="_blank" rel="noopener noreferrer nofollow ugc">@t3chguy</a>.</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/124120</link><guid isPermaLink="true">https://forum.cloudron.io/post/124120</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Wed, 29 Apr 2026 07:15:58 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix (Synapse&#x2F;Element) - Package Updates on Wed, 08 Apr 2026 08:18:30 GMT]]></title><description><![CDATA[<p dir="auto">[1.132.0]</p>
<ul>
<li>Update synapse to 1.151.0</li>
<li><a href="https://github.com/element-hq/synapse/releases/tag/v1.151.0" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Fix <code>KNOWN_ROOM_VERSIONS.__contains__</code> raising <code>TypeError</code> for non-string keys, which could cause <code>/sync</code> to fail for rooms with a <code>NULL</code> room version in the database. Bug introduced in <a href="https://github.com/element-hq/synapse/pull/19589" target="_blank" rel="noopener noreferrer nofollow ugc">#​19589</a> as part of v1.151.0rc1. (<a href="https://github.com/element-hq/synapse/issues/19649" target="_blank" rel="noopener noreferrer nofollow ugc">#​19649</a>)</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/123039</link><guid isPermaLink="true">https://forum.cloudron.io/post/123039</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Wed, 08 Apr 2026 08:18:30 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix (Synapse&#x2F;Element) - Package Updates on Wed, 08 Apr 2026 08:16:12 GMT]]></title><description><![CDATA[<p dir="auto">[1.11.15]</p>
<ul>
<li>Update element-web to 1.12.14</li>
<li><a href="https://github.com/element-hq/element-web/releases/tag/v1.12.14" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Add analytics tracking for URL previews (<a href="https://github.com/element-hq/element-web/pull/32659" target="_blank" rel="noopener noreferrer nofollow ugc">#​32659</a>). Contributed by <a href="https://github.com/Half-Shot" target="_blank" rel="noopener noreferrer nofollow ugc">@​Half-Shot</a>.</li>
<li>Collapsible Room List - Clicking on separator should expand to last set width (<a href="https://github.com/element-hq/element-web/pull/32909" target="_blank" rel="noopener noreferrer nofollow ugc">#​32909</a>). Contributed by <a href="https://github.com/MidhunSureshR" target="_blank" rel="noopener noreferrer nofollow ugc">@​MidhunSureshR</a>.</li>
<li>RoomList: improve performance (<a href="https://github.com/element-hq/element-web/pull/32919" target="_blank" rel="noopener noreferrer nofollow ugc">#​32919</a>). Contributed by <a href="https://github.com/florianduros" target="_blank" rel="noopener noreferrer nofollow ugc">@​florianduros</a>.</li>
<li>Implement collapsible panels for the new room list (<a href="https://github.com/element-hq/element-web/pull/32742" target="_blank" rel="noopener noreferrer nofollow ugc">#​32742</a>). Contributed by <a href="https://github.com/MidhunSureshR" target="_blank" rel="noopener noreferrer nofollow ugc">@​MidhunSureshR</a>.</li>
<li>Hide the names of banned users behind a spoiler tag (attempt 2) (<a href="https://github.com/element-hq/element-web/pull/32636" target="_blank" rel="noopener noreferrer nofollow ugc">#​32636</a>). Contributed by <a href="https://github.com/andybalaam" target="_blank" rel="noopener noreferrer nofollow ugc">@​andybalaam</a>.</li>
<li>Use the code signing Subject Name as basis for Tray GUID on Windows (<a href="https://github.com/element-hq/element-web/pull/32939" target="_blank" rel="noopener noreferrer nofollow ugc">#​32939</a>). Contributed by <a href="https://github.com/t3chguy" target="_blank" rel="noopener noreferrer nofollow ugc">@​t3chguy</a>.</li>
<li>Ensure the incoming verification request appears above the please verify prompt (<a href="https://github.com/element-hq/element-web/pull/32931" target="_blank" rel="noopener noreferrer nofollow ugc">#​32931</a>). Contributed by <a href="https://github.com/andybalaam" target="_blank" rel="noopener noreferrer nofollow ugc">@​andybalaam</a>.</li>
<li>Collapsible Room List - Prevent any interaction with the separator when the panel is expanded (<a href="https://github.com/element-hq/element-web/pull/32910" target="_blank" rel="noopener noreferrer nofollow ugc">#​32910</a>). Contributed by <a href="https://github.com/MidhunSureshR" target="_blank" rel="noopener noreferrer nofollow ugc">@​MidhunSureshR</a>.</li>
<li>Fix icon size of badges in right panel (<a href="https://github.com/element-hq/element-web/pull/32952" target="_blank" rel="noopener noreferrer nofollow ugc">#​32952</a>). Contributed by <a href="https://github.com/florianduros" target="_blank" rel="noopener noreferrer nofollow ugc">@​florianduros</a>.</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/123037</link><guid isPermaLink="true">https://forum.cloudron.io/post/123037</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Wed, 08 Apr 2026 08:16:12 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix (Synapse&#x2F;Element) - Package Updates on Wed, 25 Mar 2026 07:22:15 GMT]]></title><description><![CDATA[<p dir="auto">[1.11.14]</p>
<ul>
<li>Update element-web to 1.12.13</li>
<li><a href="https://github.com/element-hq/element-web/releases/tag/v1.12.13" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Upgrade Element Call for new picture-in-picture designs (<a href="https://github.com/element-hq/element-web/pull/32816" target="_blank" rel="noopener noreferrer nofollow ugc">#​32816</a>). Contributed by <a href="https://github.com/robintown" target="_blank" rel="noopener noreferrer nofollow ugc">@​robintown</a>.</li>
<li>Room list: add sections to shared components (<a href="https://github.com/element-hq/element-web/pull/32735" target="_blank" rel="noopener noreferrer nofollow ugc">#​32735</a>). Contributed by <a href="https://github.com/florianduros" target="_blank" rel="noopener noreferrer nofollow ugc">@​florianduros</a>.</li>
<li>feat: Devtool for sticky events MSC4354 (<a href="https://github.com/element-hq/element-web/pull/32741" target="_blank" rel="noopener noreferrer nofollow ugc">#​32741</a>). Contributed by <a href="https://github.com/BillCarsonFr" target="_blank" rel="noopener noreferrer nofollow ugc">@​BillCarsonFr</a>.</li>
<li>Port URL Preview components to MVVM (<a href="https://github.com/element-hq/element-web/pull/32525" target="_blank" rel="noopener noreferrer nofollow ugc">#​32525</a>). Contributed by <a href="https://github.com/Half-Shot" target="_blank" rel="noopener noreferrer nofollow ugc">@​Half-Shot</a>.</li>
<li>Add support for Widget &amp; Room Header Buttons module APIs (<a href="https://github.com/element-hq/element-web/pull/32734" target="_blank" rel="noopener noreferrer nofollow ugc">#​32734</a>). Contributed by <a href="https://github.com/dbkr" target="_blank" rel="noopener noreferrer nofollow ugc">@​dbkr</a>.</li>
<li>Port over linkifyJS to shared-components. (<a href="https://github.com/element-hq/element-web/pull/32731" target="_blank" rel="noopener noreferrer nofollow ugc">#​32731</a>). Contributed by <a href="https://github.com/Half-Shot" target="_blank" rel="noopener noreferrer nofollow ugc">@​Half-Shot</a>.</li>
<li>Redesign widget pip and move into shared component (<a href="https://github.com/element-hq/element-web/pull/32654" target="_blank" rel="noopener noreferrer nofollow ugc">#​32654</a>). Contributed by <a href="https://github.com/toger5" target="_blank" rel="noopener noreferrer nofollow ugc">@​toger5</a>.</li>
<li>Implement customisations &amp; login component Module API 1.11.0 (<a href="https://github.com/element-hq/element-web/pull/32687" target="_blank" rel="noopener noreferrer nofollow ugc">#​32687</a>). Contributed by <a href="https://github.com/t3chguy" target="_blank" rel="noopener noreferrer nofollow ugc">@​t3chguy</a>.</li>
<li>Realign MessageActionBar to Figma designs (<a href="https://github.com/element-hq/element-web/pull/32722" target="_blank" rel="noopener noreferrer nofollow ugc">#​32722</a>). Contributed by <a href="https://github.com/t3chguy" target="_blank" rel="noopener noreferrer nofollow ugc">@​t3chguy</a>.</li>
<li>Implement new widget permissions module api (<a href="https://github.com/element-hq/element-web/pull/32565" target="_blank" rel="noopener noreferrer nofollow ugc">#​32565</a>). Contributed by <a href="https://github.com/langleyd" target="_blank" rel="noopener noreferrer nofollow ugc">@​langleyd</a>.</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/122470</link><guid isPermaLink="true">https://forum.cloudron.io/post/122470</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Wed, 25 Mar 2026 07:22:15 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix (Synapse&#x2F;Element) - Package Updates on Wed, 25 Mar 2026 07:19:20 GMT]]></title><description><![CDATA[<p dir="auto">[1.131.0]</p>
<ul>
<li>Update synapse to 1.150.0</li>
<li><a href="https://github.com/element-hq/synapse/releases/tag/v1.150.0" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
</ul>
]]></description><link>https://forum.cloudron.io/post/122469</link><guid isPermaLink="true">https://forum.cloudron.io/post/122469</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Wed, 25 Mar 2026 07:19:20 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix (Synapse&#x2F;Element) - Package Updates on Wed, 11 Mar 2026 22:29:46 GMT]]></title><description><![CDATA[<p dir="auto">[1.11.13]</p>
<ul>
<li>Update element-web to 1.12.12</li>
<li><a href="https://github.com/element-hq/element-web/releases/tag/v1.12.12" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Add stable support for MSC4380 invite blocking (<a href="https://github.com/element-hq/element-web/pull/31966" target="_blank" rel="noopener noreferrer nofollow ugc">#​31966</a>). Contributed by <a href="https://github.com/richvdh" target="_blank" rel="noopener noreferrer nofollow ugc">@​richvdh</a>.</li>
<li>Hide the names of banned users behind a spoiler tag (<a href="https://github.com/element-hq/element-web/pull/32424" target="_blank" rel="noopener noreferrer nofollow ugc">#​32424</a>). Contributed by <a href="https://github.com/andybalaam" target="_blank" rel="noopener noreferrer nofollow ugc">@​andybalaam</a>.</li>
<li>Room list: remove bold effect on selected room (<a href="https://github.com/element-hq/element-web/pull/32593" target="_blank" rel="noopener noreferrer nofollow ugc">#​32593</a>). Contributed by <a href="https://github.com/florianduros" target="_blank" rel="noopener noreferrer nofollow ugc">@​florianduros</a>.</li>
<li>Use Compound buttons in auth screens (<a href="https://github.com/element-hq/element-web/pull/32562" target="_blank" rel="noopener noreferrer nofollow ugc">#​32562</a>). Contributed by <a href="https://github.com/t3chguy" target="_blank" rel="noopener noreferrer nofollow ugc">@​t3chguy</a>.</li>
<li>Track room list sorting algorithm changes (<a href="https://github.com/element-hq/element-web/pull/32556" target="_blank" rel="noopener noreferrer nofollow ugc">#​32556</a>). Contributed by <a href="https://github.com/MidhunSureshR" target="_blank" rel="noopener noreferrer nofollow ugc">@​MidhunSureshR</a>.</li>
<li>Update <code>sso_redirect_options</code> to work for Native OIDC (<a href="https://github.com/element-hq/element-web/pull/32537" target="_blank" rel="noopener noreferrer nofollow ugc">#​32537</a>). Contributed by <a href="https://github.com/t3chguy" target="_blank" rel="noopener noreferrer nofollow ugc">@​t3chguy</a>.</li>
<li>Room list: avoid excessive re-renders on room list store update or filter change (<a href="https://github.com/element-hq/element-web/pull/32663" target="_blank" rel="noopener noreferrer nofollow ugc">#​32663</a>). Contributed by <a href="https://github.com/florianduros" target="_blank" rel="noopener noreferrer nofollow ugc">@​florianduros</a>.</li>
<li>Room list: listen to call event to check number of participants (<a href="https://github.com/element-hq/element-web/pull/32677" target="_blank" rel="noopener noreferrer nofollow ugc">#​32677</a>). Contributed by <a href="https://github.com/florianduros" target="_blank" rel="noopener noreferrer nofollow ugc">@​florianduros</a>.</li>
<li>Fix invite-specific join errors not being shown (<a href="https://github.com/element-hq/element-web/pull/32621" target="_blank" rel="noopener noreferrer nofollow ugc">#​32621</a>). Contributed by <a href="https://github.com/Half-Shot" target="_blank" rel="noopener noreferrer nofollow ugc">@​Half-Shot</a>.</li>
<li>Prevent logging lots of "Browser unsupported" lines (<a href="https://github.com/element-hq/element-web/pull/32647" target="_blank" rel="noopener noreferrer nofollow ugc">#​32647</a>). Contributed by <a href="https://github.com/Half-Shot" target="_blank" rel="noopener noreferrer nofollow ugc">@​Half-Shot</a>.</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/121680</link><guid isPermaLink="true">https://forum.cloudron.io/post/121680</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Wed, 11 Mar 2026 22:29:46 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix (Synapse&#x2F;Element) - Package Updates on Wed, 11 Mar 2026 13:53:23 GMT]]></title><description><![CDATA[<p dir="auto">[1.130.1]</p>
<ul>
<li>Update synapse to 1.149.1</li>
<li><a href="https://github.com/element-hq/synapse/releases/tag/v1.149.1" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Bump <code>matrix-synapse-ldap3</code> to <code>0.4.0</code> to support <code>setuptools&gt;=82.0.0</code>. Fixes <a href="https://github.com/element-hq/synapse/issues/19541" target="_blank" rel="noopener noreferrer nofollow ugc">#​19541</a>. (<a href="https://github.com/element-hq/synapse/issues/19543" target="_blank" rel="noopener noreferrer nofollow ugc">#​19543</a>)</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/121659</link><guid isPermaLink="true">https://forum.cloudron.io/post/121659</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Wed, 11 Mar 2026 13:53:23 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix (Synapse&#x2F;Element) - Package Updates on Wed, 11 Mar 2026 07:12:00 GMT]]></title><description><![CDATA[<p dir="auto">[1.130.0]</p>
<ul>
<li>Update matrix-synapse-ldap3 to 0.4.0</li>
<li>Add support of ldap filter with anonymous user (<a href="https://github.com/matrix-org/matrix-synapse-ldap3/issues/186" target="_blank" rel="noopener noreferrer nofollow ugc">#​186</a>)</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/121626</link><guid isPermaLink="true">https://forum.cloudron.io/post/121626</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Wed, 11 Mar 2026 07:12:00 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix (Synapse&#x2F;Element) - Package Updates on Tue, 10 Mar 2026 17:45:19 GMT]]></title><description><![CDATA[<p dir="auto">[1.129.0]</p>
<ul>
<li>Update synapse to 1.149.0</li>
<li><a href="https://github.com/element-hq/synapse/releases/tag/v1.149.0" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
</ul>
]]></description><link>https://forum.cloudron.io/post/121591</link><guid isPermaLink="true">https://forum.cloudron.io/post/121591</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Tue, 10 Mar 2026 17:45:19 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix (Synapse&#x2F;Element) - Package Updates on Tue, 24 Feb 2026 22:07:20 GMT]]></title><description><![CDATA[<p dir="auto">[1.128.0]</p>
<ul>
<li>Update synapse to 1.148.0</li>
<li><a href="https://github.com/element-hq/synapse/releases/tag/v1.148.0" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Support sending and receiving <a href="https://github.com/matrix-org/matrix-spec-proposals/pull/4354" target="_blank" rel="noopener noreferrer nofollow ugc">MSC4354 Sticky Event</a> metadata. (<a href="https://github.com/element-hq/synapse/issues/19365" target="_blank" rel="noopener noreferrer nofollow ugc">#​19365</a>)</li>
<li>Remove support for <a href="https://github.com/matrix-org/matrix-spec-proposals/pull/3244" target="_blank" rel="noopener noreferrer nofollow ugc">MSC3244: Room version capabilities</a> as the MSC was rejected. (<a href="https://github.com/element-hq/synapse/issues/19429" target="_blank" rel="noopener noreferrer nofollow ugc">#​19429</a>)</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/120707</link><guid isPermaLink="true">https://forum.cloudron.io/post/120707</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Tue, 24 Feb 2026 22:07:20 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix (Synapse&#x2F;Element) - Package Updates on Tue, 24 Feb 2026 16:17:18 GMT]]></title><description><![CDATA[<p dir="auto">[1.11.11]</p>
<ul>
<li>Update element-web to 1.12.11</li>
<li><a href="https://github.com/element-hq/element-web/releases/tag/v1.12.11" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Remove UIFeature.BulkUnverifiedSessionsReminder setting (<a href="https://github.com/element-hq/element-web/pull/31943" target="_blank" rel="noopener noreferrer nofollow ugc">#​31943</a>). Contributed by <a href="https://github.com/andybalaam" target="_blank" rel="noopener noreferrer nofollow ugc">@​andybalaam</a>.</li>
<li>Remove unused function to auto-rageshake when key backup is not set up (<a href="https://github.com/element-hq/element-web/pull/31942" target="_blank" rel="noopener noreferrer nofollow ugc">#​31942</a>). Contributed by <a href="https://github.com/andybalaam" target="_blank" rel="noopener noreferrer nofollow ugc">@​andybalaam</a>.</li>
<li>Room list: update the visuals in order to have better contrast (<a href="https://github.com/element-hq/element-web/pull/32421" target="_blank" rel="noopener noreferrer nofollow ugc">#​32421</a>). Contributed by <a href="https://github.com/florianduros" target="_blank" rel="noopener noreferrer nofollow ugc">@​florianduros</a>.</li>
<li>Set history visibility to "invited" for DMs and new non-public rooms when creating a room (<a href="https://github.com/element-hq/element-web/pull/31974" target="_blank" rel="noopener noreferrer nofollow ugc">#​31974</a>). Contributed by <a href="https://github.com/langleyd" target="_blank" rel="noopener noreferrer nofollow ugc">@​langleyd</a>.</li>
<li>Remove server acl status/summaries from timeline  (<a href="https://github.com/element-hq/element-web/pull/32461" target="_blank" rel="noopener noreferrer nofollow ugc">#​32461</a>). Contributed by <a href="https://github.com/langleyd" target="_blank" rel="noopener noreferrer nofollow ugc">@​langleyd</a>.</li>
<li>Update <code>globalBlacklistUnverifiedDevices</code> on setting change (<a href="https://github.com/element-hq/element-web/pull/31983" target="_blank" rel="noopener noreferrer nofollow ugc">#​31983</a>). Contributed by <a href="https://github.com/kaylendog" target="_blank" rel="noopener noreferrer nofollow ugc">@​kaylendog</a>.</li>
<li>Add badge for history visibiltity to room info panel (<a href="https://github.com/element-hq/element-web/pull/31927" target="_blank" rel="noopener noreferrer nofollow ugc">#​31927</a>). Contributed by <a href="https://github.com/richvdh" target="_blank" rel="noopener noreferrer nofollow ugc">@​richvdh</a>.</li>
<li>Default useOnlyCurrentProfiles to true (<a href="https://github.com/element-hq/element-web/pull/32524" target="_blank" rel="noopener noreferrer nofollow ugc">#​32524</a>). Contributed by <a href="https://github.com/dbkr" target="_blank" rel="noopener noreferrer nofollow ugc">@​dbkr</a>.</li>
<li>Keep custom theme active after reload (<a href="https://github.com/element-hq/element-web/pull/32506" target="_blank" rel="noopener noreferrer nofollow ugc">#​32506</a>). Contributed by <a href="https://github.com/florianduros" target="_blank" rel="noopener noreferrer nofollow ugc">@​florianduros</a>.</li>
<li>Update font format from 'ttf' to 'truetype' (<a href="https://github.com/element-hq/element-web/pull/32493" target="_blank" rel="noopener noreferrer nofollow ugc">#​32493</a>). Contributed by <a href="https://github.com/all-yall" target="_blank" rel="noopener noreferrer nofollow ugc">@​all-yall</a>.</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/120685</link><guid isPermaLink="true">https://forum.cloudron.io/post/120685</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Tue, 24 Feb 2026 16:17:18 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix (Synapse&#x2F;Element) - Package Updates on Thu, 12 Feb 2026 20:15:21 GMT]]></title><description><![CDATA[<p dir="auto">[1.127.1]</p>
<ul>
<li>Update synapse to 1.147.1</li>
<li><a href="https://github.com/element-hq/synapse/releases/tag/v1.147.1" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Block federation requests and events authenticated using a known insecure signing key. See <a href="https://www.cve.org/CVERecord?id=CVE-2026-24044" target="_blank" rel="noopener noreferrer nofollow ugc">CVE-2026-24044</a> / <a href="https://github.com/element-hq/ess-helm/security/advisories/GHSA-qwcj-h6m8-vp6q" target="_blank" rel="noopener noreferrer nofollow ugc">ELEMENTSEC-2025-1670</a>. (<a href="https://github.com/element-hq/synapse/issues/19459" target="_blank" rel="noopener noreferrer nofollow ugc">#​19459</a>)</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/120106</link><guid isPermaLink="true">https://forum.cloudron.io/post/120106</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Thu, 12 Feb 2026 20:15:21 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix (Synapse&#x2F;Element) - Package Updates on Wed, 11 Feb 2026 09:40:37 GMT]]></title><description><![CDATA[<p dir="auto">[1.11.10]</p>
<ul>
<li>Update element-web to 1.12.10</li>
<li><a href="https://github.com/element-hq/element-web/releases/tag/v1.12.10" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Support additional_creators in /upgraderoom (MSC4289) (<a href="https://github.com/element-hq/element-web/pull/31934" target="_blank" rel="noopener noreferrer nofollow ugc">#​31934</a>). Contributed by <a href="https://github.com/andybalaam" target="_blank" rel="noopener noreferrer nofollow ugc">@​andybalaam</a>.</li>
<li>Update room header icon for world_readable rooms (<a href="https://github.com/element-hq/element-web/pull/31915" target="_blank" rel="noopener noreferrer nofollow ugc">#​31915</a>). Contributed by <a href="https://github.com/richvdh" target="_blank" rel="noopener noreferrer nofollow ugc">@​richvdh</a>.</li>
<li>Show an icon in the room header for shared history (<a href="https://github.com/element-hq/element-web/pull/31879" target="_blank" rel="noopener noreferrer nofollow ugc">#​31879</a>). Contributed by <a href="https://github.com/richvdh" target="_blank" rel="noopener noreferrer nofollow ugc">@​richvdh</a>.</li>
<li>Remove "history may be shared" banner. (<a href="https://github.com/element-hq/element-web/pull/31881" target="_blank" rel="noopener noreferrer nofollow ugc">#​31881</a>). Contributed by <a href="https://github.com/kaylendog" target="_blank" rel="noopener noreferrer nofollow ugc">@​kaylendog</a>.</li>
<li>Allow dismissing 'Key storage out of sync' temporarily (<a href="https://github.com/element-hq/element-web/pull/31455" target="_blank" rel="noopener noreferrer nofollow ugc">#​31455</a>). Contributed by <a href="https://github.com/andybalaam" target="_blank" rel="noopener noreferrer nofollow ugc">@​andybalaam</a>.</li>
<li>Add <code>resolutions</code> entry for <code>matrix-widget-api</code> to package.json (<a href="https://github.com/element-hq/element-web/pull/31851" target="_blank" rel="noopener noreferrer nofollow ugc">#​31851</a>). Contributed by <a href="https://github.com/toger5" target="_blank" rel="noopener noreferrer nofollow ugc">@​toger5</a>.</li>
<li>Improve visibility under contrast control mode (<a href="https://github.com/element-hq/element-web/pull/31847" target="_blank" rel="noopener noreferrer nofollow ugc">#​31847</a>). Contributed by <a href="https://github.com/t3chguy" target="_blank" rel="noopener noreferrer nofollow ugc">@​t3chguy</a>.</li>
<li>Unread Sorting - Add option for sorting in <code>OptionsMenuView</code> (<a href="https://github.com/element-hq/element-web/pull/31754" target="_blank" rel="noopener noreferrer nofollow ugc">#​31754</a>). Contributed by <a href="https://github.com/MidhunSureshR" target="_blank" rel="noopener noreferrer nofollow ugc">@​MidhunSureshR</a>.</li>
<li>Unread sorting - Implement sorter and use it in the room list store (<a href="https://github.com/element-hq/element-web/pull/31723" target="_blank" rel="noopener noreferrer nofollow ugc">#​31723</a>). Contributed by <a href="https://github.com/MidhunSureshR" target="_blank" rel="noopener noreferrer nofollow ugc">@​MidhunSureshR</a>.</li>
<li>Allow Element Call widgets to receive sticky events (<a href="https://github.com/element-hq/element-web/pull/31843" target="_blank" rel="noopener noreferrer nofollow ugc">#​31843</a>). Contributed by <a href="https://github.com/robintown" target="_blank" rel="noopener noreferrer nofollow ugc">@​robintown</a>.</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/120022</link><guid isPermaLink="true">https://forum.cloudron.io/post/120022</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Wed, 11 Feb 2026 09:40:37 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix (Synapse&#x2F;Element) - Package Updates on Wed, 04 Feb 2026 10:32:07 GMT]]></title><description><![CDATA[<p dir="auto">[1.126.2]</p>
<ul>
<li>Allow to override the user profile mapping for OIDC</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/119640</link><guid isPermaLink="true">https://forum.cloudron.io/post/119640</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Wed, 04 Feb 2026 10:32:07 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix (Synapse&#x2F;Element) - Package Updates on Thu, 29 Jan 2026 10:25:42 GMT]]></title><description><![CDATA[<p dir="auto">[1.126.1]</p>
<ul>
<li>install s3-storage from github again</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/119344</link><guid isPermaLink="true">https://forum.cloudron.io/post/119344</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Thu, 29 Jan 2026 10:25:42 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix (Synapse&#x2F;Element) - Package Updates on Wed, 28 Jan 2026 12:15:59 GMT]]></title><description><![CDATA[<p dir="auto">[1.126.0]</p>
<ul>
<li>Update synapse to 1.146.0</li>
<li><a href="https://github.com/element-hq/synapse/releases/tag/v1.146.0" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>MSC2697 (Dehydrated devices) has been removed, as the MSC is closed. Developers should migrate to MSC3814. (<a href="https://github.com/element-hq/synapse/issues/19346" target="_blank" rel="noopener noreferrer nofollow ugc">#19346</a>)</li>
<li>Support for Ubuntu 25.04 (Plucky Puffin) has been dropped. Synapse no longer builds debian packages for Ubuntu 25.04.</li>
<li>Add a new config option enable_local_media_storage which controls whether media is additionally stored locally when using configured media_storage_providers. Setting this to false allows off-site media storage without a local cache. Contributed by Patrice Brend'amour <a href="https://github.com/dr" target="_blank" rel="noopener noreferrer nofollow ugc">@dr</a>.allgood. (<a href="https://github.com/element-hq/synapse/issues/19204" target="_blank" rel="noopener noreferrer nofollow ugc">#19204</a>)</li>
<li>Stabilise support for MSC4312's m.oauth User-Interactive Auth stage for resetting cross-signing identity with the OAuth 2.0 API. The old, unstable name (org.matrix.cross_signing_reset) is now deprecated and will be removed in a future release. (<a href="https://github.com/element-hq/synapse/issues/19273" target="_blank" rel="noopener noreferrer nofollow ugc">#19273</a>)</li>
<li>Refactor Grafana dashboard to use server_name label (instead of instance). (<a href="https://github.com/element-hq/synapse/issues/19337" target="_blank" rel="noopener noreferrer nofollow ugc">#19337</a>)</li>
<li>Fix joining a restricted v12 room locally when no local room creator is present but local users with sufficient power levels are. Contributed by <a href="https://github.com/nexy7574" target="_blank" rel="noopener noreferrer nofollow ugc">@nexy7574</a>. (<a href="https://github.com/element-hq/synapse/issues/19321" target="_blank" rel="noopener noreferrer nofollow ugc">#19321</a>)</li>
<li>Fixed parallel calls to /_matrix/media/v1/create being ratelimited for appservices even if rate_limited: false was set in the registration. Contributed by <a href="https://github.com/tulir" target="_blank" rel="noopener noreferrer nofollow ugc">@tulir</a> @ Beeper. (<a href="https://github.com/element-hq/synapse/issues/19335" target="_blank" rel="noopener noreferrer nofollow ugc">#19335</a>)</li>
<li>Fix a bug introduced in 1.61.0 where a user's membership in a room was accidentally ignored when considering access to historical state events in rooms with the "shared" history visibility. Contributed by Lukas Tautz. (<a href="https://github.com/element-hq/synapse/issues/19353" target="_blank" rel="noopener noreferrer nofollow ugc">#19353</a>)</li>
<li>MSC4140: Store the JSON content of scheduled delayed events as text instead of a byte array. This fixes the inability to schedule a delayed event with non-ASCII characters in its content. (<a href="https://github.com/element-hq/synapse/issues/19360" target="_blank" rel="noopener noreferrer nofollow ugc">#19360</a>)</li>
<li>Always rollback database transactions when retrying (avoid orphaned connections). (<a href="https://github.com/element-hq/synapse/issues/19372" target="_blank" rel="noopener noreferrer nofollow ugc">#19372</a>)</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/119295</link><guid isPermaLink="true">https://forum.cloudron.io/post/119295</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Wed, 28 Jan 2026 12:15:59 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix (Synapse&#x2F;Element) - Package Updates on Tue, 13 Jan 2026 22:06:51 GMT]]></title><description><![CDATA[<p dir="auto">[1.11.8]</p>
<ul>
<li>Update element-web to 1.12.8</li>
<li><a href="https://github.com/element-hq/element-web/releases/tag/v1.12.8" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Remove <code>element_call.participant_limit</code> config and associated code. (<a href="https://github.com/element-hq/element-web/pull/31638" target="_blank" rel="noopener noreferrer nofollow ugc">#​31638</a>). Contributed by <a href="https://github.com/Half-Shot" target="_blank" rel="noopener noreferrer nofollow ugc">@​Half-Shot</a>.</li>
<li>Switch to rendering svg icons rather than masking them (<a href="https://github.com/element-hq/element-web/pull/31557" target="_blank" rel="noopener noreferrer nofollow ugc">#​31557</a>). Contributed by <a href="https://github.com/t3chguy" target="_blank" rel="noopener noreferrer nofollow ugc">@​t3chguy</a>.</li>
<li>Update history visibility UX (<a href="https://github.com/element-hq/element-web/pull/31635" target="_blank" rel="noopener noreferrer nofollow ugc">#​31635</a>). Contributed by <a href="https://github.com/langleyd" target="_blank" rel="noopener noreferrer nofollow ugc">@​langleyd</a>.</li>
<li>Show correct call icon for joining a call. (<a href="https://github.com/element-hq/element-web/pull/31489" target="_blank" rel="noopener noreferrer nofollow ugc">#​31489</a>). Contributed by <a href="https://github.com/Half-Shot" target="_blank" rel="noopener noreferrer nofollow ugc">@​Half-Shot</a>.</li>
<li>Update StopGapWidgetDriver to support sticky events (<a href="https://github.com/element-hq/element-web/pull/31205" target="_blank" rel="noopener noreferrer nofollow ugc">#​31205</a>). Contributed by <a href="https://github.com/Half-Shot" target="_blank" rel="noopener noreferrer nofollow ugc">@​Half-Shot</a>.</li>
<li>Remove release announcements for new sounds &amp; room list (<a href="https://github.com/element-hq/element-web/pull/31544" target="_blank" rel="noopener noreferrer nofollow ugc">#​31544</a>). Contributed by <a href="https://github.com/t3chguy" target="_blank" rel="noopener noreferrer nofollow ugc">@​t3chguy</a>.</li>
<li>Add button to restore from backup into /devtools (<a href="https://github.com/element-hq/element-web/pull/31581" target="_blank" rel="noopener noreferrer nofollow ugc">#​31581</a>). Contributed by <a href="https://github.com/mxandreas" target="_blank" rel="noopener noreferrer nofollow ugc">@​mxandreas</a>.</li>
<li>Switch to non-solid compound icons for room settings &amp; composer (<a href="https://github.com/element-hq/element-web/pull/31561" target="_blank" rel="noopener noreferrer nofollow ugc">#​31561</a>). Contributed by <a href="https://github.com/t3chguy" target="_blank" rel="noopener noreferrer nofollow ugc">@​t3chguy</a>.</li>
<li>Support encrypted state events MSC4362 (<a href="https://github.com/element-hq/element-web/pull/31513" target="_blank" rel="noopener noreferrer nofollow ugc">#​31513</a>). Contributed by <a href="https://github.com/andybalaam" target="_blank" rel="noopener noreferrer nofollow ugc">@​andybalaam</a>.</li>
<li>Update prop type &amp; documentation for HistoryVisibleBanner and VM. (<a href="https://github.com/element-hq/element-web/pull/31545" target="_blank" rel="noopener noreferrer nofollow ugc">#​31545</a>). Contributed by <a href="https://github.com/kaylendog" target="_blank" rel="noopener noreferrer nofollow ugc">@​kaylendog</a>.</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/118446</link><guid isPermaLink="true">https://forum.cloudron.io/post/118446</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Tue, 13 Jan 2026 22:06:51 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix (Synapse&#x2F;Element) - Package Updates on Wed, 17 Dec 2025 07:25:36 GMT]]></title><description><![CDATA[<p dir="auto">[1.11.7]</p>
<ul>
<li>Update element-web to 1.12.7</li>
<li><a href="https://github.com/element-hq/element-web/releases/tag/v1.12.7" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Replace legacy icons with compound (<a href="https://github.com/element-hq/element-web/pull/31424" target="_blank" rel="noopener noreferrer nofollow ugc">#31424</a>). Contributed by <a href="https://github.com/t3chguy" target="_blank" rel="noopener noreferrer nofollow ugc">@t3chguy</a>.</li>
<li>Update polls UX to match EX Mobile and improve accessibility (<a href="https://github.com/element-hq/element-web/pull/31245" target="_blank" rel="noopener noreferrer nofollow ugc">#31245</a>). Contributed by <a href="https://github.com/langleyd" target="_blank" rel="noopener noreferrer nofollow ugc">@langleyd</a>.</li>
<li>Add option to enable read receipt and marker when user interact with UI (<a href="https://github.com/element-hq/element-web/pull/31353" target="_blank" rel="noopener noreferrer nofollow ugc">#31353</a>). Contributed by <a href="https://github.com/florianduros" target="_blank" rel="noopener noreferrer nofollow ugc">@florianduros</a>.</li>
<li>Introduce a hook to auto dispose view models (<a href="https://github.com/element-hq/element-web/pull/31178" target="_blank" rel="noopener noreferrer nofollow ugc">#31178</a>). Contributed by <a href="https://github.com/MidhunSureshR" target="_blank" rel="noopener noreferrer nofollow ugc">@MidhunSureshR</a>.</li>
<li>Update settings toggles to use consistent design across app. (<a href="https://github.com/element-hq/element-web/pull/30169" target="_blank" rel="noopener noreferrer nofollow ugc">#30169</a>). Contributed by <a href="https://github.com/Half-Shot" target="_blank" rel="noopener noreferrer nofollow ugc">@Half-Shot</a>.</li>
<li>Add ability to the room view to hide widgets (<a href="https://github.com/element-hq/element-web/pull/31400" target="_blank" rel="noopener noreferrer nofollow ugc">#31400</a>). Contributed by <a href="https://github.com/langleyd" target="_blank" rel="noopener noreferrer nofollow ugc">@langleyd</a>.</li>
<li>call: Pass the echo cancellation and noise suppression settings to EC (<a href="https://github.com/element-hq/element-web/pull/31317" target="_blank" rel="noopener noreferrer nofollow ugc">#31317</a>). Contributed by <a href="https://github.com/BillCarsonFr" target="_blank" rel="noopener noreferrer nofollow ugc">@BillCarsonFr</a>.</li>
<li>Tweak rendering of icons for a11y (<a href="https://github.com/element-hq/element-web/pull/31358" target="_blank" rel="noopener noreferrer nofollow ugc">#31358</a>). Contributed by <a href="https://github.com/t3chguy" target="_blank" rel="noopener noreferrer nofollow ugc">@t3chguy</a>.</li>
<li>Implement new <code>renderNotificationDecoration</code> from module API  (<a href="https://github.com/element-hq/element-web/pull/31389" target="_blank" rel="noopener noreferrer nofollow ugc">#31389</a>). Contributed by <a href="https://github.com/MidhunSureshR" target="_blank" rel="noopener noreferrer nofollow ugc">@MidhunSureshR</a>.</li>
<li>Replace more icons with compound (<a href="https://github.com/element-hq/element-web/pull/31381" target="_blank" rel="noopener noreferrer nofollow ugc">#31381</a>). Contributed by <a href="https://github.com/t3chguy" target="_blank" rel="noopener noreferrer nofollow ugc">@t3chguy</a>.</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/117213</link><guid isPermaLink="true">https://forum.cloudron.io/post/117213</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Wed, 17 Dec 2025 07:25:36 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix (Synapse&#x2F;Element) - Package Updates on Wed, 10 Dec 2025 07:55:50 GMT]]></title><description><![CDATA[<p dir="auto">[1.125.0]</p>
<ul>
<li>Update synapse to 1.144.0</li>
<li><a href="https://github.com/element-hq/synapse/releases/tag/v1.144.0" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Deprecation of MacOS Python wheels</li>
<li>Unstable mutual rooms endpoint is now behind an experimental feature flag</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/116767</link><guid isPermaLink="true">https://forum.cloudron.io/post/116767</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Wed, 10 Dec 2025 07:55:50 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix (Synapse&#x2F;Element) - Package Updates on Thu, 04 Dec 2025 12:05:36 GMT]]></title><description><![CDATA[<p dir="auto">[1.11.6]</p>
<ul>
<li>Update element-web to 1.12.6</li>
<li><a href="https://github.com/element-hq/element-web/releases/tag/v1.12.6" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>This release fixes a bug where 1:1 calling was incorrectly not available if no Element Call focus was set.</li>
<li>Add option to pick call options for voice calls. (<a href="https://github.com/element-hq/element-web/pull/31413" target="_blank" rel="noopener noreferrer nofollow ugc">#​31413</a>).</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/116483</link><guid isPermaLink="true">https://forum.cloudron.io/post/116483</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Thu, 04 Dec 2025 12:05:36 GMT</pubDate></item></channel></rss>