From 80a898fef61f0ddaf5b1977aa38485db9b0e3293 Mon Sep 17 00:00:00 2001 From: js Date: Sun, 29 Jan 2023 10:58:02 +0000 Subject: [PATCH] Update chat/element-web to 1.11.20 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes in [1.11.20](https://github.com/vector-im/element-web/releases/tag/v1.11.20) (2023-01-20) ================================================================================================= ## 🐛 Bug Fixes * (Part 2) of prevent crash on older browsers (replace .at() with array.length-1) Changes in [1.11.19](https://github.com/vector-im/element-web/releases/tag/v1.11.19) (2023-01-18) ================================================================================================= ## 🐛 Bug Fixes * fix crash on browsers that don't support `Array.at` ([\#9935](https://github.com/matrix-org/matrix-react-sdk/pull/9935)). Contributed by @andybalaam. Changes in [1.11.18](https://github.com/vector-im/element-web/releases/tag/v1.11.18) (2023-01-18) ================================================================================================= ## ✨ Features * Switch threads on for everyone ([\#9879](https://github.com/matrix-org/matrix-react-sdk/pull/9879)). * Make threads use new Unable to Decrypt UI ([\#9876](https://github.com/matrix-org/matrix-react-sdk/pull/9876)). Fixes #24060. * Add edit and remove actions to link in RTE [Labs] ([\#9864](https://github.com/matrix-org/matrix-react-sdk/pull/9864)). * Remove extensible events v1 experimental rendering ([\#9881](https://github.com/matrix-org/matrix-react-sdk/pull/9881)). * Make create poll dialog scale better (PSG-929) ([\#9873](https://github.com/matrix-org/matrix-react-sdk/pull/9873)). Fixes #21855. * Change RTE mode icons ([\#9861](https://github.com/matrix-org/matrix-react-sdk/pull/9861)). * Device manager - prune client information events after remote sign out ([\#9874](https://github.com/matrix-org/matrix-react-sdk/pull/9874)). * Check connection before starting broadcast ([\#9857](https://github.com/matrix-org/matrix-react-sdk/pull/9857)). * Enable sent receipt for poll start events (PSG-962) ([\#9870](https://github.com/matrix-org/matrix-react-sdk/pull/9870)). * Change clear notifications to have more readable copy ([\#9867](https://github.com/matrix-org/matrix-react-sdk/pull/9867)). * combine search results when the query is present in multiple successive messages ([\#9855](https://github.com/matrix-org/matrix-react-sdk/pull/9855)). Fixes #3977. Contributed by @grimhilt. * Disable bubbles for broadcasts ([\#9860](https://github.com/matrix-org/matrix-react-sdk/pull/9860)). Fixes #24140. * Enable reactions and replies for broadcasts ([\#9856](https://github.com/matrix-org/matrix-react-sdk/pull/9856)). Fixes #24042. * Improve switching between rich and plain editing modes ([\#9776](https://github.com/matrix-org/matrix-react-sdk/pull/9776)). * Redesign the picture-in-picture window ([\#9800](https://github.com/matrix-org/matrix-react-sdk/pull/9800)). Fixes #23980. * User on-boarding tasks now appear in a static order. ([\#9799](https://github.com/matrix-org/matrix-react-sdk/pull/9799)). Contributed by @GoodGuyMarco. * Device manager - contextual menus ([\#9832](https://github.com/matrix-org/matrix-react-sdk/pull/9832)). * If listening a non-live broadcast and changing the room, the broadcast will be paused ([\#9825](https://github.com/matrix-org/matrix-react-sdk/pull/9825)). Fixes #24078. * Consider own broadcasts from other device as a playback ([\#9821](https://github.com/matrix-org/matrix-react-sdk/pull/9821)). Fixes #24068. * Add link creation to rich text editor ([\#9775](https://github.com/matrix-org/matrix-react-sdk/pull/9775)). * Add mark as read option in room setting ([\#9798](https://github.com/matrix-org/matrix-react-sdk/pull/9798)). Fixes #24053. * Device manager - current device design and copy tweaks ([\#9801](https://github.com/matrix-org/matrix-react-sdk/pull/9801)). * Unify notifications panel event design ([\#9754](https://github.com/matrix-org/matrix-react-sdk/pull/9754)). * Add actions for integration manager to send and read certain events ([\#9740](https://github.com/matrix-org/matrix-react-sdk/pull/9740)). * Device manager - design tweaks ([\#9768](https://github.com/matrix-org/matrix-react-sdk/pull/9768)). * Change room list sorting to activity and unread first by default ([\#9773](https://github.com/matrix-org/matrix-react-sdk/pull/9773)). Fixes #24014. * Add a config flag to enable the rust crypto-sdk ([\#9759](https://github.com/matrix-org/matrix-react-sdk/pull/9759)). * Improve decryption error UI by consolidating error messages and providing instructions when possible ([\#9544](https://github.com/matrix-org/matrix-react-sdk/pull/9544)). Contributed by @duxovni. * Honor font settings in Element Call ([\#9751](https://github.com/matrix-org/matrix-react-sdk/pull/9751)). Fixes #23661. * Device manager - use deleteAccountData to prune device manager client information events ([\#9734](https://github.com/matrix-org/matrix-react-sdk/pull/9734)). ## 🐛 Bug Fixes * Display rooms & threads as unread (bold) if threads have unread messages. ([\#9763](https://github.com/matrix-org/matrix-react-sdk/pull/9763)). Fixes #23907. * Don't prefer STIXGeneral over the default font ([\#9711](https://github.com/matrix-org/matrix-react-sdk/pull/9711)). Fixes #23899. * Use the same avatar colour when creating 1:1 DM rooms ([\#9850](https://github.com/matrix-org/matrix-react-sdk/pull/9850)). Fixes #23476. * Fix space lock icon size ([\#9854](https://github.com/matrix-org/matrix-react-sdk/pull/9854)). Fixes #24128. * Make calls automatically disconnect if the widget disappears ([\#9862](https://github.com/matrix-org/matrix-react-sdk/pull/9862)). Fixes #23664. * Fix emoji in RTE editing ([\#9827](https://github.com/matrix-org/matrix-react-sdk/pull/9827)). * Fix export with attachments on formats txt and json ([\#9851](https://github.com/matrix-org/matrix-react-sdk/pull/9851)). Fixes #24130. Contributed by @grimhilt. * Fixed empty `Content-Type` for encrypted uploads ([\#9848](https://github.com/matrix-org/matrix-react-sdk/pull/9848)). Contributed by @K3das. * Fix sign-in instead link on password reset page ([\#9820](https://github.com/matrix-org/matrix-react-sdk/pull/9820)). Fixes #24087. * The seekbar now initially shows the current position ([\#9796](https://github.com/matrix-org/matrix-react-sdk/pull/9796)). Fixes #24051. * Fix: Editing a poll will silently change it to a closed poll ([\#9809](https://github.com/matrix-org/matrix-react-sdk/pull/9809)). Fixes #23176. * Make call tiles look less broken in the right panel ([\#9808](https://github.com/matrix-org/matrix-react-sdk/pull/9808)). Fixes #23716. * Prevent unnecessary m.direct updates ([\#9805](https://github.com/matrix-org/matrix-react-sdk/pull/9805)). Fixes #24059. * Fix checkForPreJoinUISI for thread roots ([\#9803](https://github.com/matrix-org/matrix-react-sdk/pull/9803)). Fixes #24054. * Snap in PiP widget when content changed ([\#9797](https://github.com/matrix-org/matrix-react-sdk/pull/9797)). Fixes #24050. * Load RTE components only when RTE labs is enabled ([\#9804](https://github.com/matrix-org/matrix-react-sdk/pull/9804)). * Ensure that events are correctly updated when they are edited. ([\#9789](https://github.com/matrix-org/matrix-react-sdk/pull/9789)). * When stopping a broadcast also stop the playback ([\#9795](https://github.com/matrix-org/matrix-react-sdk/pull/9795)). Fixes #24052. * Prevent to start two broadcasts at the same time ([\#9744](https://github.com/matrix-org/matrix-react-sdk/pull/9744)). Fixes #23973. * Correctly handle limited sync responses by resetting the thread timeline ([\#3056](https://github.com/matrix-org/matrix-js-sdk/pull/3056)). Fixes vector-im/element-web#23952. * Fix failure to start in firefox private browser ([\#3058](https://github.com/matrix-org/matrix-js-sdk/pull/3058)). Fixes vector-im/element-web#24216. --- chat/element-web/Makefile | 4 +- chat/element-web/PLIST | 309 +++++++++++++++++++------------------- chat/element-web/distinfo | 8 +- 3 files changed, 162 insertions(+), 159 deletions(-) diff --git a/chat/element-web/Makefile b/chat/element-web/Makefile index 58a34cbac52c..9aa8999d4166 100644 --- a/chat/element-web/Makefile +++ b/chat/element-web/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2023/01/13 22:31:03 js Exp $ +# $NetBSD: Makefile,v 1.19 2023/01/29 10:58:02 js Exp $ DISTNAME= element-v${PKGVERSION_NOREV} -PKGNAME= element-web-1.11.17 +PKGNAME= element-web-1.11.20 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_GITHUB:=vector-im/} GITHUB_RELEASE= v${PKGVERSION_NOREV} diff --git a/chat/element-web/PLIST b/chat/element-web/PLIST index e50bde001262..384557556665 100644 --- a/chat/element-web/PLIST +++ b/chat/element-web/PLIST @@ -1,104 +1,110 @@ -@comment $NetBSD: PLIST,v 1.18 2023/01/13 22:31:03 js Exp $ -share/element-web/88c96a6570e20d386387.worker.js -share/element-web/88c96a6570e20d386387.worker.js.map +@comment $NetBSD: PLIST,v 1.19 2023/01/29 10:58:02 js Exp $ +share/element-web/024e95935fbf27c619cb.worker.js +share/element-web/024e95935fbf27c619cb.worker.js.map share/element-web/apple-app-site-association -share/element-web/baede682f3fe30ff2bc2.worker.js -share/element-web/baede682f3fe30ff2bc2.worker.js.map -share/element-web/bundles/799c15368d34387db341/0.js -share/element-web/bundles/799c15368d34387db341/0.js.map -share/element-web/bundles/799c15368d34387db341/1.js -share/element-web/bundles/799c15368d34387db341/1.js.map -share/element-web/bundles/799c15368d34387db341/10.js -share/element-web/bundles/799c15368d34387db341/10.js.map -share/element-web/bundles/799c15368d34387db341/11.js -share/element-web/bundles/799c15368d34387db341/11.js.map -share/element-web/bundles/799c15368d34387db341/2.js -share/element-web/bundles/799c15368d34387db341/2.js.map -share/element-web/bundles/799c15368d34387db341/3.js -share/element-web/bundles/799c15368d34387db341/3.js.map -share/element-web/bundles/799c15368d34387db341/30.js -share/element-web/bundles/799c15368d34387db341/30.js.map -share/element-web/bundles/799c15368d34387db341/31.js -share/element-web/bundles/799c15368d34387db341/31.js.map -share/element-web/bundles/799c15368d34387db341/32.js -share/element-web/bundles/799c15368d34387db341/32.js.map -share/element-web/bundles/799c15368d34387db341/33.js -share/element-web/bundles/799c15368d34387db341/33.js.map -share/element-web/bundles/799c15368d34387db341/34.js -share/element-web/bundles/799c15368d34387db341/34.js.map -share/element-web/bundles/799c15368d34387db341/35.js -share/element-web/bundles/799c15368d34387db341/35.js.map -share/element-web/bundles/799c15368d34387db341/36.js -share/element-web/bundles/799c15368d34387db341/36.js.map -share/element-web/bundles/799c15368d34387db341/37.js -share/element-web/bundles/799c15368d34387db341/37.js.map -share/element-web/bundles/799c15368d34387db341/38.js -share/element-web/bundles/799c15368d34387db341/38.js.map -share/element-web/bundles/799c15368d34387db341/39.js -share/element-web/bundles/799c15368d34387db341/39.js.map -share/element-web/bundles/799c15368d34387db341/4.js -share/element-web/bundles/799c15368d34387db341/4.js.map -share/element-web/bundles/799c15368d34387db341/5.js -share/element-web/bundles/799c15368d34387db341/5.js.map -share/element-web/bundles/799c15368d34387db341/6.js -share/element-web/bundles/799c15368d34387db341/6.js.map -share/element-web/bundles/799c15368d34387db341/7.js -share/element-web/bundles/799c15368d34387db341/7.js.map -share/element-web/bundles/799c15368d34387db341/8.js -share/element-web/bundles/799c15368d34387db341/8.js.map -share/element-web/bundles/799c15368d34387db341/9.js -share/element-web/bundles/799c15368d34387db341/9.js.map -share/element-web/bundles/799c15368d34387db341/bundle.css -share/element-web/bundles/799c15368d34387db341/bundle.js -share/element-web/bundles/799c15368d34387db341/bundle.js.LICENSE.txt -share/element-web/bundles/799c15368d34387db341/bundle.js.map -share/element-web/bundles/799c15368d34387db341/compatibility-view.css -share/element-web/bundles/799c15368d34387db341/compatibility-view.js -share/element-web/bundles/799c15368d34387db341/compatibility-view.js.map -share/element-web/bundles/799c15368d34387db341/element-web-app.js -share/element-web/bundles/799c15368d34387db341/element-web-app.js.map -share/element-web/bundles/799c15368d34387db341/error-view.css -share/element-web/bundles/799c15368d34387db341/error-view.js -share/element-web/bundles/799c15368d34387db341/error-view.js.map -share/element-web/bundles/799c15368d34387db341/init.js -share/element-web/bundles/799c15368d34387db341/init.js.map -share/element-web/bundles/799c15368d34387db341/jitsi.css -share/element-web/bundles/799c15368d34387db341/jitsi.js -share/element-web/bundles/799c15368d34387db341/jitsi.js.LICENSE.txt -share/element-web/bundles/799c15368d34387db341/jitsi.js.map -share/element-web/bundles/799c15368d34387db341/mobileguide.js -share/element-web/bundles/799c15368d34387db341/mobileguide.js.map -share/element-web/bundles/799c15368d34387db341/styles.js -share/element-web/bundles/799c15368d34387db341/styles.js.map -share/element-web/bundles/799c15368d34387db341/theme-dark-custom.css -share/element-web/bundles/799c15368d34387db341/theme-dark-custom.js -share/element-web/bundles/799c15368d34387db341/theme-dark-custom.js.map -share/element-web/bundles/799c15368d34387db341/theme-dark.css -share/element-web/bundles/799c15368d34387db341/theme-dark.js -share/element-web/bundles/799c15368d34387db341/theme-dark.js.map -share/element-web/bundles/799c15368d34387db341/theme-legacy-dark.css -share/element-web/bundles/799c15368d34387db341/theme-legacy-dark.js -share/element-web/bundles/799c15368d34387db341/theme-legacy-dark.js.map -share/element-web/bundles/799c15368d34387db341/theme-legacy-light.css -share/element-web/bundles/799c15368d34387db341/theme-legacy-light.js -share/element-web/bundles/799c15368d34387db341/theme-legacy-light.js.map -share/element-web/bundles/799c15368d34387db341/theme-light-custom.css -share/element-web/bundles/799c15368d34387db341/theme-light-custom.js -share/element-web/bundles/799c15368d34387db341/theme-light-custom.js.map -share/element-web/bundles/799c15368d34387db341/theme-light-high-contrast.css -share/element-web/bundles/799c15368d34387db341/theme-light-high-contrast.js -share/element-web/bundles/799c15368d34387db341/theme-light-high-contrast.js.map -share/element-web/bundles/799c15368d34387db341/theme-light.css -share/element-web/bundles/799c15368d34387db341/theme-light.js -share/element-web/bundles/799c15368d34387db341/theme-light.js.map -share/element-web/bundles/799c15368d34387db341/usercontent.js -share/element-web/bundles/799c15368d34387db341/usercontent.js.map -share/element-web/bundles/799c15368d34387db341/vendors~element-web-app.js -share/element-web/bundles/799c15368d34387db341/vendors~element-web-app.js.LICENSE.txt -share/element-web/bundles/799c15368d34387db341/vendors~element-web-app.js.map -share/element-web/bundles/799c15368d34387db341/vendors~init.js -share/element-web/bundles/799c15368d34387db341/vendors~init.js.LICENSE.txt -share/element-web/bundles/799c15368d34387db341/vendors~init.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/0.js +share/element-web/bundles/f951c5491b9e2e16e4eb/0.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/1.js +share/element-web/bundles/f951c5491b9e2e16e4eb/1.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/10.js +share/element-web/bundles/f951c5491b9e2e16e4eb/10.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/11.js +share/element-web/bundles/f951c5491b9e2e16e4eb/11.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/12.js +share/element-web/bundles/f951c5491b9e2e16e4eb/12.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/2.js +share/element-web/bundles/f951c5491b9e2e16e4eb/2.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/3.js +share/element-web/bundles/f951c5491b9e2e16e4eb/3.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/31.js +share/element-web/bundles/f951c5491b9e2e16e4eb/31.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/32.js +share/element-web/bundles/f951c5491b9e2e16e4eb/32.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/33.js +share/element-web/bundles/f951c5491b9e2e16e4eb/33.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/34.js +share/element-web/bundles/f951c5491b9e2e16e4eb/34.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/35.js +share/element-web/bundles/f951c5491b9e2e16e4eb/35.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/36.js +share/element-web/bundles/f951c5491b9e2e16e4eb/36.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/37.js +share/element-web/bundles/f951c5491b9e2e16e4eb/37.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/38.js +share/element-web/bundles/f951c5491b9e2e16e4eb/38.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/39.js +share/element-web/bundles/f951c5491b9e2e16e4eb/39.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/4.js +share/element-web/bundles/f951c5491b9e2e16e4eb/4.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/40.js +share/element-web/bundles/f951c5491b9e2e16e4eb/40.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/41.js +share/element-web/bundles/f951c5491b9e2e16e4eb/41.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/42.js +share/element-web/bundles/f951c5491b9e2e16e4eb/42.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/5.js +share/element-web/bundles/f951c5491b9e2e16e4eb/5.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/6.js +share/element-web/bundles/f951c5491b9e2e16e4eb/6.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/7.js +share/element-web/bundles/f951c5491b9e2e16e4eb/7.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/8.js +share/element-web/bundles/f951c5491b9e2e16e4eb/8.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/9.js +share/element-web/bundles/f951c5491b9e2e16e4eb/9.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/bundle.css +share/element-web/bundles/f951c5491b9e2e16e4eb/bundle.js +share/element-web/bundles/f951c5491b9e2e16e4eb/bundle.js.LICENSE.txt +share/element-web/bundles/f951c5491b9e2e16e4eb/bundle.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/compatibility-view.css +share/element-web/bundles/f951c5491b9e2e16e4eb/compatibility-view.js +share/element-web/bundles/f951c5491b9e2e16e4eb/compatibility-view.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/element-web-app.js +share/element-web/bundles/f951c5491b9e2e16e4eb/element-web-app.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/error-view.css +share/element-web/bundles/f951c5491b9e2e16e4eb/error-view.js +share/element-web/bundles/f951c5491b9e2e16e4eb/error-view.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/init.js +share/element-web/bundles/f951c5491b9e2e16e4eb/init.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/jitsi.css +share/element-web/bundles/f951c5491b9e2e16e4eb/jitsi.js +share/element-web/bundles/f951c5491b9e2e16e4eb/jitsi.js.LICENSE.txt +share/element-web/bundles/f951c5491b9e2e16e4eb/jitsi.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/mobileguide.js +share/element-web/bundles/f951c5491b9e2e16e4eb/mobileguide.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/styles.js +share/element-web/bundles/f951c5491b9e2e16e4eb/styles.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/theme-dark-custom.css +share/element-web/bundles/f951c5491b9e2e16e4eb/theme-dark-custom.js +share/element-web/bundles/f951c5491b9e2e16e4eb/theme-dark-custom.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/theme-dark.css +share/element-web/bundles/f951c5491b9e2e16e4eb/theme-dark.js +share/element-web/bundles/f951c5491b9e2e16e4eb/theme-dark.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/theme-legacy-dark.css +share/element-web/bundles/f951c5491b9e2e16e4eb/theme-legacy-dark.js +share/element-web/bundles/f951c5491b9e2e16e4eb/theme-legacy-dark.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/theme-legacy-light.css +share/element-web/bundles/f951c5491b9e2e16e4eb/theme-legacy-light.js +share/element-web/bundles/f951c5491b9e2e16e4eb/theme-legacy-light.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/theme-light-custom.css +share/element-web/bundles/f951c5491b9e2e16e4eb/theme-light-custom.js +share/element-web/bundles/f951c5491b9e2e16e4eb/theme-light-custom.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/theme-light-high-contrast.css +share/element-web/bundles/f951c5491b9e2e16e4eb/theme-light-high-contrast.js +share/element-web/bundles/f951c5491b9e2e16e4eb/theme-light-high-contrast.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/theme-light.css +share/element-web/bundles/f951c5491b9e2e16e4eb/theme-light.js +share/element-web/bundles/f951c5491b9e2e16e4eb/theme-light.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/usercontent.js +share/element-web/bundles/f951c5491b9e2e16e4eb/usercontent.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/vendors~element-web-app.js +share/element-web/bundles/f951c5491b9e2e16e4eb/vendors~element-web-app.js.LICENSE.txt +share/element-web/bundles/f951c5491b9e2e16e4eb/vendors~element-web-app.js.map +share/element-web/bundles/f951c5491b9e2e16e4eb/vendors~init.js +share/element-web/bundles/f951c5491b9e2e16e4eb/vendors~init.js.LICENSE.txt +share/element-web/bundles/f951c5491b9e2e16e4eb/vendors~init.js.map +share/element-web/c974eb6da43786df6acd.worker.js +share/element-web/c974eb6da43786df6acd.worker.js.map share/element-web/config.sample.json share/element-web/contribute.json share/element-web/decoder-ring/datatypes.js @@ -190,54 +196,54 @@ share/element-web/fonts/Nunito/Nunito-Regular.d3e2991.ttf share/element-web/fonts/Nunito/Nunito-SemiBold.58f5995.ttf share/element-web/fonts/Twemoji_Mozilla/TwemojiMozilla-colr.9ab8739.woff2 share/element-web/fonts/Twemoji_Mozilla/TwemojiMozilla-sbix.8db8873.woff2 -share/element-web/i18n/bg.ccf6e4b.json +share/element-web/i18n/bg.7474932.json share/element-web/i18n/ca.a4a2781.json -share/element-web/i18n/cs.b48104f.json +share/element-web/i18n/cs.6d914f2.json share/element-web/i18n/da.ef81514.json -share/element-web/i18n/de_DE.7680010.json -share/element-web/i18n/el.b8c1237.json -share/element-web/i18n/en_EN.e2693a2.json +share/element-web/i18n/de_DE.2d61c3e.json +share/element-web/i18n/el.6d3abdb.json +share/element-web/i18n/en_EN.a8592c0.json share/element-web/i18n/en_US.a776f33.json -share/element-web/i18n/eo.01d40fb.json -share/element-web/i18n/es.500a11e.json -share/element-web/i18n/et.ffef41e.json -share/element-web/i18n/eu.d77bd4b.json -share/element-web/i18n/fi.ebab868.json -share/element-web/i18n/fr.49d3c3d.json -share/element-web/i18n/gl.052bc0f.json -share/element-web/i18n/he.fd6cc55.json -share/element-web/i18n/hi.1210666.json -share/element-web/i18n/hu.b1b0ddb.json -share/element-web/i18n/id.6a3063f.json -share/element-web/i18n/is.6c7a61f.json -share/element-web/i18n/it.91ab13b.json -share/element-web/i18n/ja.5bd24a9.json -share/element-web/i18n/kab.f619ad9.json -share/element-web/i18n/ko.70833c8.json -share/element-web/i18n/languages.7fc4e15.json +share/element-web/i18n/eo.ea619d2.json +share/element-web/i18n/es.e3a337f.json +share/element-web/i18n/et.d53bbeb.json +share/element-web/i18n/eu.7cfa5f5.json +share/element-web/i18n/fi.d6d7092.json +share/element-web/i18n/fr.ccb540f.json +share/element-web/i18n/gl.d489684.json +share/element-web/i18n/he.8b09017.json +share/element-web/i18n/hi.99b0222.json +share/element-web/i18n/hu.3ea4a33.json +share/element-web/i18n/id.4caec89.json +share/element-web/i18n/is.73ef9d8.json +share/element-web/i18n/it.778a4ea.json +share/element-web/i18n/ja.71c2da7.json +share/element-web/i18n/kab.5e5290f.json +share/element-web/i18n/ko.263b1e7.json +share/element-web/i18n/languages.eaa723d.json share/element-web/i18n/languages.json -share/element-web/i18n/lo.19c8dc9.json -share/element-web/i18n/lt.4fcbeee.json -share/element-web/i18n/lv.308a8e9.json -share/element-web/i18n/nb_NO.2967060.json -share/element-web/i18n/nl.e71c5ef.json -share/element-web/i18n/nn.1b13697.json -share/element-web/i18n/pl.1923e73.json +share/element-web/i18n/lo.49d8342.json +share/element-web/i18n/lt.dc6aebb.json +share/element-web/i18n/lv.3e36d85.json +share/element-web/i18n/nb_NO.21021c2.json +share/element-web/i18n/nl.3180d80.json +share/element-web/i18n/nn.88fc8b7.json +share/element-web/i18n/pl.027cd73.json share/element-web/i18n/pt.c27ae68.json -share/element-web/i18n/pt_BR.7ce8490.json -share/element-web/i18n/ru.8b518ef.json -share/element-web/i18n/sk.14abf19.json -share/element-web/i18n/sq.49543a7.json -share/element-web/i18n/sr.cef48b2.json -share/element-web/i18n/sv.7d43b55.json +share/element-web/i18n/pt_BR.ba1bfbe.json +share/element-web/i18n/ru.4860a7f.json +share/element-web/i18n/sk.ebbaa63.json +share/element-web/i18n/sq.9f7bfdd.json +share/element-web/i18n/sr.6ec2763.json +share/element-web/i18n/sv.b2e45e7.json share/element-web/i18n/te.23c7207.json -share/element-web/i18n/th.e9b1153.json -share/element-web/i18n/tr.578218e.json -share/element-web/i18n/uk.e9785f5.json -share/element-web/i18n/vi.cf4f7c2.json -share/element-web/i18n/vls.8ec0687.json -share/element-web/i18n/zh_Hans.f89a96b.json -share/element-web/i18n/zh_Hant.4629592.json +share/element-web/i18n/th.c7818d9.json +share/element-web/i18n/tr.4fbc995.json +share/element-web/i18n/uk.fb03aea.json +share/element-web/i18n/vi.3b2eacc.json +share/element-web/i18n/vls.b6034c9.json +share/element-web/i18n/zh_Hans.51b7c7d.json +share/element-web/i18n/zh_Hant.2f9e9e6.json share/element-web/img/badges/f-droid.0717e4d.svg share/element-web/img/badges/google-play.3b1e23c.svg share/element-web/img/badges/ios.adce813.svg @@ -246,6 +252,7 @@ share/element-web/img/cancel-small.599ba74.svg share/element-web/img/cancel.f8ee58c.svg share/element-web/img/compound/chevron-right-12px.bc5b8f9.svg share/element-web/img/download.8869916.svg +share/element-web/img/e2e/decryption-failure.d4a03e3.svg share/element-web/img/e2e/disabled.f4aedf2.svg share/element-web/img/e2e/lock-warning-filled.655a613.svg share/element-web/img/e2e/normal.ab42a7b.svg @@ -258,7 +265,7 @@ share/element-web/img/element-icons/Back30s.2b40bad.svg share/element-web/img/element-icons/Checkbox.2617b49.svg share/element-web/img/element-icons/Email-icon.ef33129.svg share/element-web/img/element-icons/Forward30s.dc16bd7.svg -share/element-web/img/element-icons/Mic.cf0a544.svg +share/element-web/img/element-icons/Mic-off.0f5d334.svg share/element-web/img/element-icons/Record.773424c.svg share/element-web/img/element-icons/Stop.ac8d6cb.svg share/element-web/img/element-icons/Timer.dd78cdd.svg @@ -275,9 +282,9 @@ share/element-web/img/element-icons/call/dialpad.b652586.svg share/element-web/img/element-icons/call/expand.b085a84.svg share/element-web/img/element-icons/call/freedom.3785dd5.svg share/element-web/img/element-icons/call/fullscreen.3baa8a5.svg -share/element-web/img/element-icons/call/hangup.4fa8031.svg +share/element-web/img/element-icons/call/hangup.a9876fc.svg share/element-web/img/element-icons/call/spotlight.7864fc7.svg -share/element-web/img/element-icons/call/video-call.cc351de.svg +share/element-web/img/element-icons/call/video-call.515f9f9.svg share/element-web/img/element-icons/call/voice-call.85002aa.svg share/element-web/img/element-icons/camera.d1d1927.svg share/element-web/img/element-icons/cancel-rounded.ede6a2d.svg @@ -315,6 +322,7 @@ share/element-web/img/element-icons/message/chevron-up.0f9ac6f.svg share/element-web/img/element-icons/message/fwd.5170eae.svg share/element-web/img/element-icons/message/overflow-large.f3afed8.svg share/element-web/img/element-icons/message/thread.d1987ec.svg +share/element-web/img/element-icons/mic.cf0a544.svg share/element-web/img/element-icons/minimise-collapse.a17212b.svg share/element-web/img/element-icons/minus-button.69204a0.svg share/element-web/img/element-icons/notifications.988ddb0.svg @@ -330,8 +338,9 @@ share/element-web/img/element-icons/room/composer/bold.a6dcbab.svg share/element-web/img/element-icons/room/composer/emoji.d7b1970.svg share/element-web/img/element-icons/room/composer/inline_code.953b588.svg share/element-web/img/element-icons/room/composer/italic.4fe93ab.svg +share/element-web/img/element-icons/room/composer/link.aeb613c.svg share/element-web/img/element-icons/room/composer/location.d0dc71f.svg -share/element-web/img/element-icons/room/composer/plain_text.db61eac.svg +share/element-web/img/element-icons/room/composer/plain_text.ad262e9.svg share/element-web/img/element-icons/room/composer/poll.39d51c8.svg share/element-web/img/element-icons/room/composer/rich_text.a74f6cc.svg share/element-web/img/element-icons/room/composer/sticker.6a92ae6.svg @@ -377,6 +386,7 @@ share/element-web/img/element-icons/roomlist/hash-search.53e3a04.svg share/element-web/img/element-icons/roomlist/hash-video.0d44220.svg share/element-web/img/element-icons/roomlist/hash.9de9cf7.svg share/element-web/img/element-icons/roomlist/low-priority.d46a05a.svg +share/element-web/img/element-icons/roomlist/mark-as-read.273067d.svg share/element-web/img/element-icons/roomlist/member-plus.705de31.svg share/element-web/img/element-icons/roomlist/notifications-default.63a2b44.svg share/element-web/img/element-icons/roomlist/notifications-dm.6739542.svg @@ -488,18 +498,11 @@ share/element-web/img/user-onboarding/WorkMessaging.2643669.png share/element-web/img/voip/call-view/cam-off.a099e25.svg share/element-web/img/voip/call-view/cam-on.b011f60.svg share/element-web/img/voip/call-view/dialpad.44caf66.svg -share/element-web/img/voip/call-view/hangup.a1a33b1.svg -share/element-web/img/voip/call-view/mic-off.5656d72.svg -share/element-web/img/voip/call-view/mic-on.038a14c.svg share/element-web/img/voip/call-view/more.33bfe39.svg share/element-web/img/voip/call-view/screensharing.5c2d592.svg share/element-web/img/voip/call-view/sidebar-off.9164266.svg share/element-web/img/voip/call-view/sidebar-on.c8ce983.svg share/element-web/img/voip/declined-video.6800c36.svg -share/element-web/img/voip/declined-voice.eb12e29.svg -share/element-web/img/voip/mic-muted.b808cb0.svg -share/element-web/img/voip/mic-on-mask.d6fee11.svg -share/element-web/img/voip/mic-unmuted.bfca80e.svg share/element-web/img/voip/missed-video.c6ff632.svg share/element-web/img/voip/missed-voice.8a2b762.svg share/element-web/img/voip/paused.b00e0b4.svg diff --git a/chat/element-web/distinfo b/chat/element-web/distinfo index 70ba6cf36bda..fa603c4189ed 100644 --- a/chat/element-web/distinfo +++ b/chat/element-web/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2023/01/13 22:31:03 js Exp $ +$NetBSD: distinfo,v 1.21 2023/01/29 10:58:02 js Exp $ -BLAKE2s (element-v1.11.17.tar.gz) = 4abc8b68fcc1cb044b3d23a8e81879b484fee48cb7f617300cd44884f5de1be4 -SHA512 (element-v1.11.17.tar.gz) = e7ebfc873b0e20e1837357f0ba50c3bf42fdbba90a8a974cd7f986030c53d918918cc88b3519fbc2338794d42d3a88bb536e26fd814f344b5bc0ca933204e9f1 -Size (element-v1.11.17.tar.gz) = 19226905 bytes +BLAKE2s (element-v1.11.20.tar.gz) = b87fae795640093910f06b6cdbbf48525bc98cb5b08b4538400ae534435ba1c6 +SHA512 (element-v1.11.20.tar.gz) = a4dd540fecaf44447a202191febdeaba8931f75ce45bdb83bbfbb00ae3b5f9c4c007b6beb86ca572e272bc9630832b3119d848afb8dc56430cfb67fd89db0567 +Size (element-v1.11.20.tar.gz) = 21051550 bytes