From c64717fe15fa67e1705ecc7a4b6d4735a7fc17beca1585f6eabd30eb6d614212 Mon Sep 17 00:00:00 2001 From: Dominik Heidler Date: Wed, 6 Dec 2023 10:57:26 +0000 Subject: [PATCH] =?UTF-8?q?-=20Version=201.11.51=20=20=20##=20=E2=9C=A8=20?= =?UTF-8?q?Features?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Improve debian package and docs (https://github.com/vector-im/element-web/pull/26618). Contributed by @t3chguy. ## 🦖 Deprecations * Remove Quote from MessageContextMenu as it is unsupported by WYSIWYG (https://github.com/matrix-org/matrix-react-sdk/pull/11914). Contributed by @t3chguy. ## ✨ Features * Always allow call.member events on new rooms (https://github.com/matrix-org/matrix-react-sdk/pull/11948). Contributed by @toger5. * Right panel: view third party invite info without clearing history (https://github.com/matrix-org/matrix-react-sdk/pull/11934). Contributed by @kerryarchibald. * Allow switching to system emoji font (https://github.com/matrix-org/matrix-react-sdk/pull/11925). Contributed by @t3chguy. * Update open in other tab message (https://github.com/matrix-org/matrix-react-sdk/pull/11916). Contributed by @weeman1337. * Add menu for legacy and element call in 1:1 rooms (https://github.com/matrix-org/matrix-react-sdk/pull/11910). Contributed by @toger5. * Add ringing for matrixRTC (https://github.com/matrix-org/matrix-react-sdk/pull/11870). Contributed by @toger5. ## 🐛 Bug Fixes * Keep device language when it has been previosuly set, after a successful delegated authentication flow that clears localStorage (https://github.com/matrix-org/matrix-react-sdk/pull/11902). Contributed by @mgcm. * Fix misunderstanding of functional members (https://github.com/matrix-org/matrix-react-sdk/pull/11918). Contributed by @toger5. * Fix: Video Room Chat Header Button Removed (https://github.com/matrix-org/matrix-react-sdk/pull/11911). Contributed by @kerryarchibald. * Fix "not attempting encryption" warning (https://github.com/matrix-org/matrix-react-sdk/pull/11899). Contributed by @richvdh. OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=57 --- element-web-1.11.50.tar.gz | 3 --- element-web-1.11.51.tar.gz | 3 +++ element-web.changes | 28 ++++++++++++++++++++++++++++ element-web.spec | 2 +- npm-packages-offline-cache.tar.gz | 4 ++-- 5 files changed, 34 insertions(+), 6 deletions(-) delete mode 100644 element-web-1.11.50.tar.gz create mode 100644 element-web-1.11.51.tar.gz diff --git a/element-web-1.11.50.tar.gz b/element-web-1.11.50.tar.gz deleted file mode 100644 index 04566c6..0000000 --- a/element-web-1.11.50.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44dbb3f1edd02a389f034f3f605e5821f08a487379ef905fd85a368a83d45d31 -size 2385256 diff --git a/element-web-1.11.51.tar.gz b/element-web-1.11.51.tar.gz new file mode 100644 index 0000000..9cff841 --- /dev/null +++ b/element-web-1.11.51.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a8e83dabe475703abed38d882ffefd93ce3e3e6e4f9dc4f6476f0527e971ee +size 2387780 diff --git a/element-web.changes b/element-web.changes index d9c8d9f..e9dfa10 100644 --- a/element-web.changes +++ b/element-web.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed Dec 6 10:56:37 UTC 2023 - Dominik Heidler + +- Version 1.11.51 + ## ✨ Features + + * Improve debian package and docs (https://github.com/vector-im/element-web/pull/26618). Contributed by @t3chguy. + + ## 🦖 Deprecations + + * Remove Quote from MessageContextMenu as it is unsupported by WYSIWYG (https://github.com/matrix-org/matrix-react-sdk/pull/11914). Contributed by @t3chguy. + + ## ✨ Features + + * Always allow call.member events on new rooms (https://github.com/matrix-org/matrix-react-sdk/pull/11948). Contributed by @toger5. + * Right panel: view third party invite info without clearing history (https://github.com/matrix-org/matrix-react-sdk/pull/11934). Contributed by @kerryarchibald. + * Allow switching to system emoji font (https://github.com/matrix-org/matrix-react-sdk/pull/11925). Contributed by @t3chguy. + * Update open in other tab message (https://github.com/matrix-org/matrix-react-sdk/pull/11916). Contributed by @weeman1337. + * Add menu for legacy and element call in 1:1 rooms (https://github.com/matrix-org/matrix-react-sdk/pull/11910). Contributed by @toger5. + * Add ringing for matrixRTC (https://github.com/matrix-org/matrix-react-sdk/pull/11870). Contributed by @toger5. + + ## 🐛 Bug Fixes + + * Keep device language when it has been previosuly set, after a successful delegated authentication flow that clears localStorage (https://github.com/matrix-org/matrix-react-sdk/pull/11902). Contributed by @mgcm. + * Fix misunderstanding of functional members (https://github.com/matrix-org/matrix-react-sdk/pull/11918). Contributed by @toger5. + * Fix: Video Room Chat Header Button Removed (https://github.com/matrix-org/matrix-react-sdk/pull/11911). Contributed by @kerryarchibald. + * Fix "not attempting encryption" warning (https://github.com/matrix-org/matrix-react-sdk/pull/11899). Contributed by @richvdh. + ------------------------------------------------------------------- Tue Nov 21 14:42:51 UTC 2023 - Dominik Heidler diff --git a/element-web.spec b/element-web.spec index 333c7bb..cbb4792 100644 --- a/element-web.spec +++ b/element-web.spec @@ -17,7 +17,7 @@ Name: element-web -Version: 1.11.50 +Version: 1.11.51 Release: 0 Summary: A glossy Matrix collaboration client - web files License: Apache-2.0 diff --git a/npm-packages-offline-cache.tar.gz b/npm-packages-offline-cache.tar.gz index 97ba37d..1ac3ab9 100644 --- a/npm-packages-offline-cache.tar.gz +++ b/npm-packages-offline-cache.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7f060f60ae16cf68fdb5ea182decd278933e7c8be38a5e0605b0e1fb2b84374 -size 99497389 +oid sha256:1cdc5125a5cedb0d60730a13905c0f48cefeb2845304178b7e38ad1415ecb880 +size 101513806