From b2be9c724dbbd5e34cb0a4e6b541cdecb93b08e9 Mon Sep 17 00:00:00 2001 From: js Date: Mon, 13 Dec 2021 18:04:51 +0000 Subject: [PATCH] Update chat/element-web to 1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes in [1.9.7](https://github.com/vector-im/element-web/releases/tag/v1.9.7) (2021-12-13) ============================================================================================= * Security release with updated version of Olm to fix https://matrix.org/blog/2021/12/03/pre-disclosure-upcoming-security-release-of-libolm-and-matrix-js-sdk * Fix a crash on logout Changes in [1.9.6](https://github.com/vector-im/element-web/releases/tag/v1.9.6) (2021-12-06) ============================================================================================= ## āœØ Features * Add unread indicator to the timelineCard header icon ([\#7156](https://github.com/matrix-org/matrix-react-sdk/pull/7156)). Fixes #19635. * Only show core navigation elements (call/chat/notification/info) when a widget is maximised ([\#7114](https://github.com/matrix-org/matrix-react-sdk/pull/7114)). Fixes #19632. * Improve ThreadPanel ctx menu accessibility ([\#7217](https://github.com/matrix-org/matrix-react-sdk/pull/7217)). Fixes #19885. * Allow filtering room list during treeview navigation ([\#7219](https://github.com/matrix-org/matrix-react-sdk/pull/7219)). Fixes #14702. * Add right panel chat timeline ([\#7112](https://github.com/matrix-org/matrix-react-sdk/pull/7112)). Fixes #19633. * Hide server options hint when disable_custom_urls is true ([\#7215](https://github.com/matrix-org/matrix-react-sdk/pull/7215)). Fixes #19919. * Improve right panel resize handle usability ([\#7204](https://github.com/matrix-org/matrix-react-sdk/pull/7204)). Fixes #15145. Contributed by @weeman1337. * Spaces quick settings ([\#7196](https://github.com/matrix-org/matrix-react-sdk/pull/7196)). * Maximised widgets always force a call to be shown in PIP mode ([\#7163](https://github.com/matrix-org/matrix-react-sdk/pull/7163)). Fixes #19637. * Group Labs flags ([\#7190](https://github.com/matrix-org/matrix-react-sdk/pull/7190)). * Show room context details in forward dialog ([\#7162](https://github.com/matrix-org/matrix-react-sdk/pull/7162)). Fixes #19793. * Remove chevrons from RoomSummaryCard_Button ([\#7137](https://github.com/matrix-org/matrix-react-sdk/pull/7137)). Fixes #19644. * Disable op/deop commands where user has no permissions ([\#7161](https://github.com/matrix-org/matrix-react-sdk/pull/7161)). Fixes #15390. * Add option to change the size of images/videos in the timeline ([\#7017](https://github.com/matrix-org/matrix-react-sdk/pull/7017)). Fixes vector-im/element-meta#49 #1520 and #19498. ## šŸ› Bug Fixes * Fix left panel glow in Safari ([\#7236](https://github.com/matrix-org/matrix-react-sdk/pull/7236)). Fixes #19863. * Fix newline on edit messages with quotes ([\#7227](https://github.com/matrix-org/matrix-react-sdk/pull/7227)). Fixes #12535. Contributed by @renancleyson-dev. * Guard against null refs in findSiblingElement ([\#7228](https://github.com/matrix-org/matrix-react-sdk/pull/7228)). * Tweak bottom of space panel buttons in expanded state ([\#7213](https://github.com/matrix-org/matrix-react-sdk/pull/7213)). Fixes #19921. * Fix multiline paragraph rendering as single line ([\#7210](https://github.com/matrix-org/matrix-react-sdk/pull/7210)). Fixes #8786. Contributed by @renancleyson-dev. * Improve room list message previews ([\#7224](https://github.com/matrix-org/matrix-react-sdk/pull/7224)). Fixes #17101 and #16169. * Fix EmojiPicker lazy loaded rendering bug ([\#7225](https://github.com/matrix-org/matrix-react-sdk/pull/7225)). Fixes #15341. * Prevent default avatar in UserInfo having pointer cursor ([\#7218](https://github.com/matrix-org/matrix-react-sdk/pull/7218)). Fixes #13872. * Prevent duplicate avatars in Event List Summaries ([\#7222](https://github.com/matrix-org/matrix-react-sdk/pull/7222)). Fixes #17706. * Respect the home page as a context for the Home space ([\#7216](https://github.com/matrix-org/matrix-react-sdk/pull/7216)). Fixes #19554. * Fix RoomUpgradeWarningBar exploding ([\#7214](https://github.com/matrix-org/matrix-react-sdk/pull/7214)). Fixes #19920. * Polish threads misalignments and UI diversion ([\#7209](https://github.com/matrix-org/matrix-react-sdk/pull/7209)). Fixes #19772, #19710 #19629 and #19711. * Fix Manage Restricted Join Rule Dialog for Spaces ([\#7208](https://github.com/matrix-org/matrix-react-sdk/pull/7208)). Fixes #19610. * Fix wrongly showing unpin in pinned messages tile with no perms ([\#7197](https://github.com/matrix-org/matrix-react-sdk/pull/7197)). Fixes #19886. * Make image size constrained by height when using the ImageSize.Large option ([\#7171](https://github.com/matrix-org/matrix-react-sdk/pull/7171)). Fixes #19788. * Prevent programmatic scrolling within truncated room sublists ([\#7191](https://github.com/matrix-org/matrix-react-sdk/pull/7191)). * Remove leading slash from /addwidget Jitsi confs ([\#7175](https://github.com/matrix-org/matrix-react-sdk/pull/7175)). Fixes #19839. Contributed by @AndrewFerr. * Fix automatic composer focus, regressed by threads work ([\#7167](https://github.com/matrix-org/matrix-react-sdk/pull/7167)). Fixes #19479. * Show space members when not invited even if summary didn't fail ([\#7153](https://github.com/matrix-org/matrix-react-sdk/pull/7153)). Fixes #19781. * Prevent custom power levels from breaking roles & permissions tab ([\#7160](https://github.com/matrix-org/matrix-react-sdk/pull/7160)). Fixes #19812. * Room Context Menu should respond to tag changes ([\#7154](https://github.com/matrix-org/matrix-react-sdk/pull/7154)). Fixes #19776. * Fix an edge case when trying to join an upgraded room ([\#7159](https://github.com/matrix-org/matrix-react-sdk/pull/7159)). Changes in [1.9.6-rc.2](https://github.com/vector-im/element-web/releases/tag/v1.9.6-rc.2) (2021-12-01) ======================================================================================================= * Fixed release from correct branch Changes in [1.9.6-rc.1](https://github.com/vector-im/element-web/releases/tag/v1.9.6-rc.1) (2021-11-30) ======================================================================================================= ## āœØ Features * Tweaks to informational architecture 1.1 ([\#7052](https://github.com/matrix-org/matrix-react-sdk/pull/7052)). Fixes #19526, #19379, #17792, #16450, #19881, #19892, #19300, #19324, #17307, #17468, #19932 #19956 and #19526. * Add unread indicator to the timelineCard header icon ([\#7156](https://github.com/matrix-org/matrix-react-sdk/pull/7156)). Fixes #19635 and #19635. * Only show core navigation elements (call/chat/notification/info) when a widget is maximised ([\#7114](https://github.com/matrix-org/matrix-react-sdk/pull/7114)). Fixes #19632 and #19632. * Improve ThreadPanel ctx menu accessibility ([\#7217](https://github.com/matrix-org/matrix-react-sdk/pull/7217)). Fixes #19885 and #19885. * Allow filtering room list during treeview navigation ([\#7219](https://github.com/matrix-org/matrix-react-sdk/pull/7219)). Fixes #14702 and #14702. * Add right panel chat timeline ([\#7112](https://github.com/matrix-org/matrix-react-sdk/pull/7112)). Fixes #19633 and #19633. * Hide server options hint when disable_custom_urls is true ([\#7215](https://github.com/matrix-org/matrix-react-sdk/pull/7215)). Fixes #19919 and #19919. * Improve right panel resize handle usability ([\#7204](https://github.com/matrix-org/matrix-react-sdk/pull/7204)). Fixes #15145 and #15145. Contributed by @weeman1337. * Spaces quick settings ([\#7196](https://github.com/matrix-org/matrix-react-sdk/pull/7196)). * Maximised widgets always force a call to be shown in PIP mode ([\#7163](https://github.com/matrix-org/matrix-react-sdk/pull/7163)). Fixes #19637 and #19637. * Group Labs flags ([\#7190](https://github.com/matrix-org/matrix-react-sdk/pull/7190)). * Show room context details in forward dialog ([\#7162](https://github.com/matrix-org/matrix-react-sdk/pull/7162)). Fixes #19793 and #19793. * Remove chevrons from RoomSummaryCard_Button ([\#7137](https://github.com/matrix-org/matrix-react-sdk/pull/7137)). Fixes #19644 and #19644. * Disable op/deop commands where user has no permissions ([\#7161](https://github.com/matrix-org/matrix-react-sdk/pull/7161)). Fixes #15390 and #15390. * Add option to change the size of images/videos in the timeline ([\#7017](https://github.com/matrix-org/matrix-react-sdk/pull/7017)). Fixes vector-im/element-meta#49, #1520 #19498 and vector-im/element-meta#49. ## šŸ› Bug Fixes * Fix links being parsed as markdown links improperly ([\#7200](https://github.com/matrix-org/matrix-react-sdk/pull/7200)). * Fix left panel glow in Safari ([\#7236](https://github.com/matrix-org/matrix-react-sdk/pull/7236)). Fixes #19863 and #19863. * Fix newline on edit messages with quotes ([\#7227](https://github.com/matrix-org/matrix-react-sdk/pull/7227)). Fixes #12535 and #12535. Contributed by @renancleyson-dev. * Guard against null refs in findSiblingElement ([\#7228](https://github.com/matrix-org/matrix-react-sdk/pull/7228)). * Tweak bottom of space panel buttons in expanded state ([\#7213](https://github.com/matrix-org/matrix-react-sdk/pull/7213)). Fixes #19921 and #19921. * Fix multiline paragraph rendering as single line ([\#7210](https://github.com/matrix-org/matrix-react-sdk/pull/7210)). Fixes #8786 and #8786. Contributed by @renancleyson-dev. * Improve room list message previews ([\#7224](https://github.com/matrix-org/matrix-react-sdk/pull/7224)). Fixes #17101 #16169 and #17101. * Fix EmojiPicker lazy loaded rendering bug ([\#7225](https://github.com/matrix-org/matrix-react-sdk/pull/7225)). Fixes #15341 and #15341. * Prevent default avatar in UserInfo having pointer cursor ([\#7218](https://github.com/matrix-org/matrix-react-sdk/pull/7218)). Fixes #13872 and #13872. * Prevent duplicate avatars in Event List Summaries ([\#7222](https://github.com/matrix-org/matrix-react-sdk/pull/7222)). Fixes #17706 and #17706. * Respect the home page as a context for the Home space ([\#7216](https://github.com/matrix-org/matrix-react-sdk/pull/7216)). Fixes #19554 and #19554. * Fix RoomUpgradeWarningBar exploding ([\#7214](https://github.com/matrix-org/matrix-react-sdk/pull/7214)). Fixes #19920 and #19920. * Polish threads misalignments and UI diversion ([\#7209](https://github.com/matrix-org/matrix-react-sdk/pull/7209)). Fixes #19772, #19710, #19629 #19711 and #19772. * Fix Manage Restricted Join Rule Dialog for Spaces ([\#7208](https://github.com/matrix-org/matrix-react-sdk/pull/7208)). Fixes #19610 and #19610. * Fix wrongly showing unpin in pinned messages tile with no perms ([\#7197](https://github.com/matrix-org/matrix-react-sdk/pull/7197)). Fixes #19886 and #19886. * Make image size constrained by height when using the ImageSize.Large option ([\#7171](https://github.com/matrix-org/matrix-react-sdk/pull/7171)). Fixes #19788 and #19788. * Prevent programmatic scrolling within truncated room sublists ([\#7191](https://github.com/matrix-org/matrix-react-sdk/pull/7191)). * Remove leading slash from /addwidget Jitsi confs ([\#7175](https://github.com/matrix-org/matrix-react-sdk/pull/7175)). Fixes #19839 and #19839. Contributed by @AndrewFerr. * Fix automatic composer focus, regressed by threads work ([\#7167](https://github.com/matrix-org/matrix-react-sdk/pull/7167)). Fixes #19479 and #19479. * Show space members when not invited even if summary didn't fail ([\#7153](https://github.com/matrix-org/matrix-react-sdk/pull/7153)). Fixes #19781 and #19781. * Prevent custom power levels from breaking roles & permissions tab ([\#7160](https://github.com/matrix-org/matrix-react-sdk/pull/7160)). Fixes #19812 and #19812. * Room Context Menu should respond to tag changes ([\#7154](https://github.com/matrix-org/matrix-react-sdk/pull/7154)). Fixes #19776. * Fix an edge case when trying to join an upgraded room ([\#7159](https://github.com/matrix-org/matrix-react-sdk/pull/7159)). Changes in [1.9.5](https://github.com/vector-im/element-web/releases/tag/v1.9.5) (2021-11-22) ============================================================================================= ## āœØ Features * Make double-clicking the PiP take you to the call room ([\#7142](https://github.com/matrix-org/matrix-react-sdk/pull/7142)). Fixes #18421 #15920 and #18421. Contributed by @SimonBrandner. * Add maximise widget functionality ([\#7098](https://github.com/matrix-org/matrix-react-sdk/pull/7098)). Fixes #19619, #19621 #19760 and #19619. * Add rainfall effect ([\#7086](https://github.com/matrix-org/matrix-react-sdk/pull/7086)). Contributed by @justjosias. * Add root folder to zip file created by export chat feature ([\#7097](https://github.com/matrix-org/matrix-react-sdk/pull/7097)). Fixes #19653 and #19653. Contributed by @aaronraimist. * Improve VoIP UI/UX ([\#7048](https://github.com/matrix-org/matrix-react-sdk/pull/7048)). Fixes #19513 and #19513. Contributed by @SimonBrandner. * Unified room context menus ([\#7072](https://github.com/matrix-org/matrix-react-sdk/pull/7072)). Fixes #19527 and #19527. * In forgot password screen, show validation errors inline in the form, instead of in modals ([\#7113](https://github.com/matrix-org/matrix-react-sdk/pull/7113)). Contributed by @psrpinto. * Implement more meta-spaces ([\#7077](https://github.com/matrix-org/matrix-react-sdk/pull/7077)). Fixes #18634 #17295 and #18634. * Expose power level control for m.space.child ([\#7120](https://github.com/matrix-org/matrix-react-sdk/pull/7120)). * Forget member-list query when switching out of a room ([\#7093](https://github.com/matrix-org/matrix-react-sdk/pull/7093)). Fixes #19432 and #19432. Contributed by @SimonBrandner. * Do pre-submit availability check on username during registration ([\#6978](https://github.com/matrix-org/matrix-react-sdk/pull/6978)). Fixes #9545 and #9545. ## šŸ› Bug Fixes * Adjust recovery key button sizes depending on text width ([\#7134](https://github.com/matrix-org/matrix-react-sdk/pull/7134)). Fixes #19511 and #19511. Contributed by @weeman1337. * Fix bulk invite button getting a negative count ([\#7122](https://github.com/matrix-org/matrix-react-sdk/pull/7122)). Fixes #19466 and #19466. Contributed by @renancleyson-dev. * Fix maximised / pinned widget state being loaded correctly ([\#7146](https://github.com/matrix-org/matrix-react-sdk/pull/7146)). Fixes #19768 and #19768. * Don't reload the page when user hits enter when entering ban reason ([\#7145](https://github.com/matrix-org/matrix-react-sdk/pull/7145)). Fixes #19763 and #19763. * Fix timeline text when sharing room layout ([\#7140](https://github.com/matrix-org/matrix-react-sdk/pull/7140)). Fixes #19622 and #19622. * Fix look of emoji verification ([\#7133](https://github.com/matrix-org/matrix-react-sdk/pull/7133)). Fixes #19740 and #19740. Contributed by @SimonBrandner. * Fixes element not remembering widget hidden state per room ([\#7136](https://github.com/matrix-org/matrix-react-sdk/pull/7136)). Fixes #16672, matrix-org/element-web-rageshakes#4407, #15718 #15768 and #16672. * Don't keep spinning if joining space child failed ([\#7129](https://github.com/matrix-org/matrix-react-sdk/pull/7129)). Fixes matrix-org/element-web-rageshakes#6813 and matrix-org/element-web-rageshakes#6813. * Guard around SpaceStore onAccountData handler prevEvent ([\#7123](https://github.com/matrix-org/matrix-react-sdk/pull/7123)). Fixes #19705 and #19705. * Fix missing spaces in threads copy ([\#7119](https://github.com/matrix-org/matrix-react-sdk/pull/7119)). Fixes #19702 and #19702. * Fix hover tile border ([\#7117](https://github.com/matrix-org/matrix-react-sdk/pull/7117)). Fixes #19698 and #19698. Contributed by @SimonBrandner. * Fix quote button ([\#7096](https://github.com/matrix-org/matrix-react-sdk/pull/7096)). Fixes #19659 and #19659. Contributed by @SimonBrandner. * Fix space panel layout edge cases ([\#7101](https://github.com/matrix-org/matrix-react-sdk/pull/7101)). Fixes #19668 and #19668. * Update powerlevel/role when the user changes in the user info panel ([\#7099](https://github.com/matrix-org/matrix-react-sdk/pull/7099)). Fixes #19666 and #19666. Contributed by @SimonBrandner. * Fix avatar disappearing when setting a room topic ([\#7092](https://github.com/matrix-org/matrix-react-sdk/pull/7092)). Fixes #19226 and #19226. Contributed by @SimonBrandner. * Fix possible infinite loop on widget start ([\#7071](https://github.com/matrix-org/matrix-react-sdk/pull/7071)). Fixes #15494 and #15494. * Use device IDs for nameless devices in device list ([\#7081](https://github.com/matrix-org/matrix-react-sdk/pull/7081)). Fixes #19608 and #19608. * Don't re-sort rooms on no-op RoomUpdateCause.PossibleTagChange ([\#7053](https://github.com/matrix-org/matrix-react-sdk/pull/7053)). Contributed by @bradtgmurray. Changes in [1.9.5-rc.1](https://github.com/vector-im/element-web/releases/tag/v1.9.5-rc.1) (2021-11-17) ======================================================================================================= ## āœØ Features * Make double-clicking the PiP take you to the call room ([\#7142](https://github.com/matrix-org/matrix-react-sdk/pull/7142)). Fixes #18421 #15920 and #18421. Contributed by @SimonBrandner. * Add maximise widget functionality ([\#7098](https://github.com/matrix-org/matrix-react-sdk/pull/7098)). Fixes #19619, #19621 #19760 and #19619. * Add rainfall effect ([\#7086](https://github.com/matrix-org/matrix-react-sdk/pull/7086)). Contributed by @justjosias. * Add root folder to zip file created by export chat feature ([\#7097](https://github.com/matrix-org/matrix-react-sdk/pull/7097)). Fixes #19653 and #19653. Contributed by @aaronraimist. * Improve VoIP UI/UX ([\#7048](https://github.com/matrix-org/matrix-react-sdk/pull/7048)). Fixes #19513 and #19513. Contributed by @SimonBrandner. * Unified room context menus ([\#7072](https://github.com/matrix-org/matrix-react-sdk/pull/7072)). Fixes #19527 and #19527. * In forgot password screen, show validation errors inline in the form, instead of in modals ([\#7113](https://github.com/matrix-org/matrix-react-sdk/pull/7113)). Contributed by @psrpinto. * Implement more meta-spaces ([\#7077](https://github.com/matrix-org/matrix-react-sdk/pull/7077)). Fixes #18634 #17295 and #18634. * Expose power level control for m.space.child ([\#7120](https://github.com/matrix-org/matrix-react-sdk/pull/7120)). * Forget member-list query when switching out of a room ([\#7093](https://github.com/matrix-org/matrix-react-sdk/pull/7093)). Fixes #19432 and #19432. Contributed by @SimonBrandner. * Do pre-submit availability check on username during registration ([\#6978](https://github.com/matrix-org/matrix-react-sdk/pull/6978)). Fixes #9545 and #9545. ## šŸ› Bug Fixes * Adjust recovery key button sizes depending on text width ([\#7134](https://github.com/matrix-org/matrix-react-sdk/pull/7134)). Fixes #19511 and #19511. Contributed by @weeman1337. * Fix bulk invite button getting a negative count ([\#7122](https://github.com/matrix-org/matrix-react-sdk/pull/7122)). Fixes #19466 and #19466. Contributed by @renancleyson-dev. * Fix maximised / pinned widget state being loaded correctly ([\#7146](https://github.com/matrix-org/matrix-react-sdk/pull/7146)). Fixes #19768 and #19768. * Don't reload the page when user hits enter when entering ban reason ([\#7145](https://github.com/matrix-org/matrix-react-sdk/pull/7145)). Fixes #19763 and #19763. * Fix timeline text when sharing room layout ([\#7140](https://github.com/matrix-org/matrix-react-sdk/pull/7140)). Fixes #19622 and #19622. * Fix look of emoji verification ([\#7133](https://github.com/matrix-org/matrix-react-sdk/pull/7133)). Fixes #19740 and #19740. Contributed by @SimonBrandner. * Fixes element not remembering widget hidden state per room ([\#7136](https://github.com/matrix-org/matrix-react-sdk/pull/7136)). Fixes #16672, matrix-org/element-web-rageshakes#4407, #15718 #15768 and #16672. * Don't keep spinning if joining space child failed ([\#7129](https://github.com/matrix-org/matrix-react-sdk/pull/7129)). Fixes matrix-org/element-web-rageshakes#6813 and matrix-org/element-web-rageshakes#6813. * Guard around SpaceStore onAccountData handler prevEvent ([\#7123](https://github.com/matrix-org/matrix-react-sdk/pull/7123)). Fixes #19705 and #19705. * Fix missing spaces in threads copy ([\#7119](https://github.com/matrix-org/matrix-react-sdk/pull/7119)). Fixes #19702 and #19702. * Fix hover tile border ([\#7117](https://github.com/matrix-org/matrix-react-sdk/pull/7117)). Fixes #19698 and #19698. Contributed by @SimonBrandner. * Fix quote button ([\#7096](https://github.com/matrix-org/matrix-react-sdk/pull/7096)). Fixes #19659 and #19659. Contributed by @SimonBrandner. * Fix space panel layout edge cases ([\#7101](https://github.com/matrix-org/matrix-react-sdk/pull/7101)). Fixes #19668 and #19668. * Update powerlevel/role when the user changes in the user info panel ([\#7099](https://github.com/matrix-org/matrix-react-sdk/pull/7099)). Fixes #19666 and #19666. Contributed by @SimonBrandner. * Fix avatar disappearing when setting a room topic ([\#7092](https://github.com/matrix-org/matrix-react-sdk/pull/7092)). Fixes #19226 and #19226. Contributed by @SimonBrandner. * Fix possible infinite loop on widget start ([\#7071](https://github.com/matrix-org/matrix-react-sdk/pull/7071)). Fixes #15494 and #15494. * Use device IDs for nameless devices in device list ([\#7081](https://github.com/matrix-org/matrix-react-sdk/pull/7081)). Fixes #19608 and #19608. * Don't re-sort rooms on no-op RoomUpdateCause.PossibleTagChange ([\#7053](https://github.com/matrix-org/matrix-react-sdk/pull/7053)). Contributed by @bradtgmurray. Changes in [1.9.4](https://github.com/vector-im/element-web/releases/tag/v1.9.4) (2021-11-08) ============================================================================================= ## āœØ Features * Improve the look of tooltips ([\#7049](https://github.com/matrix-org/matrix-react-sdk/pull/7049)). Contributed by @SimonBrandner. * Improve the look of the spinner ([\#6083](https://github.com/matrix-org/matrix-react-sdk/pull/6083)). Contributed by @SimonBrandner. * Polls: Creation form & start event ([\#7001](https://github.com/matrix-org/matrix-react-sdk/pull/7001)). * Show a gray shield when encrypted by deleted session ([\#6119](https://github.com/matrix-org/matrix-react-sdk/pull/6119)). Contributed by @SimonBrandner. * ([\#7057](https://github.com/matrix-org/matrix-react-sdk/pull/7057)). Contributed by @ndarilek. * Make message separator more accessible. ([\#7056](https://github.com/matrix-org/matrix-react-sdk/pull/7056)). Contributed by @ndarilek. * ([\#7035](https://github.com/matrix-org/matrix-react-sdk/pull/7035)). Contributed by @ndarilek. * Implement RequiresClient capability for widgets ([\#7005](https://github.com/matrix-org/matrix-react-sdk/pull/7005)). Fixes #15744 and #15744. * Respect the system high contrast setting when using system theme ([\#7043](https://github.com/matrix-org/matrix-react-sdk/pull/7043)). * Remove redundant duplicate mimetype field which doesn't conform to spec ([\#7045](https://github.com/matrix-org/matrix-react-sdk/pull/7045)). Fixes #17145 and #17145. * Make join button on space hierarchy action in the background ([\#7041](https://github.com/matrix-org/matrix-react-sdk/pull/7041)). Fixes #17388 and #17388. * Add a high contrast theme (a variant of the light theme) ([\#7036](https://github.com/matrix-org/matrix-react-sdk/pull/7036)). * Improve timeline message for restricted join rule changes ([\#6984](https://github.com/matrix-org/matrix-react-sdk/pull/6984)). Fixes #18980 and #18980. * Improve the appearance of the font size slider ([\#7038](https://github.com/matrix-org/matrix-react-sdk/pull/7038)). * Improve RovingTabIndex & Room List filtering performance ([\#6987](https://github.com/matrix-org/matrix-react-sdk/pull/6987)). Fixes #17864 and #17864. * Remove outdated Spaces restricted rooms warning ([\#6927](https://github.com/matrix-org/matrix-react-sdk/pull/6927)). * Make /msg param optional for more flexibility ([\#7028](https://github.com/matrix-org/matrix-react-sdk/pull/7028)). Fixes #19481 and #19481. * Add decoration to space hierarchy for tiles which have already been jā€¦ ([\#6969](https://github.com/matrix-org/matrix-react-sdk/pull/6969)). Fixes #18755 and #18755. * Add insert link button to the format bar ([\#5879](https://github.com/matrix-org/matrix-react-sdk/pull/5879)). Contributed by @SimonBrandner. * Improve visibility of font size chooser ([\#6988](https://github.com/matrix-org/matrix-react-sdk/pull/6988)). * Soften border-radius on selected/hovered messages ([\#6525](https://github.com/matrix-org/matrix-react-sdk/pull/6525)). Fixes #18108. Contributed by @SimonBrandner. * Add a developer mode flag and use it for accessing space timelines ([\#6994](https://github.com/matrix-org/matrix-react-sdk/pull/6994)). Fixes #19416 and #19416. * Position toggle switch more clearly ([\#6914](https://github.com/matrix-org/matrix-react-sdk/pull/6914)). Contributed by @CicadaCinema. * Validate email address in forgot password dialog ([\#6983](https://github.com/matrix-org/matrix-react-sdk/pull/6983)). Fixes #9978 and #9978. Contributed by @psrpinto. * Handle and i18n M_THREEPID_IN_USE during registration ([\#6986](https://github.com/matrix-org/matrix-react-sdk/pull/6986)). Fixes #13767 and #13767. * For space invite previews, use room summary API to get the right member count ([\#6982](https://github.com/matrix-org/matrix-react-sdk/pull/6982)). Fixes #19123 and #19123. * Simplify Space Panel notification badge layout ([\#6977](https://github.com/matrix-org/matrix-react-sdk/pull/6977)). Fixes #18527 and #18527. * Use prettier hsName during 3pid registration where possible ([\#6980](https://github.com/matrix-org/matrix-react-sdk/pull/6980)). Fixes #19162 and #19162. ## šŸ› Bug Fixes * Add a condition to only activate the resizer which belongs to the clicked handle ([\#7055](https://github.com/matrix-org/matrix-react-sdk/pull/7055)). Fixes #19521 and #19521. * Restore composer focus after event edit ([\#7065](https://github.com/matrix-org/matrix-react-sdk/pull/7065)). Fixes #19469 and #19469. * Don't apply message bubble visual style to media messages ([\#7040](https://github.com/matrix-org/matrix-react-sdk/pull/7040)). * Handle no selected screen when screen-sharing ([\#7018](https://github.com/matrix-org/matrix-react-sdk/pull/7018)). Fixes #19460 and #19460. Contributed by @SimonBrandner. * Add history entry before completing emoji ([\#7007](https://github.com/matrix-org/matrix-react-sdk/pull/7007)). Fixes #19177 and #19177. Contributed by @RafaelGoncalves8. * Add padding between controls on edit form in message bubbles ([\#7039](https://github.com/matrix-org/matrix-react-sdk/pull/7039)). * Respect the roomState right container request for the Jitsi widget ([\#7033](https://github.com/matrix-org/matrix-react-sdk/pull/7033)). Fixes #16552 and #16552. * Fix cannot read length of undefined for room upgrades ([\#7037](https://github.com/matrix-org/matrix-react-sdk/pull/7037)). Fixes #19509 and #19509. * Cleanup re-dispatching around timelines and composers ([\#7023](https://github.com/matrix-org/matrix-react-sdk/pull/7023)). Fixes #19491 and #19491. Contributed by @SimonBrandner. * Fix removing a room from a Space and interaction with `m.space.parent` ([\#6944](https://github.com/matrix-org/matrix-react-sdk/pull/6944)). Fixes #19363 and #19363. * Fix recent css regression ([\#7022](https://github.com/matrix-org/matrix-react-sdk/pull/7022)). Fixes #19470 and #19470. Contributed by @CicadaCinema. * Fix ModalManager reRender racing with itself ([\#7027](https://github.com/matrix-org/matrix-react-sdk/pull/7027)). Fixes #19489 and #19489. * Fix fullscreening a call while connecting ([\#7019](https://github.com/matrix-org/matrix-react-sdk/pull/7019)). Fixes #19309 and #19309. Contributed by @SimonBrandner. * Allow scrolling right in reply-quoted code block ([\#7024](https://github.com/matrix-org/matrix-react-sdk/pull/7024)). Fixes #19487 and #19487. Contributed by @SimonBrandner. * Fix dark theme codeblock colors ([\#6384](https://github.com/matrix-org/matrix-react-sdk/pull/6384)). Fixes #17998. Contributed by @SimonBrandner. * Show passphrase input label ([\#6992](https://github.com/matrix-org/matrix-react-sdk/pull/6992)). Fixes #19428 and #19428. Contributed by @RafaelGoncalves8. * Always render disabled settings as disabled ([\#7014](https://github.com/matrix-org/matrix-react-sdk/pull/7014)). * Make "Security Phrase" placeholder look consistent cross-browser ([\#6870](https://github.com/matrix-org/matrix-react-sdk/pull/6870)). Fixes #19006 and #19006. Contributed by @neer17. * Fix direction override characters breaking member event text direction ([\#6999](https://github.com/matrix-org/matrix-react-sdk/pull/6999)). * Remove redundant text in verification dialogs ([\#6993](https://github.com/matrix-org/matrix-react-sdk/pull/6993)). Fixes #19290 and #19290. Contributed by @RafaelGoncalves8. * Fix space panel name overflowing ([\#6995](https://github.com/matrix-org/matrix-react-sdk/pull/6995)). Fixes #19455 and #19455. * Fix conflicting CSS on syntax highlighted blocks ([\#6991](https://github.com/matrix-org/matrix-react-sdk/pull/6991)). Fixes #19445 and #19445. --- chat/element-web/Makefile | 4 +- chat/element-web/PLIST | 263 ++++++++++++++++++++------------------ chat/element-web/distinfo | 8 +- 3 files changed, 143 insertions(+), 132 deletions(-) diff --git a/chat/element-web/Makefile b/chat/element-web/Makefile index 16268cd139a1..6f5684dc1f74 100644 --- a/chat/element-web/Makefile +++ b/chat/element-web/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2021/10/29 08:35:56 js Exp $ +# $NetBSD: Makefile,v 1.10 2021/12/13 18:04:51 js Exp $ DISTNAME= element-v${PKGVERSION_NOREV} -PKGNAME= element-web-1.9.3 +PKGNAME= element-web-1.9.7 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_GITHUB:=vector-im/} GITHUB_RELEASE= v${PKGVERSION_NOREV} diff --git a/chat/element-web/PLIST b/chat/element-web/PLIST index 169006473ebe..d1a83b044da3 100644 --- a/chat/element-web/PLIST +++ b/chat/element-web/PLIST @@ -1,85 +1,90 @@ -@comment $NetBSD: PLIST,v 1.9 2021/10/29 08:35:56 js Exp $ -share/element-web/377627b798e45e1a8885.worker.js -share/element-web/377627b798e45e1a8885.worker.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/0.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/0.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/1.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/1.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/2.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/2.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/25.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/25.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/26.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/26.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/27.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/27.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/28.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/28.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/29.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/29.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/3.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/3.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/30.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/30.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/31.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/31.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/32.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/32.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/4.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/4.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/5.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/5.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/6.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/6.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/7.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/7.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/bundle.css -share/element-web/bundles/e8d1e9646ad7cdbac0b6/bundle.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/bundle.js.LICENSE.txt -share/element-web/bundles/e8d1e9646ad7cdbac0b6/bundle.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/compatibility-view.css -share/element-web/bundles/e8d1e9646ad7cdbac0b6/compatibility-view.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/compatibility-view.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/element-web-app.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/element-web-app.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/element-web-component-index.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/element-web-component-index.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/error-view.css -share/element-web/bundles/e8d1e9646ad7cdbac0b6/error-view.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/error-view.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/init.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/init.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/jitsi.css -share/element-web/bundles/e8d1e9646ad7cdbac0b6/jitsi.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/jitsi.js.LICENSE.txt -share/element-web/bundles/e8d1e9646ad7cdbac0b6/jitsi.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/mobileguide.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/mobileguide.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/styles.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/styles.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/theme-dark-custom.css -share/element-web/bundles/e8d1e9646ad7cdbac0b6/theme-dark-custom.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/theme-dark-custom.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/theme-dark.css -share/element-web/bundles/e8d1e9646ad7cdbac0b6/theme-dark.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/theme-dark.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/theme-legacy-dark.css -share/element-web/bundles/e8d1e9646ad7cdbac0b6/theme-legacy-dark.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/theme-legacy-dark.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/theme-legacy-light.css -share/element-web/bundles/e8d1e9646ad7cdbac0b6/theme-legacy-light.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/theme-legacy-light.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/theme-light-custom.css -share/element-web/bundles/e8d1e9646ad7cdbac0b6/theme-light-custom.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/theme-light-custom.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/theme-light.css -share/element-web/bundles/e8d1e9646ad7cdbac0b6/theme-light.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/theme-light.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/usercontent.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/usercontent.js.map -share/element-web/bundles/e8d1e9646ad7cdbac0b6/vendors~init.js -share/element-web/bundles/e8d1e9646ad7cdbac0b6/vendors~init.js.LICENSE.txt -share/element-web/bundles/e8d1e9646ad7cdbac0b6/vendors~init.js.map +@comment $NetBSD: PLIST,v 1.10 2021/12/13 18:04:51 js Exp $ +share/element-web/05696921702f00f07648.worker.js +share/element-web/05696921702f00f07648.worker.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/0.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/0.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/1.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/1.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/2.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/2.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/27.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/27.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/28.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/28.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/29.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/29.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/3.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/3.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/30.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/30.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/31.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/31.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/32.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/32.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/33.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/33.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/34.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/34.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/4.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/4.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/5.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/5.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/6.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/6.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/7.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/7.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/8.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/8.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/bundle.css +share/element-web/bundles/7bf728d65b4d5d55b3a1/bundle.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/bundle.js.LICENSE.txt +share/element-web/bundles/7bf728d65b4d5d55b3a1/bundle.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/compatibility-view.css +share/element-web/bundles/7bf728d65b4d5d55b3a1/compatibility-view.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/compatibility-view.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/element-web-app.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/element-web-app.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/element-web-component-index.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/element-web-component-index.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/error-view.css +share/element-web/bundles/7bf728d65b4d5d55b3a1/error-view.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/error-view.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/init.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/init.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/jitsi.css +share/element-web/bundles/7bf728d65b4d5d55b3a1/jitsi.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/jitsi.js.LICENSE.txt +share/element-web/bundles/7bf728d65b4d5d55b3a1/jitsi.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/mobileguide.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/mobileguide.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/styles.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/styles.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/theme-dark-custom.css +share/element-web/bundles/7bf728d65b4d5d55b3a1/theme-dark-custom.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/theme-dark-custom.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/theme-dark.css +share/element-web/bundles/7bf728d65b4d5d55b3a1/theme-dark.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/theme-dark.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/theme-legacy-dark.css +share/element-web/bundles/7bf728d65b4d5d55b3a1/theme-legacy-dark.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/theme-legacy-dark.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/theme-legacy-light.css +share/element-web/bundles/7bf728d65b4d5d55b3a1/theme-legacy-light.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/theme-legacy-light.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/theme-light-custom.css +share/element-web/bundles/7bf728d65b4d5d55b3a1/theme-light-custom.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/theme-light-custom.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/theme-light-high-contrast.css +share/element-web/bundles/7bf728d65b4d5d55b3a1/theme-light-high-contrast.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/theme-light-high-contrast.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/theme-light.css +share/element-web/bundles/7bf728d65b4d5d55b3a1/theme-light.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/theme-light.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/usercontent.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/usercontent.js.map +share/element-web/bundles/7bf728d65b4d5d55b3a1/vendors~init.js +share/element-web/bundles/7bf728d65b4d5d55b3a1/vendors~init.js.LICENSE.txt +share/element-web/bundles/7bf728d65b4d5d55b3a1/vendors~init.js.map share/element-web/config.sample.json share/element-web/contribute.json share/element-web/decoder-ring/datatypes.js @@ -176,50 +181,50 @@ share/element-web/fonts/Twemoji_Mozilla/TwemojiMozilla-colr.8aee240.woff2 share/element-web/fonts/Twemoji_Mozilla/TwemojiMozilla-sbix.293e5ba.woff2 share/element-web/i18n/bg.c63ced8.json share/element-web/i18n/ca.023c0d5.json -share/element-web/i18n/cs.58977e1.json +share/element-web/i18n/cs.54030e2.json share/element-web/i18n/da.104ac50.json -share/element-web/i18n/de_DE.1cde79c.json +share/element-web/i18n/de_DE.0c2dc07.json share/element-web/i18n/el.e57f42e.json -share/element-web/i18n/en_EN.fb57ef2.json +share/element-web/i18n/en_EN.ab5f7ad.json share/element-web/i18n/en_US.abb8c84.json share/element-web/i18n/eo.468ea0a.json -share/element-web/i18n/es.7e12540.json -share/element-web/i18n/et.4b520d8.json +share/element-web/i18n/es.ed282b3.json +share/element-web/i18n/et.57d2b8b.json share/element-web/i18n/eu.c55575b.json -share/element-web/i18n/fi.71a9cad.json -share/element-web/i18n/fr.e84e9da.json -share/element-web/i18n/gl.af3b7a4.json +share/element-web/i18n/fi.39cdb63.json +share/element-web/i18n/fr.d9a9296.json +share/element-web/i18n/gl.03b315c.json share/element-web/i18n/he.ac149d1.json share/element-web/i18n/hi.cc069ec.json -share/element-web/i18n/hu.003ccca.json +share/element-web/i18n/hu.1692f58.json share/element-web/i18n/is.6ba8ebd.json -share/element-web/i18n/it.70bfbf8.json +share/element-web/i18n/it.9bce917.json share/element-web/i18n/ja.a887a49.json share/element-web/i18n/jbo.8701e0d.json share/element-web/i18n/kab.19b8c58.json share/element-web/i18n/ko.092a0e7.json -share/element-web/i18n/languages.2a86492.json +share/element-web/i18n/languages.53fd6cb.json share/element-web/i18n/languages.json share/element-web/i18n/lt.a4b9729.json share/element-web/i18n/lv.1a83cba.json share/element-web/i18n/nb_NO.1679c1a.json -share/element-web/i18n/nl.e2a2ba6.json +share/element-web/i18n/nl.399e027.json share/element-web/i18n/nn.521c382.json -share/element-web/i18n/pl.a1517fc.json +share/element-web/i18n/pl.f553872.json share/element-web/i18n/pt.0777413.json -share/element-web/i18n/pt_BR.6fc7f88.json -share/element-web/i18n/ru.a445204.json +share/element-web/i18n/pt_BR.7241c42.json +share/element-web/i18n/ru.d08b7f3.json share/element-web/i18n/sk.8683d7c.json -share/element-web/i18n/sq.8f15eab.json -share/element-web/i18n/sr.0c044d0.json -share/element-web/i18n/sv.078a25f.json +share/element-web/i18n/sq.1adfb64.json +share/element-web/i18n/sr.701eec9.json +share/element-web/i18n/sv.232365b.json share/element-web/i18n/te.cd1c6fd.json share/element-web/i18n/th.fd58cd9.json -share/element-web/i18n/tr.d3f50b7.json -share/element-web/i18n/uk.4d3e227.json +share/element-web/i18n/tr.6972d23.json +share/element-web/i18n/uk.f52aa0c.json share/element-web/i18n/vls.8abb0eb.json -share/element-web/i18n/zh_Hans.9a2ea8b.json -share/element-web/i18n/zh_Hant.5603ba9.json +share/element-web/i18n/zh_Hans.0826f12.json +share/element-web/i18n/zh_Hant.0629792.json share/element-web/img/camera.2f271b6.svg share/element-web/img/cancel-small.495f44c.svg share/element-web/img/cancel.4b9715b.svg @@ -247,6 +252,7 @@ share/element-web/img/element-icons/call/video-call.f465ed0.svg share/element-web/img/element-icons/call/voice-call.303eba8.svg share/element-web/img/element-icons/camera.a81a395.svg share/element-web/img/element-icons/chat-bubbles.e2bd2cb.svg +share/element-web/img/element-icons/check-white.212e405.svg share/element-web/img/element-icons/circle-sending.bcca6aa.svg share/element-web/img/element-icons/circle-sent.5079cbe.svg share/element-web/img/element-icons/cloud-off.33cd28e.svg @@ -257,7 +263,7 @@ share/element-web/img/element-icons/context-menu.829cc1a.svg share/element-web/img/element-icons/email-prompt.1d04dfe.svg share/element-web/img/element-icons/expand-message.272d305.svg share/element-web/img/element-icons/expand-space-panel.e6f74b9.svg -share/element-web/img/element-icons/export.57444c5.svg +share/element-web/img/element-icons/export.4a4f177.svg share/element-web/img/element-icons/eye.23b2229.svg share/element-web/img/element-icons/feedback.a91241e.svg share/element-web/img/element-icons/hide.2b52315.svg @@ -267,9 +273,12 @@ 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.8f4b1fc.svg share/element-web/img/element-icons/lock.1f264bd.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 -share/element-web/img/element-icons/message/thread.1f48874.svg +share/element-web/img/element-icons/message/overflow-large.252272d.svg +share/element-web/img/element-icons/message/thread.bad77e9.svg +share/element-web/img/element-icons/minimise-collapse.a59edfc.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 @@ -281,7 +290,7 @@ share/element-web/img/element-icons/room/composer/emoji.52d7369.svg share/element-web/img/element-icons/room/composer/poll.fe8a265.svg share/element-web/img/element-icons/room/composer/sticker.8dbe5ec.svg share/element-web/img/element-icons/room/default_app.2034d23.svg -share/element-web/img/element-icons/room/default_cal.65049a4.svg +share/element-web/img/element-icons/room/default_cal.13af0ea.svg share/element-web/img/element-icons/room/default_clock.e3e0f9b.svg share/element-web/img/element-icons/room/default_doc.02ee63f.svg share/element-web/img/element-icons/room/default_video.66250a4.svg @@ -331,16 +340,20 @@ share/element-web/img/element-icons/settings.6b381af.svg share/element-web/img/element-icons/settings/appearance.cdebd40.svg share/element-web/img/element-icons/settings/flair.4227a88.svg share/element-web/img/element-icons/settings/help.68b703f.svg +share/element-web/img/element-icons/settings/img-size-large.c0f5400.svg +share/element-web/img/element-icons/settings/img-size-normal.db0807d.svg share/element-web/img/element-icons/settings/lab-flags.6fbe5e2.svg share/element-web/img/element-icons/settings/preference.82bfabd.svg +share/element-web/img/element-icons/settings/sidebar.bad60e6.svg share/element-web/img/element-icons/speaker.7124b41.svg share/element-web/img/element-icons/thread-summary.7fa6f03.svg share/element-web/img/element-icons/trashcan.3b626db.svg share/element-web/img/element-icons/upload.e2a53e0.svg share/element-web/img/element-icons/view-community.0cad1a5.svg share/element-web/img/element-icons/view-in-room.a7fa669.svg -share/element-web/img/element-icons/warning-badge.413c9a9.svg +share/element-web/img/element-icons/warning-badge.713e1ca.svg share/element-web/img/element-icons/warning.d65f5be.svg +share/element-web/img/element-icons/x-8px.0e14254.svg share/element-web/img/ellipsis.c2118e5.svg share/element-web/img/emojipicker/activity.921ec9f.svg share/element-web/img/emojipicker/custom.e1cd0fd.svg @@ -357,7 +370,7 @@ share/element-web/img/emojipicker/symbols.15a557d.svg share/element-web/img/external-link.a8d3e9b.svg share/element-web/img/feather-customised/alert-triangle.38aca3a.svg share/element-web/img/feather-customised/bridge.b2ca042.svg -share/element-web/img/feather-customised/bug.3dc7afa.svg +share/element-web/img/feather-customised/bug.d4068cd.svg share/element-web/img/feather-customised/cancel.23c2689.svg share/element-web/img/feather-customised/check.5745b4e.svg share/element-web/img/feather-customised/chevron-down-thin.f9a2477.svg @@ -369,8 +382,6 @@ share/element-web/img/feather-customised/eye.52aa0d2.svg share/element-web/img/feather-customised/files.d6a33b8.svg share/element-web/img/feather-customised/help-circle.03fb6cf.svg share/element-web/img/feather-customised/image.a8671b8.svg -share/element-web/img/feather-customised/maximise.dc32127.svg -share/element-web/img/feather-customised/minimise.aec9142.svg share/element-web/img/feather-customised/plus.38ae979.svg share/element-web/img/feather-customised/search-input.044bfa7.svg share/element-web/img/feather-customised/secure-backup.329cb1c.svg @@ -415,34 +426,34 @@ share/element-web/img/social/facebook.d547f79.png share/element-web/img/social/linkedin.ab157f6.png share/element-web/img/social/reddit.eeab8e6.png share/element-web/img/social/twitter-2.6517b36.png -share/element-web/img/spinner.5a0438d.svg +share/element-web/img/spinner/spinner-background.42a9b9d.svg +share/element-web/img/spinner/spinner-foreground.cfdb46a.svg share/element-web/img/stickerpack-placeholder.9c54c13.png share/element-web/img/subtract.880420e.svg share/element-web/img/typing-indicator-2x.0eb9f0e.gif share/element-web/img/upload-big.cdac3ea.svg +share/element-web/img/voip/call-view/cam-off.8a4f251.svg +share/element-web/img/voip/call-view/cam-on.2f20559.svg +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/more.645220c.svg +share/element-web/img/voip/call-view/screensharing.6633902.svg +share/element-web/img/voip/call-view/sidebar-off.6aeab15.svg +share/element-web/img/voip/call-view/sidebar-on.201da9d.svg share/element-web/img/voip/declined-video.9a30254.svg share/element-web/img/voip/declined-voice.bf46841.svg -share/element-web/img/voip/dialpad.fdda9a0.svg -share/element-web/img/voip/hangup.9c3adeb.svg share/element-web/img/voip/mic-muted.d4c8cf9.svg -share/element-web/img/voip/mic-off.774e42b.svg share/element-web/img/voip/mic-on-mask.97ec7a0.svg -share/element-web/img/voip/mic-on.2592c14.svg share/element-web/img/voip/mic-unmuted.523e72c.svg share/element-web/img/voip/missed-video.de54793.svg share/element-web/img/voip/missed-voice.7863c72.svg -share/element-web/img/voip/more.5e8055e.svg share/element-web/img/voip/paused.77799b3.svg -share/element-web/img/voip/screensharing-off.61ced1f.svg -share/element-web/img/voip/screensharing-on.b858176.svg -share/element-web/img/voip/sidebar-off.d853871.svg -share/element-web/img/voip/sidebar-on.b9cef7c.svg share/element-web/img/voip/silence.08cd2d6.svg share/element-web/img/voip/tab-dialpad.a4a190e.svg share/element-web/img/voip/tab-userdirectory.cc3ed9a.svg share/element-web/img/voip/un-silence.cebdd12.svg -share/element-web/img/voip/vid-off.5552596.svg -share/element-web/img/voip/vid-on.b9b8bbf.svg share/element-web/img/warning.05cc423.svg share/element-web/index.html share/element-web/jitsi.html @@ -459,10 +470,10 @@ share/element-web/media/ring.ogg share/element-web/media/ringback.mp3 share/element-web/media/ringback.ogg share/element-web/mobile_guide/index.html -share/element-web/olm.91fced0.wasm +share/element-web/olm.cccfd1d.wasm share/element-web/olm_legacy.js -share/element-web/opus-decoderWorker.min.0bf459c.js -share/element-web/opus-encoderWorker.min.c72fcd6.js +share/element-web/opus-decoderWorker.min.5ddc340.js +share/element-web/opus-encoderWorker.min.aeff202.js share/element-web/recorder-worklet.7602083.js share/element-web/recorder-worklet.7602083.js.map share/element-web/static/incompatible-browser.html diff --git a/chat/element-web/distinfo b/chat/element-web/distinfo index edebd25b2873..dfc7d5bf5559 100644 --- a/chat/element-web/distinfo +++ b/chat/element-web/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2021/10/29 08:35:56 js Exp $ +$NetBSD: distinfo,v 1.12 2021/12/13 18:04:51 js Exp $ -BLAKE2s (element-v1.9.3.tar.gz) = a0dec9990d6b8c28a90b63d0df00c642a5f3716e71207e849a26fa76bcc8b237 -SHA512 (element-v1.9.3.tar.gz) = 3715ab59a67321c14a31586c7c4fee5030fb25dba03d31f376dee50ab068a74b1394de52fd7347fcf4c4ffa8eb78cea9f569b05fdb1e9ef98b7891078fd498bb -Size (element-v1.9.3.tar.gz) = 15417562 bytes +BLAKE2s (element-v1.9.7.tar.gz) = 649ef058346c45b51aa16d3169a27a8d5ffd5aad2e330c201018d1c76c2a211e +SHA512 (element-v1.9.7.tar.gz) = 5bf678d048d38dd887b73c2b00b7f4ca0aa3c93e836462a50d357b04a61f8e943beb56f5368fa748ef02bced5b4c1f19e45efa77875f1a87540d717440ecd2bc +Size (element-v1.9.7.tar.gz) = 15626084 bytes