diff --git a/element-web-1.11.47.tar.gz b/element-web-1.11.47.tar.gz deleted file mode 100644 index 665e143..0000000 --- a/element-web-1.11.47.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4877ba045a92503e8d779c43f6f15cab113a7d6b8c9592e7704d402eea6b6056 -size 1498245 diff --git a/element-web-1.11.48.tar.gz b/element-web-1.11.48.tar.gz new file mode 100644 index 0000000..52ec063 --- /dev/null +++ b/element-web-1.11.48.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5007e77c1e0ca98563d0decefb6e6ca178983676b4cf7aebfb8d1363d8e73cbb +size 2380818 diff --git a/element-web.changes b/element-web.changes index f92b736..2483c56 100644 --- a/element-web.changes +++ b/element-web.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Tue Nov 7 18:20:38 UTC 2023 - Dominik Heidler + +- - Version 1.11.48 + + ## ✨ Features + * Correctly fill window.matrixChat even when a Wrapper module is active (https://github.com/vector-im/element-web/pull/26395). Contributed by @dhenneke. + * Knock on a ask-to-join room if a module wants to join the room when navigating to a room (https://github.com/matrix-org/matrix-react-sdk/pull/11787). Contributed by @dhenneke. + * Element-R: Include crypto info in sentry (https://github.com/matrix-org/matrix-react-sdk/pull/11798). Contributed by @florianduros. + * Element-R: Include crypto info in rageshake (https://github.com/matrix-org/matrix-react-sdk/pull/11797). Contributed by @florianduros. + * Element-R: Add current version of the rust-sdk and vodozemac (https://github.com/matrix-org/matrix-react-sdk/pull/11785). Contributed by @florianduros. + * Fix unfederated invite dialog (https://github.com/matrix-org/matrix-react-sdk/pull/9618). Fixes vector-im/element-meta#1466 and #22102. Contributed by @owi92. + * New right panel visual language (https://github.com/matrix-org/matrix-react-sdk/pull/11664). + * OIDC: add friendly errors (https://github.com/matrix-org/matrix-react-sdk/pull/11184). Fixes #25665. Contributed by @kerryarchibald. + + ## 🐛 Bug Fixes + * Fix rightpanel hiding scrollbar (https://github.com/matrix-org/matrix-react-sdk/pull/11831). Contributed by @kerryarchibald. + * Fix multi-tab session lock on Firefox not being cleared (https://github.com/matrix-org/matrix-react-sdk/pull/11800). Fixes #26165. Contributed by @ManuelHu. + * Deserialise spoilers back into slash command form (https://github.com/matrix-org/matrix-react-sdk/pull/11805). Fixes #26344. + * Fix Incorrect message scaling for verification request (https://github.com/matrix-org/matrix-react-sdk/pull/11793). Fixes #24304. Contributed by @capGoblin. + * Fix: Unable to restore a soft-logged-out session established via SSO (https://github.com/matrix-org/matrix-react-sdk/pull/11794). Fixes #25957. Contributed by @kerryarchibald. + * Use configurable github issue links more consistently (https://github.com/matrix-org/matrix-react-sdk/pull/11796). + * Fix io.element.late_event received_ts vs received_at (https://github.com/matrix-org/matrix-react-sdk/pull/11789). + * Make invitation dialog scrollable when infos are too long (https://github.com/matrix-org/matrix-react-sdk/pull/11753). Contributed by @nurjinjafar. + * Fix spoiler text-align (https://github.com/matrix-org/matrix-react-sdk/pull/11790). Contributed by @ajbura. + * Fix: Right panel keeps showing chat when unmaximizing widget. (https://github.com/matrix-org/matrix-react-sdk/pull/11697). Fixes #26265. Contributed by @manancodes. + * Fix margin of invite to room button (https://github.com/matrix-org/matrix-react-sdk/pull/11780). Fixes #26410. + * Update base64 import (https://github.com/matrix-org/matrix-react-sdk/pull/11784). + * Set max size for Element logo in search warning (https://github.com/matrix-org/matrix-react-sdk/pull/11779). Fixes #26408. + * Fix: emoji size in room header topic, remove obsolete emoji style (https://github.com/matrix-org/matrix-react-sdk/pull/11757). Fixes #26326. Contributed by @kerryarchibald. + * Fix: Bubble layout design is broken (https://github.com/matrix-org/matrix-react-sdk/pull/11763). Fixes #25818. Contributed by @manancodes. + ------------------------------------------------------------------- Thu Nov 2 10:44:14 UTC 2023 - Dominik Heidler diff --git a/element-web.spec b/element-web.spec index 1723c48..98b2b1a 100644 --- a/element-web.spec +++ b/element-web.spec @@ -17,7 +17,7 @@ Name: element-web -Version: 1.11.47 +Version: 1.11.48 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 7caac60..98b56c8 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:c5878d3c1ac0a0834430889444171737f6215c8d507e3ae3bb581ca27a43db81 -size 99199941 +oid sha256:e869a25995d7ecc5a8d06a824a2601fdeec4c875e0770f730b537970c8fb2fee +size 98053230 diff --git a/prepare.sh b/prepare.sh index afe7bca..61202a7 100644 --- a/prepare.sh +++ b/prepare.sh @@ -20,7 +20,7 @@ osc add element-web-*.tar.gz rm -rf "element-web-${version}" tar xzvf element-web-${version}.tar.gz cd element-web-${version} -changes=$(grep "^Changes in \[$last_packaged_version\]" -B10000 CHANGELOG.md | head -n -2 | sed -e '/^==*$/d' -e 's/Changes in \[\([^\[]*\)\].*/- Version \1/' -e 's/Changes in \[\([^\[]*\)\].*/- Version \1/' -e 's/^\([^-].*\)$/ \1/') +changes=$(grep "^Changes in \[$last_packaged_version\]" -B10000 CHANGELOG.md | head -n -2 | sed -e '/^==*$/d' -e 's/Changes in \[\([^\[]*\)\].*/- Version \1/' -e 's/Changes in \[\([^\[]*\)\].*/- Version \1/' -e 's/^\([^-].*\)$/ \1/' -e 's/\[.*\](\(.*\))/\1/g') echo 'yarn-offline-mirror "./npm-packages-offline-cache"' > .yarnrc yarn cache clean