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:           Wed Apr 24 22:02:10 UTC 2024

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

Log Message:
Update chat/element-web to 1.11.65

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

* Make empty state copy for TAC depend on the value of the setting ([#12419](https://github.com/matrix-org/matrix-react-sdk/pull/12419)). Contributed by @dbkr.
* Linkify User Interactive Authentication errors ([#12271](https://github.com/matrix-org/matrix-react-sdk/pull/12271)). Contributed by @t3chguy.
* Add support for device dehydration v2 ([#12316](https://github.com/matrix-org/matrix-react-sdk/pull/12316)). Contributed by @uhoreg.
* Replace `SecurityCustomisations` with `CryptoSetupExtension` ([#12342](https://github.com/matrix-org/matrix-react-sdk/pull/12342)). Contributed by @thoraj.
* Add activity toggle for TAC ([#12413](https://github.com/matrix-org/matrix-react-sdk/pull/12413)). Contributed by @dbkr.
* Humanize spell check language labels ([#12409](https://github.com/matrix-org/matrix-react-sdk/pull/12409)). Contributed by @t3chguy.
* Call Guest Access, give user the option to change the acces level so they can generate a call link. ([#12401](https://github.com/matrix-org/matrix-react-sdk/pull/12401)). Contributed by @toger5.
* TAC: Release Announcement ([#12380](https://github.com/matrix-org/matrix-react-sdk/pull/12380)). Contributed by @florianduros.
* Show the call and share button if the user can create a guest link. ([#12385](https://github.com/matrix-org/matrix-react-sdk/pull/12385)). Contributed by @toger5.
* Add analytics for mark all threads unread ([#12384](https://github.com/matrix-org/matrix-react-sdk/pull/12384)). Contributed by @dbkr.
* Add `EventType.RoomEncryption` to the auto approve capabilities of Element Call widgets ([#12386](https://github.com/matrix-org/matrix-react-sdk/pull/12386)). Contributed by @toger5.

## 🐛 Bug Fixes

* Fix link modal not shown after access upgrade ([#12411](https://github.com/matrix-org/matrix-react-sdk/pull/12411)). Contributed by @toger5.
* Fix thread navigation in timeline ([#12412](https://github.com/matrix-org/matrix-react-sdk/pull/12412)). Contributed by @florianduros.
* Fix inability to join a `knock` room via space hierarchy view ([#12404](https://github.com/matrix-org/matrix-react-sdk/pull/12404)). Contributed by @t3chguy.
* Focus the thread panel when clicking on an item in the TAC ([#12410](https://github.com/matrix-org/matrix-react-sdk/pull/12410)). Contributed by @dbkr.
* Fix space hierarchy tile busy state being stuck after join error ([#12405](https://github.com/matrix-org/matrix-react-sdk/pull/12405)). Contributed by @t3chguy.
* Fix room topic in-app links not being handled correctly on topic dialog ([#12406](https://github.com/matrix-org/matrix-react-sdk/pull/12406)). Contributed by @t3chguy.

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

* Mark all threads as read button ([#12378](https://github.com/matrix-org/matrix-react-sdk/pull/12378)). Contributed by @dbkr.
* Video call meta space ([#12297](https://github.com/matrix-org/matrix-react-sdk/pull/12297)). Contributed by @toger5.
* Add leave room warning for last admin ([#9452](https://github.com/matrix-org/matrix-react-sdk/pull/9452)). Contributed by @Arnei.
* Iterate styles around Link new device via QR ([#12356](https://github.com/matrix-org/matrix-react-sdk/pull/12356)). Contributed by @t3chguy.
* Improve code-splitting of highlight.js and maplibre-gs libs ([#12349](https://github.com/matrix-org/matrix-react-sdk/pull/12349)). Contributed by @t3chguy.
* Use data-mx-color for rainbows ([#12325](https://github.com/matrix-org/matrix-react-sdk/pull/12325)). Contributed by @tulir.

## 🐛 Bug Fixes

* Fix external guest access url for unencrypted rooms ([#12345](https://github.com/matrix-org/matrix-react-sdk/pull/12345)). Contributed by @toger5.
* Fix video rooms not showing share link button ([#12374](https://github.com/matrix-org/matrix-react-sdk/pull/12374)). Contributed by @toger5.
* Fix space topic jumping on hover/focus ([#12377](https://github.com/matrix-org/matrix-react-sdk/pull/12377)). Contributed by @t3chguy.
* Allow popping out a Jitsi widget to respect Desktop `web_base_url` config ([#12376](https://github.com/matrix-org/matrix-react-sdk/pull/12376)). Contributed by @t3chguy.
* Remove the Lazy Loading `InvalidStoreError` Dialogs ([#12358](https://github.com/matrix-org/matrix-react-sdk/pull/12358)). Contributed by @langleyd.
* Improve readability of badges and pills ([#12360](https://github.com/matrix-org/matrix-react-sdk/pull/12360)). Contributed by @robintown.

Changes in [1.11.63](https://github.com/element-hq/element-web/releases/tag/v1.11.63) (2024-03-28)
==================================================================================================
This is a hotfix release to fix a couple of issues: one where the client would sometimes call the client/server API to set a push rule in a loop, and one where authentication was not sent for widgets 
when it should have been.

## 🐛 Bug Fixes

* Revert "Make EC widget theme reactive - Update widget url when the theme changes" ([#12383](https://github.com/matrix-org/matrix-react-sdk/pull/12383)) in order to fix widgets that require 
authentication.
* Update to hotfixed js-sdk to fix an issue where Element could try to set a push rule in a loop.

Changes in [1.11.62](https://github.com/element-hq/element-web/releases/tag/v1.11.62) (2024-03-26)
==================================================================================================
## ✨ Features

* Change user permission by using a new apply button ([#12346](https://github.com/matrix-org/matrix-react-sdk/pull/12346)). Contributed by @florianduros.
* Mark as Unread ([#12254](https://github.com/matrix-org/matrix-react-sdk/pull/12254)). Contributed by @dbkr.
* Refine the colors of some more components ([#12343](https://github.com/matrix-org/matrix-react-sdk/pull/12343)). Contributed by @robintown.
* TAC: Order rooms by most recent after notification level ([#12329](https://github.com/matrix-org/matrix-react-sdk/pull/12329)). Contributed by @florianduros.
* Make EC widget theme reactive - Update widget url when the theme changes ([#12295](https://github.com/matrix-org/matrix-react-sdk/pull/12295)). Contributed by @toger5.
* Refine styles of menus, toasts, popovers, and modals ([#12332](https://github.com/matrix-org/matrix-react-sdk/pull/12332)). Contributed by @robintown.
* Element Call: fix widget shown while its still loading (`waitForIframeLoad=false`) ([#12292](https://github.com/matrix-org/matrix-react-sdk/pull/12292)). Contributed by @toger5.
* Improve Forward Dialog a11y by switching to roving tab index interactions ([#12306](https://github.com/matrix-org/matrix-react-sdk/pull/12306)). Contributed by @t3chguy.
* Call guest access link creation to join calls as a non registered user via the EC SPA ([#12259](https://github.com/matrix-org/matrix-react-sdk/pull/12259)). Contributed by @toger5.
* Use `strong` element to semantically denote visually emphasised content ([#12320](https://github.com/matrix-org/matrix-react-sdk/pull/12320)). Contributed by @t3chguy.
* Handle up/down arrow keys as well as left/right for horizontal toolbars for improved a11y ([#12305](https://github.com/matrix-org/matrix-react-sdk/pull/12305)). Contributed by @t3chguy.

## 🐛 Bug Fixes

* [Backport staging] Remove the glass border from modal spinners ([#12369](https://github.com/matrix-org/matrix-react-sdk/pull/12369)). Contributed by @RiotRobot.
* Fix incorrect check for private read receipt support ([#12348](https://github.com/matrix-org/matrix-react-sdk/pull/12348)). Contributed by @tulir.
* TAC: Fix hover state when expanded ([#12337](https://github.com/matrix-org/matrix-react-sdk/pull/12337)). Contributed by @florianduros.
* Fix the image view ([#12341](https://github.com/matrix-org/matrix-react-sdk/pull/12341)). Contributed by @robintown.
* Use correct push rule to evaluate room-wide mentions ([#12318](https://github.com/matrix-org/matrix-react-sdk/pull/12318)). Contributed by @t3chguy.
* Reset power selector on API failure to prevent state mismatch ([#12319](https://github.com/matrix-org/matrix-react-sdk/pull/12319)). Contributed by @t3chguy.
* Fix spotlight opening in TAC ([#12315](https://github.com/matrix-org/matrix-react-sdk/pull/12315)). Contributed by @florianduros.

Changes in [1.11.61](https://github.com/element-hq/element-web/releases/tag/v1.11.61) (2024-03-14)
==================================================================================================
* No changes

## 🐛 Bug Fixes

* Update `@vector-im/compound-design-tokens` in package.json ([#12340](https://github.com/matrix-org/matrix-react-sdk/pull/12340)).

Changes in [1.11.60](https://github.com/element-hq/element-web/releases/tag/v1.11.60) (2024-03-12)
==================================================================================================
## ✨ Features

* Refine styles of controls to match Compound ([#12299](https://github.com/matrix-org/matrix-react-sdk/pull/12299)). Contributed by @robintown.
* Hide the archived section ([#12286](https://github.com/matrix-org/matrix-react-sdk/pull/12286)). Contributed by @dbkr.
* Add theme data to EC widget Url ([#12279](https://github.com/matrix-org/matrix-react-sdk/pull/12279)). Contributed by @toger5.
* Update MSC2965 OIDC Discovery implementation ([#12245](https://github.com/matrix-org/matrix-react-sdk/pull/12245)). Contributed by @t3chguy.
* Use green dot for activity notification in `LegacyRoomHeader` ([#12270](https://github.com/matrix-org/matrix-react-sdk/pull/12270)). Contributed by @florianduros.

## 🐛 Bug Fixes

* Fix requests for senders to submit auto-rageshakes ([#12304](https://github.com/matrix-org/matrix-react-sdk/pull/12304)). Contributed by @richvdh.
* fix automatic DM avatar with functional members ([#12157](https://github.com/matrix-org/matrix-react-sdk/pull/12157)). Contributed by @HarHarLinks.
* Feeds event with relation to unknown to the widget ([#12283](https://github.com/matrix-org/matrix-react-sdk/pull/12283)). Contributed by @maheichyk.
* Fix TAC opening with keyboard ([#12285](https://github.com/matrix-org/matrix-react-sdk/pull/12285)). Contributed by @florianduros.
* Allow screenshot update docker to run multiple test files ([#12291](https://github.com/matrix-org/matrix-react-sdk/pull/12291)). Contributed by @dbkr.
* Fix alignment of user menu avatar ([#12289](https://github.com/matrix-org/matrix-react-sdk/pull/12289)). Contributed by @dbkr.
* Fix buttons of widget in a room ([#12288](https://github.com/matrix-org/matrix-react-sdk/pull/12288)). Contributed by @florianduros.
* ModuleAPI: `overwrite_login` action was not stopping the existing client resulting in the action failing with rust-sdk ([#12272](https://github.com/matrix-org/matrix-react-sdk/pull/12272)). 
Contributed by @BillCarsonFr.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/chat/element-web/Makefile \
    pkgsrc/chat/element-web/PLIST
cvs rdiff -u -r1.33 -r1.34 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.31 pkgsrc/chat/element-web/Makefile:1.32
--- pkgsrc/chat/element-web/Makefile:1.31       Sun Mar  3 10:34:24 2024
+++ pkgsrc/chat/element-web/Makefile    Wed Apr 24 22:02:10 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2024/03/03 10:34:24 js Exp $
+# $NetBSD: Makefile,v 1.32 2024/04/24 22:02:10 js Exp $
 
 DISTNAME=      element-v${PKGVERSION_NOREV}
-PKGNAME=       element-web-1.11.59
+PKGNAME=       element-web-1.11.65
 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.31 pkgsrc/chat/element-web/PLIST:1.32
--- pkgsrc/chat/element-web/PLIST:1.31  Sun Mar  3 10:34:24 2024
+++ pkgsrc/chat/element-web/PLIST       Wed Apr 24 22:02:10 2024
@@ -1,119 +1,135 @@
-@comment $NetBSD: PLIST,v 1.31 2024/03/03 10:34:24 js Exp $
+@comment $NetBSD: PLIST,v 1.32 2024/04/24 22:02:10 js Exp $
 share/element-web/apple-app-site-association
-share/element-web/bundles/68086a9b4d650bb1f857/111.js
-share/element-web/bundles/68086a9b4d650bb1f857/111.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/120.js
-share/element-web/bundles/68086a9b4d650bb1f857/120.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/124.js
-share/element-web/bundles/68086a9b4d650bb1f857/146.js
-share/element-web/bundles/68086a9b4d650bb1f857/146.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/160.js
-share/element-web/bundles/68086a9b4d650bb1f857/160.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/320.js
-share/element-web/bundles/68086a9b4d650bb1f857/320.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/399.js
-share/element-web/bundles/68086a9b4d650bb1f857/399.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/435.js
-share/element-web/bundles/68086a9b4d650bb1f857/435.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/452.js
-share/element-web/bundles/68086a9b4d650bb1f857/452.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/516.js
-share/element-web/bundles/68086a9b4d650bb1f857/516.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/520.js
-share/element-web/bundles/68086a9b4d650bb1f857/520.js.LICENSE.txt
-share/element-web/bundles/68086a9b4d650bb1f857/520.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/524.js
-share/element-web/bundles/68086a9b4d650bb1f857/532.js
-share/element-web/bundles/68086a9b4d650bb1f857/532.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/616.js
-share/element-web/bundles/68086a9b4d650bb1f857/616.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/692.js
-share/element-web/bundles/68086a9b4d650bb1f857/692.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/716.js
-share/element-web/bundles/68086a9b4d650bb1f857/716.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/719.js
-share/element-web/bundles/68086a9b4d650bb1f857/719.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/740.js
-share/element-web/bundles/68086a9b4d650bb1f857/740.js.LICENSE.txt
-share/element-web/bundles/68086a9b4d650bb1f857/740.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/760.js
-share/element-web/bundles/68086a9b4d650bb1f857/760.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/771.js
-share/element-web/bundles/68086a9b4d650bb1f857/771.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/788.js
-share/element-web/bundles/68086a9b4d650bb1f857/788.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/792.js
-share/element-web/bundles/68086a9b4d650bb1f857/792.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/800.js
-share/element-web/bundles/68086a9b4d650bb1f857/800.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/816.js
-share/element-web/bundles/68086a9b4d650bb1f857/816.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/828.js
-share/element-web/bundles/68086a9b4d650bb1f857/828.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/846.js
-share/element-web/bundles/68086a9b4d650bb1f857/846.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/868.js
-share/element-web/bundles/68086a9b4d650bb1f857/868.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/896.js
-share/element-web/bundles/68086a9b4d650bb1f857/896.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/984.js
-share/element-web/bundles/68086a9b4d650bb1f857/984.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/blurhash.worker.js
-share/element-web/bundles/68086a9b4d650bb1f857/blurhash.worker.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/bundle.css
-share/element-web/bundles/68086a9b4d650bb1f857/bundle.css.map
-share/element-web/bundles/68086a9b4d650bb1f857/bundle.js
-share/element-web/bundles/68086a9b4d650bb1f857/bundle.js.LICENSE.txt
-share/element-web/bundles/68086a9b4d650bb1f857/bundle.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/compatibility-view.css
-share/element-web/bundles/68086a9b4d650bb1f857/compatibility-view.css.map
-share/element-web/bundles/68086a9b4d650bb1f857/compatibility-view.js
-share/element-web/bundles/68086a9b4d650bb1f857/compatibility-view.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/element-web-app.js
-share/element-web/bundles/68086a9b4d650bb1f857/element-web-app.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/error-view.css
-share/element-web/bundles/68086a9b4d650bb1f857/error-view.css.map
-share/element-web/bundles/68086a9b4d650bb1f857/error-view.js
-share/element-web/bundles/68086a9b4d650bb1f857/error-view.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/indexeddb.worker.js
-share/element-web/bundles/68086a9b4d650bb1f857/indexeddb.worker.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/init.js
-share/element-web/bundles/68086a9b4d650bb1f857/init.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/jitsi.css
-share/element-web/bundles/68086a9b4d650bb1f857/jitsi.css.map
-share/element-web/bundles/68086a9b4d650bb1f857/jitsi.js
-share/element-web/bundles/68086a9b4d650bb1f857/jitsi.js.LICENSE.txt
-share/element-web/bundles/68086a9b4d650bb1f857/jitsi.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/mobileguide.js
-share/element-web/bundles/68086a9b4d650bb1f857/mobileguide.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/playback.worker.js
-share/element-web/bundles/68086a9b4d650bb1f857/playback.worker.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/styles.js
-share/element-web/bundles/68086a9b4d650bb1f857/styles.js.map
-share/element-web/bundles/68086a9b4d650bb1f857/theme-dark-custom.css
-share/element-web/bundles/68086a9b4d650bb1f857/theme-dark-custom.css.map
-share/element-web/bundles/68086a9b4d650bb1f857/theme-dark-custom.js
-share/element-web/bundles/68086a9b4d650bb1f857/theme-dark.css
-share/element-web/bundles/68086a9b4d650bb1f857/theme-dark.css.map
-share/element-web/bundles/68086a9b4d650bb1f857/theme-dark.js
-share/element-web/bundles/68086a9b4d650bb1f857/theme-legacy-dark.css
-share/element-web/bundles/68086a9b4d650bb1f857/theme-legacy-dark.css.map
-share/element-web/bundles/68086a9b4d650bb1f857/theme-legacy-dark.js
-share/element-web/bundles/68086a9b4d650bb1f857/theme-legacy-light.css
-share/element-web/bundles/68086a9b4d650bb1f857/theme-legacy-light.css.map
-share/element-web/bundles/68086a9b4d650bb1f857/theme-legacy-light.js
-share/element-web/bundles/68086a9b4d650bb1f857/theme-light-custom.css
-share/element-web/bundles/68086a9b4d650bb1f857/theme-light-custom.css.map
-share/element-web/bundles/68086a9b4d650bb1f857/theme-light-custom.js
-share/element-web/bundles/68086a9b4d650bb1f857/theme-light-high-contrast.css
-share/element-web/bundles/68086a9b4d650bb1f857/theme-light-high-contrast.css.map
-share/element-web/bundles/68086a9b4d650bb1f857/theme-light-high-contrast.js
-share/element-web/bundles/68086a9b4d650bb1f857/theme-light.css
-share/element-web/bundles/68086a9b4d650bb1f857/theme-light.css.map
-share/element-web/bundles/68086a9b4d650bb1f857/theme-light.js
-share/element-web/bundles/68086a9b4d650bb1f857/unhomoglyph_data.js
-share/element-web/bundles/68086a9b4d650bb1f857/usercontent.js
-share/element-web/bundles/68086a9b4d650bb1f857/usercontent.js.map
+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/config.sample.json
 share/element-web/contribute.json
 share/element-web/decoder-ring/datatypes.js
@@ -205,39 +221,40 @@ 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.a4e8e6d.json
-share/element-web/i18n/de_DE.75cf4d2.json
-share/element-web/i18n/el.602d9e8.json
-share/element-web/i18n/en_EN.47400b7.json
-share/element-web/i18n/eo.715bb98.json
-share/element-web/i18n/es.e52815e.json
-share/element-web/i18n/et.dff115b.json
-share/element-web/i18n/fa.58649ed.json
-share/element-web/i18n/fi.49c8f11.json
-share/element-web/i18n/fr.cc399fe.json
-share/element-web/i18n/gl.b65f79d.json
-share/element-web/i18n/he.a0bd474.json
-share/element-web/i18n/hu.d60e36d.json
-share/element-web/i18n/id.883f75c.json
-share/element-web/i18n/is.ce056b9.json
-share/element-web/i18n/it.cd540dc.json
-share/element-web/i18n/ja.083b4aa.json
-share/element-web/i18n/languages.3d4f874.json
+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/languages.json
-share/element-web/i18n/lo.0ada437.json
-share/element-web/i18n/lt.7ccdbb8.json
-share/element-web/i18n/nl.cce9671.json
-share/element-web/i18n/pl.67d8e75.json
-share/element-web/i18n/pt_BR.b4713c4.json
-share/element-web/i18n/ru.28a446f.json
-share/element-web/i18n/sk.41e8a12.json
-share/element-web/i18n/sq.06a72ed.json
-share/element-web/i18n/sv.777587d.json
-share/element-web/i18n/uk.a4d21d5.json
-share/element-web/i18n/vi.5e8aec7.json
-share/element-web/i18n/zh_Hans.8b8906f.json
-share/element-web/i18n/zh_Hant.36180ec.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/icons/chat-solid.550e415.svg
+share/element-web/icons/chevron-left.a9d372d.svg
 share/element-web/icons/close.dce71fd.svg
 share/element-web/icons/error.90f55f3.svg
 share/element-web/icons/export-archive.3d015df.svg
@@ -251,6 +268,7 @@ share/element-web/icons/notifications-so
 share/element-web/icons/pin.ef9edc4.svg
 share/element-web/icons/polls.d672332.svg
 share/element-web/icons/public.df992ad.svg
+share/element-web/icons/qr-code.f185038.svg
 share/element-web/icons/search.4bec687.svg
 share/element-web/icons/settings-solid.5cd4545.svg
 share/element-web/icons/settings.7d5f7a4.svg
@@ -319,6 +337,7 @@ share/element-web/img/element-icons/canc
 share/element-web/img/element-icons/caret-left.13438f8.svg
 share/element-web/img/element-icons/chat-bubble.d1c5d78.svg
 share/element-web/img/element-icons/chat-bubbles.7946de9.svg
+share/element-web/img/element-icons/check-all.89b31cf.svg
 share/element-web/img/element-icons/check-white.9400525.svg
 share/element-web/img/element-icons/check.4c22024.svg
 share/element-web/img/element-icons/child-relationship.f8cfd49.svg
@@ -329,7 +348,6 @@ share/element-web/img/element-icons/clou
 share/element-web/img/element-icons/collapse-message.2764ac2.svg
 share/element-web/img/element-icons/context-menu.2c3f393.svg
 share/element-web/img/element-icons/copy.4ee219c.svg
-share/element-web/img/element-icons/devices.4a18e3a.svg
 share/element-web/img/element-icons/email-prompt.67a8ba4.svg
 share/element-web/img/element-icons/expand-message.b3c80a6.svg
 share/element-web/img/element-icons/export.2d0320e.svg
@@ -422,6 +440,7 @@ share/element-web/img/element-icons/room
 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/mark-as-unread.f1a2c4d.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
@@ -511,7 +530,6 @@ share/element-web/img/image-view/zoom-in
 share/element-web/img/image-view/zoom-out.4a741a1.svg
 share/element-web/img/location/live-location.db24eab.svg
 share/element-web/img/location/map.a3d1233.svg
-share/element-web/img/markdown.882e60d.svg
 share/element-web/img/matrix.9166e4b.svg
 share/element-web/img/member_chevron.85a55f6.png
 share/element-web/img/minimise.86e5d8e.svg

Index: pkgsrc/chat/element-web/distinfo
diff -u pkgsrc/chat/element-web/distinfo:1.33 pkgsrc/chat/element-web/distinfo:1.34
--- pkgsrc/chat/element-web/distinfo:1.33       Sun Mar  3 10:34:24 2024
+++ pkgsrc/chat/element-web/distinfo    Wed Apr 24 22:02:10 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2024/03/03 10:34:24 js Exp $
+$NetBSD: distinfo,v 1.34 2024/04/24 22:02:10 js Exp $
 
-BLAKE2s (element-v1.11.59.tar.gz) = 2d7d27595dfb0c17c958d126a01d42b7b232a4dd610b263ab9020bcf0e93a94b
-SHA512 (element-v1.11.59.tar.gz) = c5592270e6936608bba1cc5e6d6583658a286052438f7ed08b766cd91e613267de0ffc939e1f759c6ec512825f30d4fc16fef8e06cce16594b08524b264a2fc0
-Size (element-v1.11.59.tar.gz) = 23437405 bytes
+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



Home | Main Index | Thread Index | Old Index