pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/element-web



Module Name:    pkgsrc
Committed By:   js
Date:           Sat Dec 10 10:57:08 UTC 2022

Modified Files:
        pkgsrc/chat/element-web: Makefile PLIST distinfo

Log Message:
Update chat/element-web to 1.11.16

# Changes in [1.11.16](https://github.com/vector-im/element-web/releases/tag/v1.11.16) (2022-12-06)

## ✨ Features

-   Further improve replies ([\#6396](https://github.com/matrix-org/matrix-react-sdk/pull/6396)). Fixes #19074, #18194 #18027 and #19179.
-   Enable users to join group calls from multiple devices ([\#9625](https://github.com/matrix-org/matrix-react-sdk/pull/9625)).
-   fix(visual): make cursor a pointer for summaries ([\#9419](https://github.com/matrix-org/matrix-react-sdk/pull/9419)). Contributed by @r00ster91.
-   Add placeholder for rich text editor ([\#9613](https://github.com/matrix-org/matrix-react-sdk/pull/9613)).
-   Consolidate public room search experience ([\#9605](https://github.com/matrix-org/matrix-react-sdk/pull/9605)). Fixes #22846.
-   New password reset flow ([\#9581](https://github.com/matrix-org/matrix-react-sdk/pull/9581)). Fixes #23131.
-   Device manager - add tooltip to device details toggle ([\#9594](https://github.com/matrix-org/matrix-react-sdk/pull/9594)).
-   sliding sync: add lazy-loading member support ([\#9530](https://github.com/matrix-org/matrix-react-sdk/pull/9530)).
-   Limit formatting bar offset to top of composer ([\#9365](https://github.com/matrix-org/matrix-react-sdk/pull/9365)). Fixes #12359. Contributed by @owi92.

## 🐛 Bug Fixes

-   Fix issues around up arrow event edit shortcut ([\#9645](https://github.com/matrix-org/matrix-react-sdk/pull/9645)). Fixes #18497 and #18964.
-   Fix search not being cleared when clicking on a result ([\#9635](https://github.com/matrix-org/matrix-react-sdk/pull/9635)). Fixes #23845.
-   Fix screensharing in 1:1 calls ([\#9612](https://github.com/matrix-org/matrix-react-sdk/pull/9612)). Fixes #23808.
-   Fix the background color flashing when joining a call ([\#9640](https://github.com/matrix-org/matrix-react-sdk/pull/9640)).
-   Fix the size of the 'Private space' icon ([\#9638](https://github.com/matrix-org/matrix-react-sdk/pull/9638)).
-   Fix reply editing in rich text editor (https ([\#9615](https://github.com/matrix-org/matrix-react-sdk/pull/9615)).
-   Fix thread list jumping back down while scrolling ([\#9606](https://github.com/matrix-org/matrix-react-sdk/pull/9606)). Fixes #23727.
-   Fix regression with TimelinePanel props updates not taking effect ([\#9608](https://github.com/matrix-org/matrix-react-sdk/pull/9608)). Fixes #23794.
-   Fix form tooltip positioning ([\#9598](https://github.com/matrix-org/matrix-react-sdk/pull/9598)). Fixes #22861.
-   Extract Search handling from RoomView into its own Component ([\#9574](https://github.com/matrix-org/matrix-react-sdk/pull/9574)). Fixes #498.
-   Fix call splitbrains when switching between rooms ([\#9692](https://github.com/matrix-org/matrix-react-sdk/pull/9692)).
-   [Backport staging] Fix replies to emotes not showing as inline ([\#9708](https://github.com/matrix-org/matrix-react-sdk/pull/9708)).

# Changes in [1.11.15](https://github.com/vector-im/element-web/releases/tag/v1.11.15) (2022-11-22)

## ✨ Features

-   Make clear notifications work with threads ([\#9575](https://github.com/matrix-org/matrix-react-sdk/pull/9575)). Fixes #23751.
-   Change "None" to "Off" in notification options ([\#9539](https://github.com/matrix-org/matrix-react-sdk/pull/9539)). Contributed by @Arnei.
-   Advanced audio processing settings ([\#8759](https://github.com/matrix-org/matrix-react-sdk/pull/8759)). Fixes #6278. Contributed by @MrAnno.
-   Add way to create a user notice via config.json ([\#9559](https://github.com/matrix-org/matrix-react-sdk/pull/9559)).
-   Improve design of the rich text editor ([\#9533](https://github.com/matrix-org/matrix-react-sdk/pull/9533)). Contributed by @florianduros.
-   Enable user to zoom beyond image size ([\#5949](https://github.com/matrix-org/matrix-react-sdk/pull/5949)). Contributed by @jaiwanth-v.
-   Fix: Move "Leave Space" option to the bottom of space context menu ([\#9535](https://github.com/matrix-org/matrix-react-sdk/pull/9535)). Contributed by @hanadi92.

## 🐛 Bug Fixes

-   Make build scripts work on NixOS ([\#23740](https://github.com/vector-im/element-web/pull/23740)).
-   Fix integration manager `get_open_id_token` action and add E2E tests ([\#9520](https://github.com/matrix-org/matrix-react-sdk/pull/9520)).
-   Fix links being mangled by markdown processing ([\#9570](https://github.com/matrix-org/matrix-react-sdk/pull/9570)). Fixes #23743.
-   Fix: inline links selecting radio button ([\#9543](https://github.com/matrix-org/matrix-react-sdk/pull/9543)). Contributed by @hanadi92.
-   Fix wrong error message in registration when phone number threepid is in use. ([\#9571](https://github.com/matrix-org/matrix-react-sdk/pull/9571)). Contributed by @bagvand.
-   Fix missing avatar for show current profiles ([\#9563](https://github.com/matrix-org/matrix-react-sdk/pull/9563)). Fixes #23733.
-   Fix read receipts trickling down correctly ([\#9567](https://github.com/matrix-org/matrix-react-sdk/pull/9567)). Fixes #23746.
-   Resilience fix for homeserver without thread notification support ([\#9565](https://github.com/matrix-org/matrix-react-sdk/pull/9565)).
-   Don't switch to the home page needlessly after leaving a room ([\#9477](https://github.com/matrix-org/matrix-react-sdk/pull/9477)).
-   Differentiate download and decryption errors when showing images ([\#9562](https://github.com/matrix-org/matrix-react-sdk/pull/9562)). Fixes #3892.
-   Close context menu when a modal is opened to prevent user getting stuck ([\#9560](https://github.com/matrix-org/matrix-react-sdk/pull/9560)). Fixes #15610 and #10781.
-   Fix TimelineReset handling when no room associated ([\#9553](https://github.com/matrix-org/matrix-react-sdk/pull/9553)).
-   Always use current profile on thread events ([\#9524](https://github.com/matrix-org/matrix-react-sdk/pull/9524)). Fixes #23648.
-   Fix `ThreadView` tests not using thread flag ([\#9547](https://github.com/matrix-org/matrix-react-sdk/pull/9547)). Contributed by @MadLittleMods.
-   Handle deletion of `m.call` events ([\#9540](https://github.com/matrix-org/matrix-react-sdk/pull/9540)). Fixes #23663.
-   Fix incorrect notification count after leaving a room with notifications ([\#9518](https://github.com/matrix-org/matrix-react-sdk/pull/9518)). Contributed by @Arnei.

# Changes in [1.11.14](https://github.com/vector-im/element-web/releases/tag/v1.11.14) (2022-11-08)

## ✨ Features

-   Loading threads with server-side assistance ([\#9356](https://github.com/matrix-org/matrix-react-sdk/pull/9356)). Fixes #21807, #21799, #21911, #22141, #22157, #22641, #22501 #22438 and #21678. 
Contributed by @justjanne.
-   Make thread replies trigger a room list re-ordering ([\#9510](https://github.com/matrix-org/matrix-react-sdk/pull/9510)). Fixes #21700.
-   Device manager - add extra details to device security and renaming ([\#9501](https://github.com/matrix-org/matrix-react-sdk/pull/9501)). Contributed by @kerryarchibald.
-   Add plain text mode to the wysiwyg composer ([\#9503](https://github.com/matrix-org/matrix-react-sdk/pull/9503)). Contributed by @florianduros.
-   Sliding Sync: improve sort order, show subspace rooms, better tombstoned room handling ([\#9484](https://github.com/matrix-org/matrix-react-sdk/pull/9484)).
-   Device manager - add learn more popups to filtered sessions section ([\#9497](https://github.com/matrix-org/matrix-react-sdk/pull/9497)). Contributed by @kerryarchibald.
-   Show thread notification if thread timeline is closed ([\#9495](https://github.com/matrix-org/matrix-react-sdk/pull/9495)). Fixes #23589.
-   Add message editing to wysiwyg composer ([\#9488](https://github.com/matrix-org/matrix-react-sdk/pull/9488)). Contributed by @florianduros.
-   Device manager - confirm sign out of other sessions ([\#9487](https://github.com/matrix-org/matrix-react-sdk/pull/9487)). Contributed by @kerryarchibald.
-   Automatically request logs from other users in a call when submitting logs ([\#9492](https://github.com/matrix-org/matrix-react-sdk/pull/9492)).
-   Add thread notification with server assistance (MSC3773) ([\#9400](https://github.com/matrix-org/matrix-react-sdk/pull/9400)). Fixes #21114, #21413, #21416, #21433, #21481, #21798, #21823 #23192 
and #21765.
-   Support for login + E2EE set up with QR ([\#9403](https://github.com/matrix-org/matrix-react-sdk/pull/9403)). Contributed by @hughns.
-   Allow pressing Enter to send messages in new composer ([\#9451](https://github.com/matrix-org/matrix-react-sdk/pull/9451)). Contributed by @andybalaam.

## 🐛 Bug Fixes

-   Fix regressions around media uploads failing and causing soft crashes ([\#9549](https://github.com/matrix-org/matrix-react-sdk/pull/9549)). Fixes matrix-org/element-web-rageshakes#16831, 
matrix-org/element-web-rageshakes#16824 matrix-org/element-web-rageshakes#16810 and vector-im/element-web#23641.
-   Fix /myroomavatar slash command ([\#9536](https://github.com/matrix-org/matrix-react-sdk/pull/9536)). Fixes matrix-org/synapse#14321.
-   Fix config.json failing to load for Jitsi wrapper in non-root deployment ([\#23577](https://github.com/vector-im/element-web/pull/23577)).
-   Fix NotificationBadge unsent color ([\#9522](https://github.com/matrix-org/matrix-react-sdk/pull/9522)). Fixes #23646.
-   Fix room list sorted by recent on app startup ([\#9515](https://github.com/matrix-org/matrix-react-sdk/pull/9515)). Fixes #23635.
-   Reset custom power selector when blurred on empty ([\#9508](https://github.com/matrix-org/matrix-react-sdk/pull/9508)). Fixes #23481.
-   Reinstate timeline/redaction callbacks when updating notification state ([\#9494](https://github.com/matrix-org/matrix-react-sdk/pull/9494)). Fixes #23554.
-   Only render NotificationBadge when needed ([\#9493](https://github.com/matrix-org/matrix-react-sdk/pull/9493)). Fixes #23584.
-   Fix embedded Element Call screen sharing ([\#9485](https://github.com/matrix-org/matrix-react-sdk/pull/9485)). Fixes #23571.
-   Send Content-Type: application/json header for integration manager /register API ([\#9490](https://github.com/matrix-org/matrix-react-sdk/pull/9490)). Fixes #23580.
-   Fix joining calls without audio or video inputs ([\#9486](https://github.com/matrix-org/matrix-react-sdk/pull/9486)). Fixes #23511.
-   Ensure spaces in the spotlight dialog have rounded square avatars ([\#9480](https://github.com/matrix-org/matrix-react-sdk/pull/9480)). Fixes #23515.
-   Only show mini avatar uploader in room intro when no avatar yet exists ([\#9479](https://github.com/matrix-org/matrix-react-sdk/pull/9479)). Fixes #23552.
-   Fix threads fallback incorrectly targets root event ([\#9229](https://github.com/matrix-org/matrix-react-sdk/pull/9229)). Fixes #23147.
-   Align video call icon with banner text ([\#9460](https://github.com/matrix-org/matrix-react-sdk/pull/9460)).
-   Set relations helper when creating event tile context menu ([\#9253](https://github.com/matrix-org/matrix-react-sdk/pull/9253)). Fixes #22018.
-   Device manager - put client/browser device metadata in correct section ([\#9447](https://github.com/matrix-org/matrix-react-sdk/pull/9447)). Contributed by @kerryarchibald.
-   Update the room unread notification counter when the server changes the value without any related read receipt ([\#9438](https://github.com/matrix-org/matrix-react-sdk/pull/9438)).


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/chat/element-web/Makefile \
    pkgsrc/chat/element-web/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/chat/element-web/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/element-web/Makefile
diff -u pkgsrc/chat/element-web/Makefile:1.16 pkgsrc/chat/element-web/Makefile:1.17
--- pkgsrc/chat/element-web/Makefile:1.16       Sat Nov  5 10:58:32 2022
+++ pkgsrc/chat/element-web/Makefile    Sat Dec 10 10:57:08 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2022/11/05 10:58:32 js Exp $
+# $NetBSD: Makefile,v 1.17 2022/12/10 10:57:08 js Exp $
 
 DISTNAME=      element-v${PKGVERSION_NOREV}
-PKGNAME=       element-web-1.11.13
+PKGNAME=       element-web-1.11.16
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=vector-im/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
Index: pkgsrc/chat/element-web/PLIST
diff -u pkgsrc/chat/element-web/PLIST:1.16 pkgsrc/chat/element-web/PLIST:1.17
--- pkgsrc/chat/element-web/PLIST:1.16  Sat Nov  5 10:58:32 2022
+++ pkgsrc/chat/element-web/PLIST       Sat Dec 10 10:57:08 2022
@@ -1,101 +1,101 @@
-@comment $NetBSD: PLIST,v 1.16 2022/11/05 10:58:32 js Exp $
-share/element-web/136d2109e567fc9568b5.worker.js
-share/element-web/136d2109e567fc9568b5.worker.js.map
-share/element-web/5143770dc698a82a19e1.worker.js
-share/element-web/5143770dc698a82a19e1.worker.js.map
-share/element-web/bundles/d390d45e962452a8336b/0.js
-share/element-web/bundles/d390d45e962452a8336b/0.js.map
-share/element-web/bundles/d390d45e962452a8336b/1.js
-share/element-web/bundles/d390d45e962452a8336b/1.js.map
-share/element-web/bundles/d390d45e962452a8336b/2.js
-share/element-web/bundles/d390d45e962452a8336b/2.js.map
-share/element-web/bundles/d390d45e962452a8336b/28.js
-share/element-web/bundles/d390d45e962452a8336b/28.js.map
-share/element-web/bundles/d390d45e962452a8336b/29.js
-share/element-web/bundles/d390d45e962452a8336b/29.js.map
-share/element-web/bundles/d390d45e962452a8336b/3.js
-share/element-web/bundles/d390d45e962452a8336b/3.js.map
-share/element-web/bundles/d390d45e962452a8336b/30.js
-share/element-web/bundles/d390d45e962452a8336b/30.js.map
-share/element-web/bundles/d390d45e962452a8336b/31.js
-share/element-web/bundles/d390d45e962452a8336b/31.js.map
-share/element-web/bundles/d390d45e962452a8336b/32.js
-share/element-web/bundles/d390d45e962452a8336b/32.js.map
-share/element-web/bundles/d390d45e962452a8336b/33.js
-share/element-web/bundles/d390d45e962452a8336b/33.js.map
-share/element-web/bundles/d390d45e962452a8336b/34.js
-share/element-web/bundles/d390d45e962452a8336b/34.js.map
-share/element-web/bundles/d390d45e962452a8336b/35.js
-share/element-web/bundles/d390d45e962452a8336b/35.js.map
-share/element-web/bundles/d390d45e962452a8336b/4.js
-share/element-web/bundles/d390d45e962452a8336b/4.js.map
-share/element-web/bundles/d390d45e962452a8336b/5.js
-share/element-web/bundles/d390d45e962452a8336b/5.js.map
-share/element-web/bundles/d390d45e962452a8336b/6.js
-share/element-web/bundles/d390d45e962452a8336b/6.js.map
-share/element-web/bundles/d390d45e962452a8336b/7.js
-share/element-web/bundles/d390d45e962452a8336b/7.js.map
-share/element-web/bundles/d390d45e962452a8336b/8.js
-share/element-web/bundles/d390d45e962452a8336b/8.js.map
-share/element-web/bundles/d390d45e962452a8336b/9.js
-share/element-web/bundles/d390d45e962452a8336b/9.js.map
-share/element-web/bundles/d390d45e962452a8336b/bundle.css
-share/element-web/bundles/d390d45e962452a8336b/bundle.js
-share/element-web/bundles/d390d45e962452a8336b/bundle.js.LICENSE.txt
-share/element-web/bundles/d390d45e962452a8336b/bundle.js.map
-share/element-web/bundles/d390d45e962452a8336b/compatibility-view.css
-share/element-web/bundles/d390d45e962452a8336b/compatibility-view.js
-share/element-web/bundles/d390d45e962452a8336b/compatibility-view.js.map
-share/element-web/bundles/d390d45e962452a8336b/element-web-app.js
-share/element-web/bundles/d390d45e962452a8336b/element-web-app.js.map
-share/element-web/bundles/d390d45e962452a8336b/error-view.css
-share/element-web/bundles/d390d45e962452a8336b/error-view.js
-share/element-web/bundles/d390d45e962452a8336b/error-view.js.map
-share/element-web/bundles/d390d45e962452a8336b/init.js
-share/element-web/bundles/d390d45e962452a8336b/init.js.map
-share/element-web/bundles/d390d45e962452a8336b/jitsi.css
-share/element-web/bundles/d390d45e962452a8336b/jitsi.js
-share/element-web/bundles/d390d45e962452a8336b/jitsi.js.LICENSE.txt
-share/element-web/bundles/d390d45e962452a8336b/jitsi.js.map
-share/element-web/bundles/d390d45e962452a8336b/mobileguide.js
-share/element-web/bundles/d390d45e962452a8336b/mobileguide.js.map
-share/element-web/bundles/d390d45e962452a8336b/styles.js
-share/element-web/bundles/d390d45e962452a8336b/styles.js.map
-share/element-web/bundles/d390d45e962452a8336b/theme-dark-custom.css
-share/element-web/bundles/d390d45e962452a8336b/theme-dark-custom.js
-share/element-web/bundles/d390d45e962452a8336b/theme-dark-custom.js.map
-share/element-web/bundles/d390d45e962452a8336b/theme-dark.css
-share/element-web/bundles/d390d45e962452a8336b/theme-dark.js
-share/element-web/bundles/d390d45e962452a8336b/theme-dark.js.map
-share/element-web/bundles/d390d45e962452a8336b/theme-legacy-dark.css
-share/element-web/bundles/d390d45e962452a8336b/theme-legacy-dark.js
-share/element-web/bundles/d390d45e962452a8336b/theme-legacy-dark.js.map
-share/element-web/bundles/d390d45e962452a8336b/theme-legacy-light.css
-share/element-web/bundles/d390d45e962452a8336b/theme-legacy-light.js
-share/element-web/bundles/d390d45e962452a8336b/theme-legacy-light.js.map
-share/element-web/bundles/d390d45e962452a8336b/theme-light-custom.css
-share/element-web/bundles/d390d45e962452a8336b/theme-light-custom.js
-share/element-web/bundles/d390d45e962452a8336b/theme-light-custom.js.map
-share/element-web/bundles/d390d45e962452a8336b/theme-light-high-contrast.css
-share/element-web/bundles/d390d45e962452a8336b/theme-light-high-contrast.js
-share/element-web/bundles/d390d45e962452a8336b/theme-light-high-contrast.js.map
-share/element-web/bundles/d390d45e962452a8336b/theme-light.css
-share/element-web/bundles/d390d45e962452a8336b/theme-light.js
-share/element-web/bundles/d390d45e962452a8336b/theme-light.js.map
-share/element-web/bundles/d390d45e962452a8336b/usercontent.js
-share/element-web/bundles/d390d45e962452a8336b/usercontent.js.map
-share/element-web/bundles/d390d45e962452a8336b/vendors~element-web-app.js
-share/element-web/bundles/d390d45e962452a8336b/vendors~element-web-app.js.LICENSE.txt
-share/element-web/bundles/d390d45e962452a8336b/vendors~element-web-app.js.map
-share/element-web/bundles/d390d45e962452a8336b/vendors~init.js
-share/element-web/bundles/d390d45e962452a8336b/vendors~init.js.LICENSE.txt
-share/element-web/bundles/d390d45e962452a8336b/vendors~init.js.map
+@comment $NetBSD: PLIST,v 1.17 2022/12/10 10:57:08 js Exp $
+share/element-web/0eb45cba2c9fe4094df0.worker.js
+share/element-web/0eb45cba2c9fe4094df0.worker.js.map
+share/element-web/281df127b63d3e6c647d.worker.js
+share/element-web/281df127b63d3e6c647d.worker.js.map
+share/element-web/apple-app-site-association
+share/element-web/bundles/91088212bc241f36c0c9/0.js
+share/element-web/bundles/91088212bc241f36c0c9/0.js.map
+share/element-web/bundles/91088212bc241f36c0c9/1.js
+share/element-web/bundles/91088212bc241f36c0c9/1.js.map
+share/element-web/bundles/91088212bc241f36c0c9/2.js
+share/element-web/bundles/91088212bc241f36c0c9/2.js.map
+share/element-web/bundles/91088212bc241f36c0c9/28.js
+share/element-web/bundles/91088212bc241f36c0c9/28.js.map
+share/element-web/bundles/91088212bc241f36c0c9/29.js
+share/element-web/bundles/91088212bc241f36c0c9/29.js.map
+share/element-web/bundles/91088212bc241f36c0c9/3.js
+share/element-web/bundles/91088212bc241f36c0c9/3.js.map
+share/element-web/bundles/91088212bc241f36c0c9/30.js
+share/element-web/bundles/91088212bc241f36c0c9/30.js.map
+share/element-web/bundles/91088212bc241f36c0c9/31.js
+share/element-web/bundles/91088212bc241f36c0c9/31.js.map
+share/element-web/bundles/91088212bc241f36c0c9/32.js
+share/element-web/bundles/91088212bc241f36c0c9/32.js.map
+share/element-web/bundles/91088212bc241f36c0c9/33.js
+share/element-web/bundles/91088212bc241f36c0c9/33.js.map
+share/element-web/bundles/91088212bc241f36c0c9/34.js
+share/element-web/bundles/91088212bc241f36c0c9/34.js.map
+share/element-web/bundles/91088212bc241f36c0c9/35.js
+share/element-web/bundles/91088212bc241f36c0c9/35.js.map
+share/element-web/bundles/91088212bc241f36c0c9/4.js
+share/element-web/bundles/91088212bc241f36c0c9/4.js.map
+share/element-web/bundles/91088212bc241f36c0c9/5.js
+share/element-web/bundles/91088212bc241f36c0c9/5.js.map
+share/element-web/bundles/91088212bc241f36c0c9/6.js
+share/element-web/bundles/91088212bc241f36c0c9/6.js.map
+share/element-web/bundles/91088212bc241f36c0c9/7.js
+share/element-web/bundles/91088212bc241f36c0c9/7.js.map
+share/element-web/bundles/91088212bc241f36c0c9/8.js
+share/element-web/bundles/91088212bc241f36c0c9/8.js.map
+share/element-web/bundles/91088212bc241f36c0c9/9.js
+share/element-web/bundles/91088212bc241f36c0c9/9.js.map
+share/element-web/bundles/91088212bc241f36c0c9/bundle.css
+share/element-web/bundles/91088212bc241f36c0c9/bundle.js
+share/element-web/bundles/91088212bc241f36c0c9/bundle.js.LICENSE.txt
+share/element-web/bundles/91088212bc241f36c0c9/bundle.js.map
+share/element-web/bundles/91088212bc241f36c0c9/compatibility-view.css
+share/element-web/bundles/91088212bc241f36c0c9/compatibility-view.js
+share/element-web/bundles/91088212bc241f36c0c9/compatibility-view.js.map
+share/element-web/bundles/91088212bc241f36c0c9/element-web-app.js
+share/element-web/bundles/91088212bc241f36c0c9/element-web-app.js.map
+share/element-web/bundles/91088212bc241f36c0c9/error-view.css
+share/element-web/bundles/91088212bc241f36c0c9/error-view.js
+share/element-web/bundles/91088212bc241f36c0c9/error-view.js.map
+share/element-web/bundles/91088212bc241f36c0c9/init.js
+share/element-web/bundles/91088212bc241f36c0c9/init.js.map
+share/element-web/bundles/91088212bc241f36c0c9/jitsi.css
+share/element-web/bundles/91088212bc241f36c0c9/jitsi.js
+share/element-web/bundles/91088212bc241f36c0c9/jitsi.js.LICENSE.txt
+share/element-web/bundles/91088212bc241f36c0c9/jitsi.js.map
+share/element-web/bundles/91088212bc241f36c0c9/mobileguide.js
+share/element-web/bundles/91088212bc241f36c0c9/mobileguide.js.map
+share/element-web/bundles/91088212bc241f36c0c9/styles.js
+share/element-web/bundles/91088212bc241f36c0c9/styles.js.map
+share/element-web/bundles/91088212bc241f36c0c9/theme-dark-custom.css
+share/element-web/bundles/91088212bc241f36c0c9/theme-dark-custom.js
+share/element-web/bundles/91088212bc241f36c0c9/theme-dark-custom.js.map
+share/element-web/bundles/91088212bc241f36c0c9/theme-dark.css
+share/element-web/bundles/91088212bc241f36c0c9/theme-dark.js
+share/element-web/bundles/91088212bc241f36c0c9/theme-dark.js.map
+share/element-web/bundles/91088212bc241f36c0c9/theme-legacy-dark.css
+share/element-web/bundles/91088212bc241f36c0c9/theme-legacy-dark.js
+share/element-web/bundles/91088212bc241f36c0c9/theme-legacy-dark.js.map
+share/element-web/bundles/91088212bc241f36c0c9/theme-legacy-light.css
+share/element-web/bundles/91088212bc241f36c0c9/theme-legacy-light.js
+share/element-web/bundles/91088212bc241f36c0c9/theme-legacy-light.js.map
+share/element-web/bundles/91088212bc241f36c0c9/theme-light-custom.css
+share/element-web/bundles/91088212bc241f36c0c9/theme-light-custom.js
+share/element-web/bundles/91088212bc241f36c0c9/theme-light-custom.js.map
+share/element-web/bundles/91088212bc241f36c0c9/theme-light-high-contrast.css
+share/element-web/bundles/91088212bc241f36c0c9/theme-light-high-contrast.js
+share/element-web/bundles/91088212bc241f36c0c9/theme-light-high-contrast.js.map
+share/element-web/bundles/91088212bc241f36c0c9/theme-light.css
+share/element-web/bundles/91088212bc241f36c0c9/theme-light.js
+share/element-web/bundles/91088212bc241f36c0c9/theme-light.js.map
+share/element-web/bundles/91088212bc241f36c0c9/usercontent.js
+share/element-web/bundles/91088212bc241f36c0c9/usercontent.js.map
+share/element-web/bundles/91088212bc241f36c0c9/vendors~element-web-app.js
+share/element-web/bundles/91088212bc241f36c0c9/vendors~element-web-app.js.LICENSE.txt
+share/element-web/bundles/91088212bc241f36c0c9/vendors~element-web-app.js.map
+share/element-web/bundles/91088212bc241f36c0c9/vendors~init.js
+share/element-web/bundles/91088212bc241f36c0c9/vendors~init.js.LICENSE.txt
+share/element-web/bundles/91088212bc241f36c0c9/vendors~init.js.map
 share/element-web/config.sample.json
 share/element-web/contribute.json
 share/element-web/decoder-ring/datatypes.js
 share/element-web/decoder-ring/decoder.js
 share/element-web/decoder-ring/index.html
-share/element-web/decoderWorker.min.1325b88.wasm
 share/element-web/decoderWorker.min.wasm
 share/element-web/fonts/Inconsolata/QldKNThLqRwH-OJ1UHjlKGlX5qhExfHwNJU.2aafaa1.woff2
 share/element-web/fonts/Inconsolata/QldKNThLqRwH-OJ1UHjlKGlZ5qhExfHw.5476fd3.woff2
@@ -182,54 +182,54 @@ share/element-web/fonts/Nunito/Nunito-Re
 share/element-web/fonts/Nunito/Nunito-SemiBold.bca2d7f.ttf
 share/element-web/fonts/Twemoji_Mozilla/TwemojiMozilla-colr.59b896a.woff2
 share/element-web/fonts/Twemoji_Mozilla/TwemojiMozilla-sbix.cebcdf9.woff2
-share/element-web/i18n/bg.8cd4069.json
-share/element-web/i18n/ca.ac665d6.json
-share/element-web/i18n/cs.935eb20.json
-share/element-web/i18n/da.386558b.json
-share/element-web/i18n/de_DE.4f755ee.json
-share/element-web/i18n/el.0bd7e58.json
-share/element-web/i18n/en_EN.a56380e.json
-share/element-web/i18n/en_US.e302e6c.json
-share/element-web/i18n/eo.bfd50e4.json
-share/element-web/i18n/es.de16e93.json
-share/element-web/i18n/et.3d8aba0.json
-share/element-web/i18n/eu.8b1355a.json
-share/element-web/i18n/fi.6ce0df2.json
-share/element-web/i18n/fr.77378aa.json
-share/element-web/i18n/gl.e2668f3.json
-share/element-web/i18n/he.26fe783.json
-share/element-web/i18n/hi.c1cbe5c.json
-share/element-web/i18n/hu.161b607.json
-share/element-web/i18n/id.d84ab57.json
-share/element-web/i18n/is.25b1cf6.json
-share/element-web/i18n/it.c4206d2.json
-share/element-web/i18n/ja.e560073.json
-share/element-web/i18n/kab.ff72965.json
-share/element-web/i18n/ko.c16b8be.json
-share/element-web/i18n/languages.01f5cea.json
+share/element-web/i18n/bg.df40da4.json
+share/element-web/i18n/ca.93eafbe.json
+share/element-web/i18n/cs.a22655f.json
+share/element-web/i18n/da.7235c04.json
+share/element-web/i18n/de_DE.6807618.json
+share/element-web/i18n/el.a07d6c6.json
+share/element-web/i18n/en_EN.4b027ad.json
+share/element-web/i18n/en_US.058fce1.json
+share/element-web/i18n/eo.5feeb77.json
+share/element-web/i18n/es.3e6c184.json
+share/element-web/i18n/et.8be6abf.json
+share/element-web/i18n/eu.8f7dbe4.json
+share/element-web/i18n/fi.5b3c8d9.json
+share/element-web/i18n/fr.ae138e9.json
+share/element-web/i18n/gl.0800e38.json
+share/element-web/i18n/he.0456c10.json
+share/element-web/i18n/hi.71c5d50.json
+share/element-web/i18n/hu.a0bc8ee.json
+share/element-web/i18n/id.e41f333.json
+share/element-web/i18n/is.1357da6.json
+share/element-web/i18n/it.90b6082.json
+share/element-web/i18n/ja.2f396c1.json
+share/element-web/i18n/kab.209431f.json
+share/element-web/i18n/ko.6822723.json
+share/element-web/i18n/languages.7ef422d.json
 share/element-web/i18n/languages.json
-share/element-web/i18n/lo.116e433.json
-share/element-web/i18n/lt.d1dd6cc.json
-share/element-web/i18n/lv.61e2170.json
-share/element-web/i18n/nb_NO.b4c9369.json
-share/element-web/i18n/nl.e90d275.json
-share/element-web/i18n/nn.618ce3f.json
-share/element-web/i18n/pl.d7a2ee5.json
-share/element-web/i18n/pt.ab6e4bb.json
-share/element-web/i18n/pt_BR.84d1f4b.json
-share/element-web/i18n/ru.3422197.json
-share/element-web/i18n/sk.3008fc7.json
-share/element-web/i18n/sq.baadf77.json
-share/element-web/i18n/sr.f81d4f9.json
-share/element-web/i18n/sv.202278c.json
-share/element-web/i18n/te.2872000.json
-share/element-web/i18n/th.81fec4f.json
-share/element-web/i18n/tr.7719a05.json
-share/element-web/i18n/uk.587b257.json
-share/element-web/i18n/vi.594fb58.json
-share/element-web/i18n/vls.382384d.json
-share/element-web/i18n/zh_Hans.8e7507a.json
-share/element-web/i18n/zh_Hant.6dbdfc4.json
+share/element-web/i18n/lo.0fb7dc0.json
+share/element-web/i18n/lt.dd243e5.json
+share/element-web/i18n/lv.bcbea65.json
+share/element-web/i18n/nb_NO.9fe2dfc.json
+share/element-web/i18n/nl.0bbb0c3.json
+share/element-web/i18n/nn.9467f69.json
+share/element-web/i18n/pl.b840759.json
+share/element-web/i18n/pt.89126a6.json
+share/element-web/i18n/pt_BR.c6c4d44.json
+share/element-web/i18n/ru.43752c8.json
+share/element-web/i18n/sk.2e3bd9c.json
+share/element-web/i18n/sq.5808c02.json
+share/element-web/i18n/sr.a40c7e2.json
+share/element-web/i18n/sv.290b3ef.json
+share/element-web/i18n/te.ef9b41f.json
+share/element-web/i18n/th.3462781.json
+share/element-web/i18n/tr.2cb34a4.json
+share/element-web/i18n/uk.e978875.json
+share/element-web/i18n/vi.ce75c33.json
+share/element-web/i18n/vls.b9b4c2b.json
+share/element-web/i18n/zh_Hans.50bc8c6.json
+share/element-web/i18n/zh_Hant.84212e8.json
 share/element-web/img/badges/f-droid.3b5dd3c.svg
 share/element-web/img/badges/google-play.2d6e9c1.svg
 share/element-web/img/badges/ios.b047014.svg
@@ -247,7 +247,15 @@ share/element-web/img/e2e/verified.32d58
 share/element-web/img/e2e/warning-deprecated.78bb264.svg
 share/element-web/img/e2e/warning.bce3bca.svg
 share/element-web/img/element-desktop-logo.93fc5eb.svg
-share/element-web/img/element-icons/Stop.64ab1a9.svg
+share/element-web/img/element-icons/Back30s.e8583c6.svg
+share/element-web/img/element-icons/Checkbox.cf885a9.svg
+share/element-web/img/element-icons/Email-icon.678dfb2.svg
+share/element-web/img/element-icons/Forward30s.2401512.svg
+share/element-web/img/element-icons/Mic.a029a28.svg
+share/element-web/img/element-icons/Record.f8f69e7.svg
+share/element-web/img/element-icons/Stop.16174cb.svg
+share/element-web/img/element-icons/Timer.4a27ba0.svg
+share/element-web/img/element-icons/back.ddcfca8.svg
 share/element-web/img/element-icons/brands/apple.5160971.svg
 share/element-web/img/element-icons/brands/element.182040d.svg
 share/element-web/img/element-icons/brands/facebook.c3243cf.svg
@@ -278,6 +286,7 @@ share/element-web/img/element-icons/clou
 share/element-web/img/element-icons/collapse-message.f4e9ec6.svg
 share/element-web/img/element-icons/context-menu.17c9eb1.svg
 share/element-web/img/element-icons/copy.257901a.svg
+share/element-web/img/element-icons/devices.e09f635.svg
 share/element-web/img/element-icons/email-prompt.b304531.svg
 share/element-web/img/element-icons/expand-message.dc1bc60.svg
 share/element-web/img/element-icons/export.4a4f177.svg
@@ -291,9 +300,9 @@ share/element-web/img/element-icons/i.80
 share/element-web/img/element-icons/info.dc07e19.svg
 share/element-web/img/element-icons/leave.bb917e7.svg
 share/element-web/img/element-icons/link.6580e34.svg
-share/element-web/img/element-icons/live.2952257.svg
+share/element-web/img/element-icons/live.cbf350e.svg
 share/element-web/img/element-icons/location.5fdff84.svg
-share/element-web/img/element-icons/lock.1f264bd.svg
+share/element-web/img/element-icons/lock.15d3269.svg
 share/element-web/img/element-icons/maximise-expand.2c239ea.svg
 share/element-web/img/element-icons/message/chevron-up.90f4709.svg
 share/element-web/img/element-icons/message/fwd.d1f50ee.svg
@@ -302,19 +311,21 @@ share/element-web/img/element-icons/mess
 share/element-web/img/element-icons/minimise-collapse.a59edfc.svg
 share/element-web/img/element-icons/minus-button.cc9d06c.svg
 share/element-web/img/element-icons/notifications.d298b39.svg
-share/element-web/img/element-icons/pause.c4c0886.svg
-share/element-web/img/element-icons/play.a72552b.svg
+share/element-web/img/element-icons/pause.cfdf278.svg
+share/element-web/img/element-icons/play.2b19d8d.svg
 share/element-web/img/element-icons/plus-button.b9537f6.svg
 share/element-web/img/element-icons/plus.62cc275.svg
 share/element-web/img/element-icons/reduce.9917c69.svg
-share/element-web/img/element-icons/retry.af34a71.svg
+share/element-web/img/element-icons/retry.8aa6e15.svg
 share/element-web/img/element-icons/room/apps.5ee9f78.svg
 share/element-web/img/element-icons/room/composer/attach.359c84e.svg
 share/element-web/img/element-icons/room/composer/bold.0a1b9ef.svg
 share/element-web/img/element-icons/room/composer/emoji.52d7369.svg
 share/element-web/img/element-icons/room/composer/italic.d71de71.svg
 share/element-web/img/element-icons/room/composer/location.91f5613.svg
+share/element-web/img/element-icons/room/composer/plain_text.5614095.svg
 share/element-web/img/element-icons/room/composer/poll.fe8a265.svg
+share/element-web/img/element-icons/room/composer/rich_text.2365359.svg
 share/element-web/img/element-icons/room/composer/sticker.8dbe5ec.svg
 share/element-web/img/element-icons/room/composer/strikethrough.f80f2ce.svg
 share/element-web/img/element-icons/room/composer/underline.0a790ae.svg
@@ -434,7 +445,6 @@ share/element-web/img/format/strikethrou
 share/element-web/img/globe.de0b7d5.svg
 share/element-web/img/icon-email-pill-avatar.575ff20.svg
 share/element-web/img/icon-pill-remove.7719165.svg
-share/element-web/img/icon-return.cb24475.svg
 share/element-web/img/icons-close.11ff07c.svg
 share/element-web/img/icons-show-stickers.4e420bf.svg
 share/element-web/img/image-view/close.97d1731.svg
@@ -472,7 +482,7 @@ share/element-web/img/voip/call-view/cam
 share/element-web/img/voip/call-view/dialpad.76f693e.svg
 share/element-web/img/voip/call-view/hangup.ddd2375.svg
 share/element-web/img/voip/call-view/mic-off.9f7b143.svg
-share/element-web/img/voip/call-view/mic-on.42e5b4f.svg
+share/element-web/img/voip/call-view/mic-on.aa42ed5.svg
 share/element-web/img/voip/call-view/more.645220c.svg
 share/element-web/img/voip/call-view/screensharing.6633902.svg
 share/element-web/img/voip/call-view/sidebar-off.6aeab15.svg
@@ -509,8 +519,8 @@ share/element-web/olm.ed87e3f.wasm
 share/element-web/olm_legacy.js
 share/element-web/opus-decoderWorker.min.5ddc340.js
 share/element-web/opus-encoderWorker.min.aeff202.js
-share/element-web/recorder-worklet.0602ff4.js
-share/element-web/recorder-worklet.0602ff4.js.map
+share/element-web/recorder-worklet.674feaf.js
+share/element-web/recorder-worklet.674feaf.js.map
 share/element-web/static/incompatible-browser.html
 share/element-web/static/unable-to-load.html
 share/element-web/sw.js

Index: pkgsrc/chat/element-web/distinfo
diff -u pkgsrc/chat/element-web/distinfo:1.18 pkgsrc/chat/element-web/distinfo:1.19
--- pkgsrc/chat/element-web/distinfo:1.18       Sat Nov  5 10:58:32 2022
+++ pkgsrc/chat/element-web/distinfo    Sat Dec 10 10:57:08 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2022/11/05 10:58:32 js Exp $
+$NetBSD: distinfo,v 1.19 2022/12/10 10:57:08 js Exp $
 
-BLAKE2s (element-v1.11.13.tar.gz) = 85762b63dd0461c7189993a41671f16d16f4150913a27e435bed821118d141a5
-SHA512 (element-v1.11.13.tar.gz) = bc318441deebe1fcac9feae8275eaa2ca5339be5b8230b18b1e12dbb21c2263d13b86b586eaa0ffc0044c67eae6fa36c8aacf81acdcae20f70ae67f070dd4cf3
-Size (element-v1.11.13.tar.gz) = 19258346 bytes
+BLAKE2s (element-v1.11.16.tar.gz) = eca48074e9b6491399901094defbe1fb817414ff5591ba6aeff260562ac9c5f4
+SHA512 (element-v1.11.16.tar.gz) = f2ef074d1bc4e776817d64ca34861680f87172fe11f5778bd1891409cf06fb9b33621e6c3893b179ce4eed0f0f9c7569e036923c9d4b09d035b47036a79d7ae9
+Size (element-v1.11.16.tar.gz) = 19267850 bytes



Home | Main Index | Thread Index | Old Index