diff --git a/packages/e/element-desktop/.files b/packages/e/element-desktop/.files index 090c7f76b66..81618d8b5d8 100644 Binary files a/packages/e/element-desktop/.files and b/packages/e/element-desktop/.files differ diff --git a/packages/e/element-desktop/.rev b/packages/e/element-desktop/.rev index dbd4ed2de1b..d431ca4a106 100644 --- a/packages/e/element-desktop/.rev +++ b/packages/e/element-desktop/.rev @@ -795,4 +795,40 @@ Version 1.11.66 configurable via Settings -> General 1182986 + + 413837686320394089abfe16d4a6097a + 1.11.70 + + anag+factory + - 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. + 1187580 + diff --git a/packages/e/element-desktop/element-desktop-1.11.69.tar.gz b/packages/e/element-desktop/element-desktop-1.11.69.tar.gz deleted file mode 120000 index 99c0eeca676..00000000000 --- a/packages/e/element-desktop/element-desktop-1.11.69.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeiaitfvmqq2w4sqzyue47vouoqn7rcvrkaugagp7og3zg35ieppvce \ No newline at end of file diff --git a/packages/e/element-desktop/element-desktop-1.11.70.tar.gz b/packages/e/element-desktop/element-desktop-1.11.70.tar.gz new file mode 120000 index 00000000000..cf9ccfb3625 --- /dev/null +++ b/packages/e/element-desktop/element-desktop-1.11.70.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeigo2eeqbrm6bhhza2mjobncblruphedeterwavgu2otqtr4fjjz6u \ No newline at end of file diff --git a/packages/e/element-desktop/element-desktop.changes b/packages/e/element-desktop/element-desktop.changes index 6bc07ec7b63..4a334acb640 100644 --- a/packages/e/element-desktop/element-desktop.changes +++ b/packages/e/element-desktop/element-desktop.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Fri Jul 12 11:04:12 UTC 2024 - Dominik Heidler + +- 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. + +------------------------------------------------------------------- +Fri Jul 5 11:56:37 UTC 2024 - Dominik Heidler + +- Prevent issue with element showing error msg on startup + about not finding de.json + ------------------------------------------------------------------- Fri Jun 21 18:08:13 UTC 2024 - Dominik Heidler diff --git a/packages/e/element-desktop/element-desktop.spec b/packages/e/element-desktop/element-desktop.spec index ec17413ea75..092b8161625 100644 --- a/packages/e/element-desktop/element-desktop.spec +++ b/packages/e/element-desktop/element-desktop.spec @@ -17,7 +17,7 @@ Name: element-desktop -Version: 1.11.69 +Version: 1.11.70 Release: 0 Summary: A glossy Matrix collaboration client - desktop License: Apache-2.0 @@ -204,6 +204,9 @@ for i in 16 24 48 64 96 128 256 512; do install -pvm 0644 build/icons/${i}x${i}.png "%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/io.element.Element.png" done +# Prevent error msg on element start +ln -vs de_DE.json "%{buildroot}%{_datadir}/element/app/lib/i18n/strings/de.json" + %fdupes %{buildroot}%{_datadir} %check diff --git a/packages/e/element-desktop/vendor.tar.zst b/packages/e/element-desktop/vendor.tar.zst index e003a316439..a01bc03b9db 120000 --- a/packages/e/element-desktop/vendor.tar.zst +++ b/packages/e/element-desktop/vendor.tar.zst @@ -1 +1 @@ -/ipfs/bafybeidwk6grabduqc3jcngz64fojhuhaj2rsogwh7ycccclj5o6ajlshq \ No newline at end of file +/ipfs/bafybeidzh4gu63drg467lphzjo2ns3gy6ajwp7lnobvi72llghbad64y6y \ No newline at end of file