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 Jul  6 11:37:23 UTC 2024

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

Log Message:
Update devel/element-web to 1.11.69

Changes in [1.11.69](https://github.com/element-hq/element-web/releases/tag/v1.11.69) (2024-06-18)
==================================================================================================
## ✨ Features

* Change avatar setting component to use a menu ([#12585](https://github.com/matrix-org/matrix-react-sdk/pull/12585)). Contributed by @dbkr.
* New user profile UI in User Settings ([#12548](https://github.com/matrix-org/matrix-react-sdk/pull/12548)). Contributed by @dbkr.
* MSC4108 support OIDC QR code login ([#12370](https://github.com/matrix-org/matrix-react-sdk/pull/12370)). Contributed by @t3chguy.

## 🐛 Bug Fixes

* Fix image upload preview size ([#12612](https://github.com/matrix-org/matrix-react-sdk/pull/12612)). Contributed by @RiotRobot.
* Fix screen sharing in recent Chrome (https://github.com/matrix-org/matrix-js-sdk/pull/4243).
* Fix roving tab index crash `compareDocumentPosition` ([#12594](https://github.com/matrix-org/matrix-react-sdk/pull/12594)). Contributed by @t3chguy.
* Keep dialog glass border on narrow screens ([#12591](https://github.com/matrix-org/matrix-react-sdk/pull/12591)). Contributed by @dbkr.
* Add missing a11y label to dismiss onboarding button in room list ([#12587](https://github.com/matrix-org/matrix-react-sdk/pull/12587)). Contributed by @t3chguy.
* Add hover / active state on avatar setting upload button ([#12590](https://github.com/matrix-org/matrix-react-sdk/pull/12590)). Contributed by @dbkr.
* Fix EditInPlace button styles ([#12589](https://github.com/matrix-org/matrix-react-sdk/pull/12589)). Contributed by @dbkr.
* Fix incorrect assumptions about required fields in /search response ([#12575](https://github.com/matrix-org/matrix-react-sdk/pull/12575)). Contributed by @t3chguy.
* Fix display of no avatar in avatar setting controls ([#12558](https://github.com/matrix-org/matrix-react-sdk/pull/12558)). Contributed by @dbkr.
* Element-R: pass pickleKey in as raw key for indexeddb encryption ([#12543](https://github.com/matrix-org/matrix-react-sdk/pull/12543)). Contributed by @richvdh.

Changes in [1.11.68](https://github.com/element-hq/element-web/releases/tag/v1.11.68) (2024-06-04)
==================================================================================================
## ✨ Features

* Tooltip: Improve accessibility for  context menus ([#12462](https://github.com/matrix-org/matrix-react-sdk/pull/12462)). Contributed by @florianduros.
* Tooltip: Improve accessibility of space panel ([#12525](https://github.com/matrix-org/matrix-react-sdk/pull/12525)). Contributed by @florianduros.

## 🐛 Bug Fixes

* Close the release announcement when a dialog is opened ([#12559](https://github.com/matrix-org/matrix-react-sdk/pull/12559)). Contributed by @florianduros.
* Tooltip: close field tooltip when ESC is pressed ([#12553](https://github.com/matrix-org/matrix-react-sdk/pull/12553)). Contributed by @florianduros.
* Fix tabbedview breakpoint width ([#12556](https://github.com/matrix-org/matrix-react-sdk/pull/12556)). Contributed by @dbkr.
* Fix E2E icon display in room header ([#12545](https://github.com/matrix-org/matrix-react-sdk/pull/12545)). Contributed by @florianduros.
* Tooltip: Improve placement for space settings ([#12541](https://github.com/matrix-org/matrix-react-sdk/pull/12541)). Contributed by @florianduros.
* Fix deformed avatar in a call in a narrow timeline ([#12538](https://github.com/matrix-org/matrix-react-sdk/pull/12538)). Contributed by @florianduros.
* Shown own sent state indicator even when showReadReceipts is disabled ([#12540](https://github.com/matrix-org/matrix-react-sdk/pull/12540)). Contributed by @t3chguy.
* Ensure we do not fire the verification mismatch modal multiple times ([#12526](https://github.com/matrix-org/matrix-react-sdk/pull/12526)). Contributed by @t3chguy.
* Fix avatar in chat export ([#12537](https://github.com/matrix-org/matrix-react-sdk/pull/12537)). Contributed by @florianduros.
* Use `*` for italics as it doesn't break when used mid-word ([#12523](https://github.com/matrix-org/matrix-react-sdk/pull/12523)). Contributed by @t3chguy.

Changes in [1.11.67](https://github.com/element-hq/element-web/releases/tag/v1.11.67) (2024-05-22)
==================================================================================================
## ✨ Features

* Tooltip: Improve the accessibility of the composer and the rich text editor ([#12459](https://github.com/matrix-org/matrix-react-sdk/pull/12459)). Contributed by @florianduros.
* Allow explicit configuration of OIDC dynamic registration metadata ([#12514](https://github.com/matrix-org/matrix-react-sdk/pull/12514)). Contributed by @t3chguy.
* Tooltip: improve accessibility for messages ([#12487](https://github.com/matrix-org/matrix-react-sdk/pull/12487)). Contributed by @florianduros.
* Collapse UserSettings tabs to just icons on narrow screens ([#12505](https://github.com/matrix-org/matrix-react-sdk/pull/12505)). Contributed by @dbkr.
* Add room topic to right panel room info ([#12503](https://github.com/matrix-org/matrix-react-sdk/pull/12503)). Contributed by @t3chguy.
* OIDC: pass `id_token` via `id_token_hint` on Manage Account interaction ([#12499](https://github.com/matrix-org/matrix-react-sdk/pull/12499)). Contributed by @t3chguy.
* Tooltip: improve accessibility in room ([#12493](https://github.com/matrix-org/matrix-react-sdk/pull/12493)). Contributed by @florianduros.
* Tooltip: improve accessibility for call and voice messages ([#12489](https://github.com/matrix-org/matrix-react-sdk/pull/12489)). Contributed by @florianduros.
* Move the active tab in user settings to the dialog title ([#12481](https://github.com/matrix-org/matrix-react-sdk/pull/12481)). Contributed by @dbkr.
* Tooltip: improve accessibility of spaces ([#12497](https://github.com/matrix-org/matrix-react-sdk/pull/12497)). Contributed by @florianduros.
* Tooltip: improve accessibility of the right panel ([#12490](https://github.com/matrix-org/matrix-react-sdk/pull/12490)). Contributed by @florianduros.
* MSC3575 (Sliding Sync) add well-known proxy support ([#12307](https://github.com/matrix-org/matrix-react-sdk/pull/12307)). Contributed by @EdGeraghty.

## 🐛 Bug Fixes

* Reuse single PlaybackWorker between Playback instances ([#12520](https://github.com/matrix-org/matrix-react-sdk/pull/12520)). Contributed by @t3chguy.
* Fix well-known lookup for sliding sync labs check ([#12519](https://github.com/matrix-org/matrix-react-sdk/pull/12519)). Contributed by @t3chguy.
* Fix `element-desktop-ssoid being` included in OIDC Authorization call ([#12495](https://github.com/matrix-org/matrix-react-sdk/pull/12495)). Contributed by @t3chguy.
* Fix beta notifications reconciliation for intentional mentions push rules ([#12510](https://github.com/matrix-org/matrix-react-sdk/pull/12510)). Contributed by @t3chguy.
* fix avatar stretched on 1:1 call ([#12494](https://github.com/matrix-org/matrix-react-sdk/pull/12494)). Contributed by @I-lander.
* Check native sliding sync support against an unstable feature flag ([#12498](https://github.com/matrix-org/matrix-react-sdk/pull/12498)). Contributed by @turt2live.
* Use OPTIONS for sliding sync detection poke ([#12492](https://github.com/matrix-org/matrix-react-sdk/pull/12492)). Contributed by @turt2live.
* TAC: hide tooltip when the release announcement is displayed ([#12472](https://github.com/matrix-org/matrix-react-sdk/pull/12472)). Contributed by @florianduros.

Changes in [1.11.66](https://github.com/element-hq/element-web/releases/tag/v1.11.66) (2024-05-07)
==================================================================================================
## ✨ Features

* Use a different error message for UTDs when you weren't in the room. ([#12453](https://github.com/matrix-org/matrix-react-sdk/pull/12453)). Contributed by @uhoreg.
* Take the Threads Activity Centre out of labs ([#12439](https://github.com/matrix-org/matrix-react-sdk/pull/12439)). Contributed by @dbkr.
* Expected UTDs: use a different message for UTDs sent before login ([#12391](https://github.com/matrix-org/matrix-react-sdk/pull/12391)). Contributed by @richvdh.
* Add `Tooltip` to `AccessibleButton` ([#12443](https://github.com/matrix-org/matrix-react-sdk/pull/12443)). Contributed by @florianduros.
* Add analytics to activity toggles ([#12418](https://github.com/matrix-org/matrix-react-sdk/pull/12418)). Contributed by @dbkr.
* Decrypt events in reverse order without copying the array ([#12445](https://github.com/matrix-org/matrix-react-sdk/pull/12445)). Contributed by @Johennes.
* Use new compound tooltip ([#12416](https://github.com/matrix-org/matrix-react-sdk/pull/12416)). Contributed by @florianduros.
* Expected UTDs: report a different Posthog code ([#12389](https://github.com/matrix-org/matrix-react-sdk/pull/12389)). Contributed by @richvdh.

## 🐛 Bug Fixes

* TAC: Fix accessibility issue when the Release announcement is displayed ([#12484](https://github.com/matrix-org/matrix-react-sdk/pull/12484)). Contributed by @RiotRobot.
* TAC: Close Release Announcement when TAC button is clicked ([#12485](https://github.com/matrix-org/matrix-react-sdk/pull/12485)). Contributed by @florianduros.
* MenuItem: fix caption usage ([#12455](https://github.com/matrix-org/matrix-react-sdk/pull/12455)). Contributed by @florianduros.
* Show the local echo in previews ([#12451](https://github.com/matrix-org/matrix-react-sdk/pull/12451)). Contributed by @langleyd.
* Fixed the drag and drop of X #27186 ([#12450](https://github.com/matrix-org/matrix-react-sdk/pull/12450)). Contributed by @asimdelvi.
* Move the TAC to above the button ([#12438](https://github.com/matrix-org/matrix-react-sdk/pull/12438)). Contributed by @dbkr.
* Use the same logic in previews as the timeline to hide events that should be hidden ([#12434](https://github.com/matrix-org/matrix-react-sdk/pull/12434)). Contributed by @langleyd.
* Fix selector so maths support doesn't mangle divs ([#12433](https://github.com/matrix-org/matrix-react-sdk/pull/12433)). Contributed by @uhoreg.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/chat/element-web/Makefile \
    pkgsrc/chat/element-web/PLIST
cvs rdiff -u -r1.34 -r1.35 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.32 pkgsrc/chat/element-web/Makefile:1.33
--- pkgsrc/chat/element-web/Makefile:1.32       Wed Apr 24 22:02:10 2024
+++ pkgsrc/chat/element-web/Makefile    Sat Jul  6 11:37:23 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2024/04/24 22:02:10 js Exp $
+# $NetBSD: Makefile,v 1.33 2024/07/06 11:37:23 js Exp $
 
 DISTNAME=      element-v${PKGVERSION_NOREV}
-PKGNAME=       element-web-1.11.65
+PKGNAME=       element-web-1.11.69
 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.32 pkgsrc/chat/element-web/PLIST:1.33
--- pkgsrc/chat/element-web/PLIST:1.32  Wed Apr 24 22:02:10 2024
+++ pkgsrc/chat/element-web/PLIST       Sat Jul  6 11:37:23 2024
@@ -1,135 +1,140 @@
-@comment $NetBSD: PLIST,v 1.32 2024/04/24 22:02:10 js Exp $
+@comment $NetBSD: PLIST,v 1.33 2024/07/06 11:37:23 js Exp $
+share/element-web/.well-known/assetlinks.json
 share/element-web/apple-app-site-association
-share/element-web/bundles/ad882b5866028f8f562c/1255.js
-share/element-web/bundles/ad882b5866028f8f562c/1255.js.map
-share/element-web/bundles/ad882b5866028f8f562c/1305.js
-share/element-web/bundles/ad882b5866028f8f562c/1305.js.map
-share/element-web/bundles/ad882b5866028f8f562c/1696.js
-share/element-web/bundles/ad882b5866028f8f562c/1696.js.map
-share/element-web/bundles/ad882b5866028f8f562c/1710.js
-share/element-web/bundles/ad882b5866028f8f562c/1710.js.map
-share/element-web/bundles/ad882b5866028f8f562c/1798.js
-share/element-web/bundles/ad882b5866028f8f562c/1798.js.map
-share/element-web/bundles/ad882b5866028f8f562c/2641.js
-share/element-web/bundles/ad882b5866028f8f562c/2641.js.map
-share/element-web/bundles/ad882b5866028f8f562c/2727.js
-share/element-web/bundles/ad882b5866028f8f562c/2727.js.map
-share/element-web/bundles/ad882b5866028f8f562c/2766.js
-share/element-web/bundles/ad882b5866028f8f562c/2766.js.map
-share/element-web/bundles/ad882b5866028f8f562c/3075.js
-share/element-web/bundles/ad882b5866028f8f562c/3075.js.map
-share/element-web/bundles/ad882b5866028f8f562c/3151.js
-share/element-web/bundles/ad882b5866028f8f562c/3151.js.map
-share/element-web/bundles/ad882b5866028f8f562c/3191.js
-share/element-web/bundles/ad882b5866028f8f562c/3191.js.map
-share/element-web/bundles/ad882b5866028f8f562c/344.js
-share/element-web/bundles/ad882b5866028f8f562c/344.js.map
-share/element-web/bundles/ad882b5866028f8f562c/3746.js
-share/element-web/bundles/ad882b5866028f8f562c/3746.js.map
-share/element-web/bundles/ad882b5866028f8f562c/3799.js
-share/element-web/bundles/ad882b5866028f8f562c/3799.js.LICENSE.txt
-share/element-web/bundles/ad882b5866028f8f562c/3799.js.map
-share/element-web/bundles/ad882b5866028f8f562c/3998.js
-share/element-web/bundles/ad882b5866028f8f562c/3998.js.map
-share/element-web/bundles/ad882b5866028f8f562c/4311.js
-share/element-web/bundles/ad882b5866028f8f562c/4311.js.LICENSE.txt
-share/element-web/bundles/ad882b5866028f8f562c/4311.js.map
-share/element-web/bundles/ad882b5866028f8f562c/4670.js
-share/element-web/bundles/ad882b5866028f8f562c/4670.js.map
-share/element-web/bundles/ad882b5866028f8f562c/4813.js
-share/element-web/bundles/ad882b5866028f8f562c/4813.js.map
-share/element-web/bundles/ad882b5866028f8f562c/5484.js
-share/element-web/bundles/ad882b5866028f8f562c/5484.js.map
-share/element-web/bundles/ad882b5866028f8f562c/6202.js
-share/element-web/bundles/ad882b5866028f8f562c/6202.js.map
-share/element-web/bundles/ad882b5866028f8f562c/6288.js
-share/element-web/bundles/ad882b5866028f8f562c/6288.js.map
-share/element-web/bundles/ad882b5866028f8f562c/6404.js
-share/element-web/bundles/ad882b5866028f8f562c/6404.js.map
-share/element-web/bundles/ad882b5866028f8f562c/6443.js
-share/element-web/bundles/ad882b5866028f8f562c/6443.js.map
-share/element-web/bundles/ad882b5866028f8f562c/6705.js
-share/element-web/bundles/ad882b5866028f8f562c/6705.js.map
-share/element-web/bundles/ad882b5866028f8f562c/7121.js
-share/element-web/bundles/ad882b5866028f8f562c/7356.js
-share/element-web/bundles/ad882b5866028f8f562c/7609.js
-share/element-web/bundles/ad882b5866028f8f562c/7609.js.map
-share/element-web/bundles/ad882b5866028f8f562c/774.js
-share/element-web/bundles/ad882b5866028f8f562c/774.js.map
-share/element-web/bundles/ad882b5866028f8f562c/8167.js
-share/element-web/bundles/ad882b5866028f8f562c/8167.js.map
-share/element-web/bundles/ad882b5866028f8f562c/8169.js
-share/element-web/bundles/ad882b5866028f8f562c/8169.js.map
-share/element-web/bundles/ad882b5866028f8f562c/8199.js
-share/element-web/bundles/ad882b5866028f8f562c/8199.js.map
-share/element-web/bundles/ad882b5866028f8f562c/8273.js
-share/element-web/bundles/ad882b5866028f8f562c/8273.js.map
-share/element-web/bundles/ad882b5866028f8f562c/8297.js
-share/element-web/bundles/ad882b5866028f8f562c/8297.js.map
-share/element-web/bundles/ad882b5866028f8f562c/8366.js
-share/element-web/bundles/ad882b5866028f8f562c/8366.js.map
-share/element-web/bundles/ad882b5866028f8f562c/8599.js
-share/element-web/bundles/ad882b5866028f8f562c/8599.js.map
-share/element-web/bundles/ad882b5866028f8f562c/8667.js
-share/element-web/bundles/ad882b5866028f8f562c/8667.js.map
-share/element-web/bundles/ad882b5866028f8f562c/9878.js
-share/element-web/bundles/ad882b5866028f8f562c/9878.js.map
-share/element-web/bundles/ad882b5866028f8f562c/blurhash.worker.js
-share/element-web/bundles/ad882b5866028f8f562c/blurhash.worker.js.map
-share/element-web/bundles/ad882b5866028f8f562c/bundle.css
-share/element-web/bundles/ad882b5866028f8f562c/bundle.css.map
-share/element-web/bundles/ad882b5866028f8f562c/bundle.js
-share/element-web/bundles/ad882b5866028f8f562c/bundle.js.LICENSE.txt
-share/element-web/bundles/ad882b5866028f8f562c/bundle.js.map
-share/element-web/bundles/ad882b5866028f8f562c/compatibility-view.css
-share/element-web/bundles/ad882b5866028f8f562c/compatibility-view.css.map
-share/element-web/bundles/ad882b5866028f8f562c/compatibility-view.js
-share/element-web/bundles/ad882b5866028f8f562c/compatibility-view.js.map
-share/element-web/bundles/ad882b5866028f8f562c/element-web-app.js
-share/element-web/bundles/ad882b5866028f8f562c/element-web-app.js.map
-share/element-web/bundles/ad882b5866028f8f562c/error-view.css
-share/element-web/bundles/ad882b5866028f8f562c/error-view.css.map
-share/element-web/bundles/ad882b5866028f8f562c/error-view.js
-share/element-web/bundles/ad882b5866028f8f562c/error-view.js.map
-share/element-web/bundles/ad882b5866028f8f562c/indexeddb.worker.js
-share/element-web/bundles/ad882b5866028f8f562c/indexeddb.worker.js.map
-share/element-web/bundles/ad882b5866028f8f562c/init.js
-share/element-web/bundles/ad882b5866028f8f562c/init.js.map
-share/element-web/bundles/ad882b5866028f8f562c/jitsi.css
-share/element-web/bundles/ad882b5866028f8f562c/jitsi.css.map
-share/element-web/bundles/ad882b5866028f8f562c/jitsi.js
-share/element-web/bundles/ad882b5866028f8f562c/jitsi.js.LICENSE.txt
-share/element-web/bundles/ad882b5866028f8f562c/jitsi.js.map
-share/element-web/bundles/ad882b5866028f8f562c/mobileguide.js
-share/element-web/bundles/ad882b5866028f8f562c/mobileguide.js.map
-share/element-web/bundles/ad882b5866028f8f562c/playback.worker.js
-share/element-web/bundles/ad882b5866028f8f562c/playback.worker.js.map
-share/element-web/bundles/ad882b5866028f8f562c/styles.js
-share/element-web/bundles/ad882b5866028f8f562c/styles.js.map
-share/element-web/bundles/ad882b5866028f8f562c/theme-dark-custom.css
-share/element-web/bundles/ad882b5866028f8f562c/theme-dark-custom.css.map
-share/element-web/bundles/ad882b5866028f8f562c/theme-dark-custom.js
-share/element-web/bundles/ad882b5866028f8f562c/theme-dark.css
-share/element-web/bundles/ad882b5866028f8f562c/theme-dark.css.map
-share/element-web/bundles/ad882b5866028f8f562c/theme-dark.js
-share/element-web/bundles/ad882b5866028f8f562c/theme-legacy-dark.css
-share/element-web/bundles/ad882b5866028f8f562c/theme-legacy-dark.css.map
-share/element-web/bundles/ad882b5866028f8f562c/theme-legacy-dark.js
-share/element-web/bundles/ad882b5866028f8f562c/theme-legacy-light.css
-share/element-web/bundles/ad882b5866028f8f562c/theme-legacy-light.css.map
-share/element-web/bundles/ad882b5866028f8f562c/theme-legacy-light.js
-share/element-web/bundles/ad882b5866028f8f562c/theme-light-custom.css
-share/element-web/bundles/ad882b5866028f8f562c/theme-light-custom.css.map
-share/element-web/bundles/ad882b5866028f8f562c/theme-light-custom.js
-share/element-web/bundles/ad882b5866028f8f562c/theme-light-high-contrast.css
-share/element-web/bundles/ad882b5866028f8f562c/theme-light-high-contrast.css.map
-share/element-web/bundles/ad882b5866028f8f562c/theme-light-high-contrast.js
-share/element-web/bundles/ad882b5866028f8f562c/theme-light.css
-share/element-web/bundles/ad882b5866028f8f562c/theme-light.css.map
-share/element-web/bundles/ad882b5866028f8f562c/theme-light.js
-share/element-web/bundles/ad882b5866028f8f562c/unhomoglyph_data.js
-share/element-web/bundles/ad882b5866028f8f562c/usercontent.js
-share/element-web/bundles/ad882b5866028f8f562c/usercontent.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/1255.js
+share/element-web/bundles/3abba4c2d8549a2f8573/1255.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/1305.js
+share/element-web/bundles/3abba4c2d8549a2f8573/1305.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/1696.js
+share/element-web/bundles/3abba4c2d8549a2f8573/1696.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/1710.js
+share/element-web/bundles/3abba4c2d8549a2f8573/1710.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/1798.js
+share/element-web/bundles/3abba4c2d8549a2f8573/1798.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/2641.js
+share/element-web/bundles/3abba4c2d8549a2f8573/2641.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/2727.js
+share/element-web/bundles/3abba4c2d8549a2f8573/2727.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/2766.js
+share/element-web/bundles/3abba4c2d8549a2f8573/2766.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/3075.js
+share/element-web/bundles/3abba4c2d8549a2f8573/3075.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/3142.js
+share/element-web/bundles/3abba4c2d8549a2f8573/3142.js.LICENSE.txt
+share/element-web/bundles/3abba4c2d8549a2f8573/3142.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/3151.js
+share/element-web/bundles/3abba4c2d8549a2f8573/3151.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/3191.js
+share/element-web/bundles/3abba4c2d8549a2f8573/3191.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/344.js
+share/element-web/bundles/3abba4c2d8549a2f8573/344.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/3746.js
+share/element-web/bundles/3abba4c2d8549a2f8573/3746.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/3998.js
+share/element-web/bundles/3abba4c2d8549a2f8573/3998.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/4670.js
+share/element-web/bundles/3abba4c2d8549a2f8573/4670.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/4813.js
+share/element-web/bundles/3abba4c2d8549a2f8573/4813.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/5484.js
+share/element-web/bundles/3abba4c2d8549a2f8573/5484.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/6184.js
+share/element-web/bundles/3abba4c2d8549a2f8573/6184.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/6202.js
+share/element-web/bundles/3abba4c2d8549a2f8573/6202.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/6288.js
+share/element-web/bundles/3abba4c2d8549a2f8573/6288.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/6404.js
+share/element-web/bundles/3abba4c2d8549a2f8573/6404.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/6443.js
+share/element-web/bundles/3abba4c2d8549a2f8573/6443.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/6705.js
+share/element-web/bundles/3abba4c2d8549a2f8573/6705.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/696.js
+share/element-web/bundles/3abba4c2d8549a2f8573/696.js.LICENSE.txt
+share/element-web/bundles/3abba4c2d8549a2f8573/696.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/7121.js
+share/element-web/bundles/3abba4c2d8549a2f8573/7356.js
+share/element-web/bundles/3abba4c2d8549a2f8573/7490.js
+share/element-web/bundles/3abba4c2d8549a2f8573/7490.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/7609.js
+share/element-web/bundles/3abba4c2d8549a2f8573/7609.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/774.js
+share/element-web/bundles/3abba4c2d8549a2f8573/774.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/8167.js
+share/element-web/bundles/3abba4c2d8549a2f8573/8167.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/8169.js
+share/element-web/bundles/3abba4c2d8549a2f8573/8169.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/8199.js
+share/element-web/bundles/3abba4c2d8549a2f8573/8199.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/8273.js
+share/element-web/bundles/3abba4c2d8549a2f8573/8273.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/8297.js
+share/element-web/bundles/3abba4c2d8549a2f8573/8297.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/8366.js
+share/element-web/bundles/3abba4c2d8549a2f8573/8366.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/8599.js
+share/element-web/bundles/3abba4c2d8549a2f8573/8599.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/8667.js
+share/element-web/bundles/3abba4c2d8549a2f8573/8667.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/9878.js
+share/element-web/bundles/3abba4c2d8549a2f8573/9878.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/blurhash.worker.js
+share/element-web/bundles/3abba4c2d8549a2f8573/blurhash.worker.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/bundle.css
+share/element-web/bundles/3abba4c2d8549a2f8573/bundle.css.map
+share/element-web/bundles/3abba4c2d8549a2f8573/bundle.js
+share/element-web/bundles/3abba4c2d8549a2f8573/bundle.js.LICENSE.txt
+share/element-web/bundles/3abba4c2d8549a2f8573/bundle.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/compatibility-view.css
+share/element-web/bundles/3abba4c2d8549a2f8573/compatibility-view.css.map
+share/element-web/bundles/3abba4c2d8549a2f8573/compatibility-view.js
+share/element-web/bundles/3abba4c2d8549a2f8573/compatibility-view.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/element-web-app.js
+share/element-web/bundles/3abba4c2d8549a2f8573/element-web-app.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/error-view.css
+share/element-web/bundles/3abba4c2d8549a2f8573/error-view.css.map
+share/element-web/bundles/3abba4c2d8549a2f8573/error-view.js
+share/element-web/bundles/3abba4c2d8549a2f8573/error-view.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/indexeddb.worker.js
+share/element-web/bundles/3abba4c2d8549a2f8573/indexeddb.worker.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/init.js
+share/element-web/bundles/3abba4c2d8549a2f8573/init.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/jitsi.css
+share/element-web/bundles/3abba4c2d8549a2f8573/jitsi.css.map
+share/element-web/bundles/3abba4c2d8549a2f8573/jitsi.js
+share/element-web/bundles/3abba4c2d8549a2f8573/jitsi.js.LICENSE.txt
+share/element-web/bundles/3abba4c2d8549a2f8573/jitsi.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/mobileguide.js
+share/element-web/bundles/3abba4c2d8549a2f8573/mobileguide.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/playback.worker.js
+share/element-web/bundles/3abba4c2d8549a2f8573/playback.worker.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/styles.js
+share/element-web/bundles/3abba4c2d8549a2f8573/styles.js.map
+share/element-web/bundles/3abba4c2d8549a2f8573/theme-dark-custom.css
+share/element-web/bundles/3abba4c2d8549a2f8573/theme-dark-custom.css.map
+share/element-web/bundles/3abba4c2d8549a2f8573/theme-dark-custom.js
+share/element-web/bundles/3abba4c2d8549a2f8573/theme-dark.css
+share/element-web/bundles/3abba4c2d8549a2f8573/theme-dark.css.map
+share/element-web/bundles/3abba4c2d8549a2f8573/theme-dark.js
+share/element-web/bundles/3abba4c2d8549a2f8573/theme-legacy-dark.css
+share/element-web/bundles/3abba4c2d8549a2f8573/theme-legacy-dark.css.map
+share/element-web/bundles/3abba4c2d8549a2f8573/theme-legacy-dark.js
+share/element-web/bundles/3abba4c2d8549a2f8573/theme-legacy-light.css
+share/element-web/bundles/3abba4c2d8549a2f8573/theme-legacy-light.css.map
+share/element-web/bundles/3abba4c2d8549a2f8573/theme-legacy-light.js
+share/element-web/bundles/3abba4c2d8549a2f8573/theme-light-custom.css
+share/element-web/bundles/3abba4c2d8549a2f8573/theme-light-custom.css.map
+share/element-web/bundles/3abba4c2d8549a2f8573/theme-light-custom.js
+share/element-web/bundles/3abba4c2d8549a2f8573/theme-light-high-contrast.css
+share/element-web/bundles/3abba4c2d8549a2f8573/theme-light-high-contrast.css.map
+share/element-web/bundles/3abba4c2d8549a2f8573/theme-light-high-contrast.js
+share/element-web/bundles/3abba4c2d8549a2f8573/theme-light.css
+share/element-web/bundles/3abba4c2d8549a2f8573/theme-light.css.map
+share/element-web/bundles/3abba4c2d8549a2f8573/theme-light.js
+share/element-web/bundles/3abba4c2d8549a2f8573/unhomoglyph_data.js
+share/element-web/bundles/3abba4c2d8549a2f8573/usercontent.js
+share/element-web/bundles/3abba4c2d8549a2f8573/usercontent.js.map
 share/element-web/config.sample.json
 share/element-web/contribute.json
 share/element-web/decoder-ring/datatypes.js
@@ -221,41 +226,45 @@ share/element-web/fonts/Nunito/Nunito-Re
 share/element-web/fonts/Nunito/Nunito-SemiBold.58f5995.ttf
 share/element-web/fonts/Twemoji_Mozilla/TwemojiMozilla-colr.78a2a9b.woff2
 share/element-web/fonts/Twemoji_Mozilla/TwemojiMozilla-sbix.e8e92b5.woff2
-share/element-web/i18n/cs.fc65a23.json
-share/element-web/i18n/de_DE.cd03041.json
-share/element-web/i18n/el.82e2eda.json
-share/element-web/i18n/en_EN.553e6be.json
-share/element-web/i18n/eo.10e7271.json
-share/element-web/i18n/es.e10abb9.json
-share/element-web/i18n/et.7b58e17.json
-share/element-web/i18n/fa.3fdd52e.json
-share/element-web/i18n/fi.d48058f.json
-share/element-web/i18n/fr.2bcaabd.json
-share/element-web/i18n/gl.02597d8.json
-share/element-web/i18n/he.7b8ff49.json
-share/element-web/i18n/hu.da49ef6.json
-share/element-web/i18n/id.8ec5e07.json
-share/element-web/i18n/is.ab55545.json
-share/element-web/i18n/it.6824477.json
-share/element-web/i18n/ja.17a6d99.json
-share/element-web/i18n/languages.fbce0b9.json
+share/element-web/i18n/cs.d4daa86.json
+share/element-web/i18n/de_DE.a14661c.json
+share/element-web/i18n/el.a2a731e.json
+share/element-web/i18n/en_EN.6a03025.json
+share/element-web/i18n/eo.ed4cc84.json
+share/element-web/i18n/es.8027a07.json
+share/element-web/i18n/et.a123271.json
+share/element-web/i18n/fa.4ee9609.json
+share/element-web/i18n/fi.aa80a8a.json
+share/element-web/i18n/fr.430c76f.json
+share/element-web/i18n/gl.6b95702.json
+share/element-web/i18n/he.b459d45.json
+share/element-web/i18n/hu.b0ad835.json
+share/element-web/i18n/id.0392eff.json
+share/element-web/i18n/is.6df95db.json
+share/element-web/i18n/it.f38b5e4.json
+share/element-web/i18n/ja.480db67.json
+share/element-web/i18n/languages.387274e.json
 share/element-web/i18n/languages.json
-share/element-web/i18n/lo.05facf8.json
-share/element-web/i18n/lt.2abd76f.json
-share/element-web/i18n/nl.bd5e35a.json
-share/element-web/i18n/pl.28390d9.json
-share/element-web/i18n/pt_BR.d2cabb6.json
-share/element-web/i18n/ru.5129ec3.json
-share/element-web/i18n/sk.f48d956.json
-share/element-web/i18n/sq.0bc583b.json
-share/element-web/i18n/sv.09f5300.json
-share/element-web/i18n/uk.36a5794.json
-share/element-web/i18n/vi.b035c5e.json
-share/element-web/i18n/zh_Hans.c0483a7.json
-share/element-web/i18n/zh_Hant.51d9018.json
+share/element-web/i18n/lo.7d7cef3.json
+share/element-web/i18n/lt.5e6f392.json
+share/element-web/i18n/nl.c3eb396.json
+share/element-web/i18n/pl.081851b.json
+share/element-web/i18n/pt_BR.ef0bd62.json
+share/element-web/i18n/ru.b7ff342.json
+share/element-web/i18n/sk.c1226e0.json
+share/element-web/i18n/sq.eb84df3.json
+share/element-web/i18n/sv.995d760.json
+share/element-web/i18n/uk.83747f2.json
+share/element-web/i18n/vi.2587b03.json
+share/element-web/i18n/zh_Hans.501872c.json
+share/element-web/i18n/zh_Hant.df53b10.json
 share/element-web/icons/chat-solid.550e415.svg
+share/element-web/icons/check-circle-solid.2531314.svg
+share/element-web/icons/chevron-down.ad8c58b.svg
 share/element-web/icons/chevron-left.a9d372d.svg
 share/element-web/icons/close.dce71fd.svg
+share/element-web/icons/delete.eec6a48.svg
+share/element-web/icons/edit.182106b.svg
 share/element-web/icons/error.90f55f3.svg
 share/element-web/icons/export-archive.3d015df.svg
 share/element-web/icons/favourite.66f9917.svg
@@ -272,6 +281,7 @@ share/element-web/icons/qr-code.f185038.
 share/element-web/icons/search.4bec687.svg
 share/element-web/icons/settings-solid.5cd4545.svg
 share/element-web/icons/settings.7d5f7a4.svg
+share/element-web/icons/share.e819fa2.svg
 share/element-web/icons/threads-solid.6d10574.svg
 share/element-web/icons/user-add-solid.eb57166.svg
 share/element-web/icons/user-add.420d3ae.svg
@@ -498,7 +508,6 @@ share/element-web/img/feather-customised
 share/element-web/img/feather-customised/check.bfca953.svg
 share/element-web/img/feather-customised/chevron-down.59c17e1.svg
 share/element-web/img/feather-customised/dropdown-arrow.12f4aa5.svg
-share/element-web/img/feather-customised/edit.59e9512.svg
 share/element-web/img/feather-customised/eye.d8df60a.svg
 share/element-web/img/feather-customised/files.4170883.svg
 share/element-web/img/feather-customised/help-circle.42ccc1c.svg
@@ -507,7 +516,6 @@ share/element-web/img/feather-customised
 share/element-web/img/feather-customised/secure-backup.7e95b34.svg
 share/element-web/img/feather-customised/secure-phrase.73fa1c2.svg
 share/element-web/img/feather-customised/trash.custom.1dac3e5.svg
-share/element-web/img/feather-customised/user.db9209f.svg
 share/element-web/img/feather-customised/warning-triangle.85e51e1.svg
 share/element-web/img/feather-customised/widget/external-link.46d0e49.svg
 share/element-web/img/feather-customised/x.c543757.svg
@@ -595,6 +603,8 @@ share/element-web/recorder.worklet.js.ma
 share/element-web/static/incompatible-browser.html
 share/element-web/static/unable-to-load.html
 share/element-web/sw.js
+share/element-web/sw.js.LICENSE.txt
+share/element-web/sw.js.map
 share/element-web/themes/element/img/backgrounds/lake.jpg
 share/element-web/themes/element/img/download/apple.svg
 share/element-web/themes/element/img/download/fdroid.svg

Index: pkgsrc/chat/element-web/distinfo
diff -u pkgsrc/chat/element-web/distinfo:1.34 pkgsrc/chat/element-web/distinfo:1.35
--- pkgsrc/chat/element-web/distinfo:1.34       Wed Apr 24 22:02:10 2024
+++ pkgsrc/chat/element-web/distinfo    Sat Jul  6 11:37:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2024/04/24 22:02:10 js Exp $
+$NetBSD: distinfo,v 1.35 2024/07/06 11:37:23 js Exp $
 
-BLAKE2s (element-v1.11.65.tar.gz) = 70ff225f3d511a61a2e4b1e05a05d7888044ab41f532f77d55af933ef1e9e85f
-SHA512 (element-v1.11.65.tar.gz) = 8e8860a46a058abb83c537820f2e326350d35ef1696177ff1c1cbdc19cbd959cee47abff0af8db88692f4679effa7fd1381f0b0648adab41be5815e60844199b
-Size (element-v1.11.65.tar.gz) = 23608337 bytes
+BLAKE2s (element-v1.11.69.tar.gz) = c6fac43eb3cffcf63e3786bdf0db1a66b921061ba78fe2f1f1f6a0bc0587d243
+SHA512 (element-v1.11.69.tar.gz) = 30544bbd9b901def03418f4afa3ad8973f8cf49ae90ef6a68993a7f1f25790d54fdeb8143096eb6ab58f6a159e983bb8686db86707ef821d2d0b82e4c522ed97
+Size (element-v1.11.69.tar.gz) = 24572508 bytes



Home | Main Index | Thread Index | Old Index