diff --git a/README.md b/README.md new file mode 100644 index 0000000..7b96bff --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ + +## Build Results + +Current state of element-web in openSUSE:Factory is + +![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/element-web/standard) + +The current state of element-web in the devel project build (devel:languages:nodejs) + +![Devel project build results](https://br.opensuse.org/status/devel:languages:nodejs/element-web) + diff --git a/element-web-1.12.0.tar.gz b/element-web-1.12.0.tar.gz deleted file mode 100644 index bd3ac9d..0000000 --- a/element-web-1.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cb0f8e8553a3d7e4c99b9ea9404d2751a527cebdea7fba9b100a7741dbcc0d6 -size 23818021 diff --git a/element-web-1.12.2.tar.gz b/element-web-1.12.2.tar.gz new file mode 100644 index 0000000..a1bf2d3 --- /dev/null +++ b/element-web-1.12.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cfd99e4eb28ecb5678c0f93831b8d86b266aa219302c3d7e96c54815a0a62ea +size 24166631 diff --git a/element-web.changes b/element-web.changes index 5a2114d..f4dd3b3 100644 --- a/element-web.changes +++ b/element-web.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Tue Oct 21 12:25:34 UTC 2025 - Dominik Heidler + +- Version 1.12.2 + ## ✨ Features + + * Room List: Extend the viewport to avoid so many black spots when scrolling the room list (https://github.com/element-hq/element-web/pull/30867). Contributed by @langleyd. + * Hide calling buttons in room header before a room is created (https://github.com/element-hq/element-web/pull/30816). Contributed by @Half-Shot. + * Improve invite dialog ui - Part 2 (https://github.com/element-hq/element-web/pull/30836). Contributed by @florianduros. + + ## 🐛 Bug Fixes + + * Fix platform settings race condition and make auto-launch tri-state (https://github.com/element-hq/element-web/pull/30977). Contributed by @t3chguy. + * Fix: member count in header and member list (https://github.com/element-hq/element-web/pull/30982). Contributed by @florianduros. + * Fix duration of voice message in timeline (https://github.com/element-hq/element-web/pull/30973). Contributed by @florianduros. + * Fix voice notes rendering at 00:00 when playback had not begun. (https://github.com/element-hq/element-web/pull/30961). Contributed by @Half-Shot. + * Improve handling of animated images, add support for AVIF animations (https://github.com/element-hq/element-web/pull/30932). Contributed by @t3chguy. + * Update key storage toggle when key storage status changes (https://github.com/element-hq/element-web/pull/30934). Contributed by @uhoreg. + * Fix jitsi widget popout (https://github.com/element-hq/element-web/pull/30908). Contributed by @dbkr. + * Improve keyboard navigation on invite dialog (https://github.com/element-hq/element-web/pull/30930). Contributed by @florianduros. + * Prefer UIA flows with supported UIA stages (https://github.com/element-hq/element-web/pull/30926). Contributed by @richvdh. + * Enhance accessibility of dropdown (https://github.com/element-hq/element-web/pull/30928). Contributed by @florianduros. + * Improve accessibility of the `\ component (https://github.com/element-hq/element-web/pull/30907). Contributed by @MidhunSureshR. + + +Version 1.12.1 + ## ✨ Features + + * New Room List: Change the order of filters to match those on mobile (https://github.com/element-hq/element-web/pull/30905). Contributed by @langleyd. + * New Room List: Don't clear filters on space change (https://github.com/element-hq/element-web/pull/30903). Contributed by @langleyd. + * Add release announcement for the sounds (https://github.com/element-hq/element-web/pull/30900). Contributed by @langleyd. + * Rich Text Editor: Add emoji suggestion support (https://github.com/element-hq/element-web/pull/30873). Contributed by @langleyd. + * feat: Disable session lock when running in element-desktop (https://github.com/element-hq/element-web/pull/30643). Contributed by @kaylendog. + * Improve invite dialog ui - Part 1 (https://github.com/element-hq/element-web/pull/30764). Contributed by @florianduros. + * Update Message Sound for Element (https://github.com/element-hq/element-web/pull/30804). Contributed by @beatdemon. + * Add new and improved ringtone (https://github.com/element-hq/element-web/pull/30761). Contributed by @Half-Shot. + * Disable RTE formatting buttons when the content contains a slash command (https://github.com/element-hq/element-web/pull/30802). Contributed by @langleyd. + + ## 🐛 Bug Fixes + + * New Room List: Improve robustness of keyboard navigation (https://github.com/element-hq/element-web/pull/30888). Contributed by @langleyd. + * Fix a11y issue on list in invite dialog (https://github.com/element-hq/element-web/pull/30878). Contributed by @florianduros. + * Switch Export and Import Icons to match intuition (https://github.com/element-hq/element-web/pull/30805). Contributed by @micartey. + * Hide breadcrumb option when new room list is enabled (https://github.com/element-hq/element-web/pull/30869). Contributed by @florianduros. + * Avoid creating multiple call objects for the same widget (https://github.com/element-hq/element-web/pull/30839). Contributed by @robintown. + * Add a test for #29882, which is fixed by matrix-org/matrix-js-sdk#5016 (https://github.com/element-hq/element-web/pull/30835). Contributed by @andybalaam. + * fix: use `help_encryption_url` of config instead of hardcoded `https://element.io/help#encryption5` (https://github.com/element-hq/element-web/pull/30746). Contributed by @florianduros. + * Fix html export when feature\_jump\_to\_date is enabled (https://github.com/element-hq/element-web/pull/30828). Contributed by @langleyd. + * Fix #30439: "Forgot recovery key" should go to "reset" (https://github.com/element-hq/element-web/pull/30771). Contributed by @andybalaam. + ------------------------------------------------------------------- Tue Sep 23 13:35:41 UTC 2025 - Dominik Heidler diff --git a/element-web.spec b/element-web.spec index d17c8ac..625db7c 100644 --- a/element-web.spec +++ b/element-web.spec @@ -17,7 +17,7 @@ Name: element-web -Version: 1.12.0 +Version: 1.12.2 Release: 0 Summary: A glossy Matrix collaboration client - web files License: AGPL-3.0-only OR GPL-3.0-only @@ -27,6 +27,7 @@ Source0: https://github.com/vector-im/element-web/archive/v%{version}.tar Source1: vendor.tar.zst Source2: jitsi_external_api.min.js Source3: prepare.sh +Source4: README.md Patch0: fix-webpack-oom.patch BuildRequires: cargo BuildRequires: fdupes diff --git a/prepare.sh b/prepare.sh index e2a1185..2113842 100644 --- a/prepare.sh +++ b/prepare.sh @@ -13,11 +13,11 @@ oldwd="$(pwd)" version=$(grep "Version:" element-web.spec | awk '{print $2}') last_packaged_version=$(osc cat devel:languages:nodejs/element-web/element-web.spec | grep "^Version:" | awk '{print $NF}') -osc rm --force element-web-*.tar.gz || : +git rm --force element-web-*.tar.gz || : # https://github.com/element-hq/element-web/archive/refs/tags/v1.11.111.tar.gz wget -c https://github.com/element-hq/element-web/archive/refs/tags/v${version}.tar.gz -O element-web-${version}.tar.gz wget https://meet.element.io/libs/external_api.min.js -O jitsi_external_api.min.js -osc add element-web-*.tar.gz +git add element-web-*.tar.gz #zypper install yarn cargo gcc-c++ sqlcipher-devel libsecret-devel diff --git a/vendor.tar.zst b/vendor.tar.zst index e2a9ab2..2530322 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7edbcd836f62f0600fa2fa92c4c6328630aedfe6f2a04187beea9352ae9e2907 -size 99816971 +oid sha256:c742c5372beaa69e5745da958a1ffdd18807ecb9c55d80c842830e2ec0a77d8f +size 74357543