From e2e1a03cb21ef51f955da0520d5be83a319bcb6d4d61d4ec0b01e13e637c21cd Mon Sep 17 00:00:00 2001 From: Dominik Heidler Date: Wed, 3 Aug 2022 14:50:22 +0000 Subject: [PATCH] - Version 1.11.2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=10 --- element-desktop-1.11.0.tar.gz | 3 --- element-desktop-1.11.2.tar.gz | 3 +++ element-desktop.changes | 29 +++++++++++++++++++++++++++++ element-desktop.spec | 2 +- element-web-1.11.0.tar.gz | 3 --- element-web-1.11.2.tar.gz | 3 +++ npm-packages-offline-cache.tar.gz | 4 ++-- prepare.sh | 8 ++++---- 8 files changed, 42 insertions(+), 13 deletions(-) delete mode 100644 element-desktop-1.11.0.tar.gz create mode 100644 element-desktop-1.11.2.tar.gz delete mode 100644 element-web-1.11.0.tar.gz create mode 100644 element-web-1.11.2.tar.gz diff --git a/element-desktop-1.11.0.tar.gz b/element-desktop-1.11.0.tar.gz deleted file mode 100644 index d8eb416..0000000 --- a/element-desktop-1.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a098b81ee4dcd2053d9fe19c37813721e7e49e53d300fb8463498fe48192105 -size 1966823 diff --git a/element-desktop-1.11.2.tar.gz b/element-desktop-1.11.2.tar.gz new file mode 100644 index 0000000..d5074a3 --- /dev/null +++ b/element-desktop-1.11.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8cae27b6960e58d4a78f19b8198a6452e4789e7107950d678ec88a08247f84a +size 1976413 diff --git a/element-desktop.changes b/element-desktop.changes index d0b75bb..d303101 100644 --- a/element-desktop.changes +++ b/element-desktop.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Wed Aug 3 14:49:13 UTC 2022 - Dominik Heidler + +- Version 1.11.2 + * Features + * Live location share - focus on user location on list item click ([\#9051](https://github.com/matrix-org/matrix-react-sdk/pull/9051)). Contributed by @kerryarchibald. + * Live location sharing - don't trigger unread counts for beacon location events ([\#9071](https://github.com/matrix-org/matrix-react-sdk/pull/9071)). Contributed by @kerryarchibald. + * Support for sending voice messages as replies and in threads ([\#9097](https://github.com/matrix-org/matrix-react-sdk/pull/9097)). Fixes #22031. + * Add `Reply in thread` button to the right-click message context-menu ([\#9004](https://github.com/matrix-org/matrix-react-sdk/pull/9004)). Fixes #22745. + * Starred_Messages_Feature_Contd_II/Outreachy ([\#9086](https://github.com/matrix-org/matrix-react-sdk/pull/9086)). + * Use "frequently used emojis" for autocompletion in composer ([\#8998](https://github.com/matrix-org/matrix-react-sdk/pull/8998)). Fixes #18978. Contributed by @grimhilt. + * Improve clickability of view source event toggle button ([\#9068](https://github.com/matrix-org/matrix-react-sdk/pull/9068)). Fixes #21856. Contributed by @luixxiul. + * Improve clickability of "collapse" link button on bubble layout ([\#9037](https://github.com/matrix-org/matrix-react-sdk/pull/9037)). Fixes #22864. Contributed by @luixxiul. + * Starred_Messages_Feature/Outreachy ([\#8842](https://github.com/matrix-org/matrix-react-sdk/pull/8842)). + * Implement Use Case Selection screen ([\#8984](https://github.com/matrix-org/matrix-react-sdk/pull/8984)). Contributed by @justjanne. + * Live location share - handle insufficient permissions in location sharing ([\#9047](https://github.com/matrix-org/matrix-react-sdk/pull/9047)). Contributed by @kerryarchibald. + * Improve _FilePanel.scss ([\#9031](https://github.com/matrix-org/matrix-react-sdk/pull/9031)). Contributed by @luixxiul. + * Improve spotlight accessibility by adding context menus ([\#8907](https://github.com/matrix-org/matrix-react-sdk/pull/8907)). Fixes #20875 and #22675. Contributed by @justjanne. + + * Bug Fixes + * Replace mask-images with svg components in MessageActionBar ([\#9088](https://github.com/matrix-org/matrix-react-sdk/pull/9088)). Fixes #22912. Contributed by @kerryarchibald. + * Unbreak in-app permalink tooltips ([\#9087](https://github.com/matrix-org/matrix-react-sdk/pull/9087)). Fixes #22874. + * Show a back button when viewing a space member ([\#9095](https://github.com/matrix-org/matrix-react-sdk/pull/9095)). Fixes #22898. + * Align the right edge of info tile lines with normal ones on IRC layout ([\#9058](https://github.com/matrix-org/matrix-react-sdk/pull/9058)). Fixes #22871. Contributed by @luixxiul. + * Prevent email verification from overriding existing sessions ([\#9075](https://github.com/matrix-org/matrix-react-sdk/pull/9075)). Fixes #22881. Contributed by @justjanne. + * Fix wrong buttons being used when exploring public rooms ([\#9062](https://github.com/matrix-org/matrix-react-sdk/pull/9062)). Fixes #22862. + * Re-add padding to generic event list summary on IRC layout ([\#9063](https://github.com/matrix-org/matrix-react-sdk/pull/9063)). Fixes #22869. Contributed by @luixxiul. + * Joining federated rooms via the spotlight search should no longer cause a "No known servers" error. ([\#9055](https://github.com/matrix-org/matrix-react-sdk/pull/9055)). Fixes #22845. Contributed by @Half-Shot. + ------------------------------------------------------------------- Thu Jul 7 12:28:07 UTC 2022 - Dominik Heidler diff --git a/element-desktop.spec b/element-desktop.spec index a314625..2141167 100644 --- a/element-desktop.spec +++ b/element-desktop.spec @@ -17,7 +17,7 @@ Name: element-desktop -Version: 1.11.0 +Version: 1.11.2 Release: 0 Summary: A glossy Matrix collaboration client - desktop License: Apache-2.0 diff --git a/element-web-1.11.0.tar.gz b/element-web-1.11.0.tar.gz deleted file mode 100644 index aa40ce4..0000000 --- a/element-web-1.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73d248b8d7b53d05c4a4297de125d1f350f2ddfa17b428e0aa4ed46ede5031e2 -size 1436858 diff --git a/element-web-1.11.2.tar.gz b/element-web-1.11.2.tar.gz new file mode 100644 index 0000000..018163e --- /dev/null +++ b/element-web-1.11.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e9498a910acfc78d1b5ba4beb99af05195bde664c08ec1c2da47ef0d6ef21af +size 1453458 diff --git a/npm-packages-offline-cache.tar.gz b/npm-packages-offline-cache.tar.gz index def28af..20c2bd2 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:d37a07874344e4e2a192702851c99febe7a07de562d03d16422ae2db5c4135ab -size 131983382 +oid sha256:57e4467f8d8bfe6652b7466824089e1abc01374e90ffd8be8b8024f8c2ebd402 +size 131520701 diff --git a/prepare.sh b/prepare.sh index da9396c..0000c83 100644 --- a/prepare.sh +++ b/prepare.sh @@ -8,12 +8,12 @@ tmpdir="$(mktemp -d)" #zypper install yarn cargo gcc-c++ sqlcipher-devel libsecret-devel version=$(grep "Version:" element-desktop.spec | awk '{print $2}') -osc rm element-web-*.tar.gz -osc rm element-desktop-*.tar.gz +osc rm -f element-web-*.tar.gz +osc rm -f element-desktop-*.tar.gz wget -c https://github.com/vector-im/element-desktop/archive/v${version}.tar.gz -O element-desktop-${version}.tar.gz wget -c https://github.com/vector-im/element-web/archive/v${version}.tar.gz -O element-web-${version}.tar.gz -osc add element-web-*.tar.gz -osc add element-desktop-*.tar.gz +osc add -f element-web-*.tar.gz +osc add -f element-desktop-*.tar.gz cp element-desktop.spec "$tmpdir/" cd "$tmpdir"