Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package element-desktop for openSUSE:Factory checked in at 2021-12-10 21:52:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/element-desktop (Old) and /work/SRC/openSUSE:Factory/.element-desktop.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "element-desktop" Fri Dec 10 21:52:42 2021 rev:5 rq:939081 version:1.9.6 Changes: -------- --- /work/SRC/openSUSE:Factory/element-desktop/element-desktop.changes 2021-10-18 22:02:54.858124915 +0200 +++ /work/SRC/openSUSE:Factory/.element-desktop.new.2520/element-desktop.changes 2021-12-10 21:53:14.998915517 +0100 @@ -1,0 +2,8 @@ +Wed Dec 08 18:00:11 UTC 2021 - Sunsheep <m...@sunsheep.net> + +- Version 1.9.6 + * UI fixes and improvements + * implement more meta-spaces + * Fix possible infinite loop on widget start + +------------------------------------------------------------------- Old: ---- element-desktop-1.9.2.tar.gz element-web-1.9.2.tar.gz New: ---- element-desktop-1.9.6.tar.gz element-web-1.9.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ element-desktop.spec ++++++ --- /var/tmp/diff_new_pack.sbGhxx/_old 2021-12-10 21:53:15.910915920 +0100 +++ /var/tmp/diff_new_pack.sbGhxx/_new 2021-12-10 21:53:15.914915921 +0100 @@ -17,7 +17,7 @@ Name: element-desktop -Version: 1.9.2 +Version: 1.9.6 Release: 0 Summary: A glossy Matrix collaboration client - desktop License: Apache-2.0 ++++++ dist.tar.gz ++++++ /work/SRC/openSUSE:Factory/element-desktop/dist.tar.gz /work/SRC/openSUSE:Factory/.element-desktop.new.2520/dist.tar.gz differ: char 14, line 1 ++++++ element-desktop-1.9.2.tar.gz -> element-desktop-1.9.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/element-desktop-1.9.2/CHANGELOG.md new/element-desktop-1.9.6/CHANGELOG.md --- old/element-desktop-1.9.2/CHANGELOG.md 2021-10-12 10:15:26.000000000 +0200 +++ new/element-desktop-1.9.6/CHANGELOG.md 2021-12-06 16:43:57.000000000 +0100 @@ -1,3 +1,181 @@ +Changes in [1.9.6](https://github.com/vector-im/element-desktop/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 vector-im/element-web#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 vector-im/element-web#19632. + * Improve ThreadPanel ctx menu accessibility ([\#7217](https://github.com/matrix-org/matrix-react-sdk/pull/7217)). Fixes vector-im/element-web#19885. + * Allow filtering room list during treeview navigation ([\#7219](https://github.com/matrix-org/matrix-react-sdk/pull/7219)). Fixes vector-im/element-web#14702. + * Add right panel chat timeline ([\#7112](https://github.com/matrix-org/matrix-react-sdk/pull/7112)). Fixes vector-im/element-web#19633. + * Hide server options hint when disable_custom_urls is true ([\#7215](https://github.com/matrix-org/matrix-react-sdk/pull/7215)). Fixes vector-im/element-web#19919. + * Improve right panel resize handle usability ([\#7204](https://github.com/matrix-org/matrix-react-sdk/pull/7204)). Fixes vector-im/element-web#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 vector-im/element-web#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 vector-im/element-web#19793. + * Remove chevrons from RoomSummaryCard_Button ([\#7137](https://github.com/matrix-org/matrix-react-sdk/pull/7137)). Fixes vector-im/element-web#19644. + * Disable op/deop commands where user has no permissions ([\#7161](https://github.com/matrix-org/matrix-react-sdk/pull/7161)). Fixes vector-im/element-web#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 vector-im/element-web#1520 and vector-im/element-web#19498. + +## ???? Bug Fixes + * Fix left panel glow in Safari ([\#7236](https://github.com/matrix-org/matrix-react-sdk/pull/7236)). Fixes vector-im/element-web#19863. + * Fix newline on edit messages with quotes ([\#7227](https://github.com/matrix-org/matrix-react-sdk/pull/7227)). Fixes vector-im/element-web#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 vector-im/element-web#19921. + * Fix multiline paragraph rendering as single line ([\#7210](https://github.com/matrix-org/matrix-react-sdk/pull/7210)). Fixes vector-im/element-web#8786. Contributed by @renancleyson-dev. + * Improve room list message previews ([\#7224](https://github.com/matrix-org/matrix-react-sdk/pull/7224)). Fixes vector-im/element-web#17101 and vector-im/element-web#16169. + * Fix EmojiPicker lazy loaded rendering bug ([\#7225](https://github.com/matrix-org/matrix-react-sdk/pull/7225)). Fixes vector-im/element-web#15341. + * Prevent default avatar in UserInfo having pointer cursor ([\#7218](https://github.com/matrix-org/matrix-react-sdk/pull/7218)). Fixes vector-im/element-web#13872. + * Prevent duplicate avatars in Event List Summaries ([\#7222](https://github.com/matrix-org/matrix-react-sdk/pull/7222)). Fixes vector-im/element-web#17706. + * Respect the home page as a context for the Home space ([\#7216](https://github.com/matrix-org/matrix-react-sdk/pull/7216)). Fixes vector-im/element-web#19554. + * Fix RoomUpgradeWarningBar exploding ([\#7214](https://github.com/matrix-org/matrix-react-sdk/pull/7214)). Fixes vector-im/element-web#19920. + * Polish threads misalignments and UI diversion ([\#7209](https://github.com/matrix-org/matrix-react-sdk/pull/7209)). Fixes vector-im/element-web#19772, vector-im/element-web#19710 vector-im/element-web#19629 and vector-im/element-web#19711. + * Fix Manage Restricted Join Rule Dialog for Spaces ([\#7208](https://github.com/matrix-org/matrix-react-sdk/pull/7208)). Fixes vector-im/element-web#19610. + * Fix wrongly showing unpin in pinned messages tile with no perms ([\#7197](https://github.com/matrix-org/matrix-react-sdk/pull/7197)). Fixes vector-im/element-web#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 vector-im/element-web#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 vector-im/element-web#19839. Contributed by @AndrewFerr. + * Fix automatic composer focus, regressed by threads work ([\#7167](https://github.com/matrix-org/matrix-react-sdk/pull/7167)). Fixes vector-im/element-web#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 vector-im/element-web#19781. + * Prevent custom power levels from breaking roles & permissions tab ([\#7160](https://github.com/matrix-org/matrix-react-sdk/pull/7160)). Fixes vector-im/element-web#19812. + * Room Context Menu should respond to tag changes ([\#7154](https://github.com/matrix-org/matrix-react-sdk/pull/7154)). Fixes vector-im/element-web#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-desktop/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 vector-im/element-web#18421 vector-im/element-web#15920 and vector-im/element-web#18421. Contributed by @SimonBrandner. + * Add maximise widget functionality ([\#7098](https://github.com/matrix-org/matrix-react-sdk/pull/7098)). Fixes vector-im/element-web#19619, vector-im/element-web#19621 vector-im/element-web#19760 and vector-im/element-web#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 vector-im/element-web#19653 and vector-im/element-web#19653. Contributed by @aaronraimist. + * Improve VoIP UI/UX ([\#7048](https://github.com/matrix-org/matrix-react-sdk/pull/7048)). Fixes vector-im/element-web#19513 and vector-im/element-web#19513. Contributed by @SimonBrandner. + * Unified room context menus ([\#7072](https://github.com/matrix-org/matrix-react-sdk/pull/7072)). Fixes vector-im/element-web#19527 and vector-im/element-web#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 vector-im/element-web#18634 vector-im/element-web#17295 and vector-im/element-web#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 vector-im/element-web#19432 and vector-im/element-web#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 vector-im/element-web#9545 and vector-im/element-web#9545. + +## ???? Bug Fixes + * Adjust recovery key button sizes depending on text width ([\#7134](https://github.com/matrix-org/matrix-react-sdk/pull/7134)). Fixes vector-im/element-web#19511 and vector-im/element-web#19511. Contributed by @weeman1337. + * Fix bulk invite button getting a negative count ([\#7122](https://github.com/matrix-org/matrix-react-sdk/pull/7122)). Fixes vector-im/element-web#19466 and vector-im/element-web#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 vector-im/element-web#19768 and vector-im/element-web#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 vector-im/element-web#19763 and vector-im/element-web#19763. + * Fix timeline text when sharing room layout ([\#7140](https://github.com/matrix-org/matrix-react-sdk/pull/7140)). Fixes vector-im/element-web#19622 and vector-im/element-web#19622. + * Fix look of emoji verification ([\#7133](https://github.com/matrix-org/matrix-react-sdk/pull/7133)). Fixes vector-im/element-web#19740 and vector-im/element-web#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 vector-im/element-web#16672, matrix-org/element-web-rageshakes#4407, vector-im/element-web#15718 vector-im/element-web#15768 and vector-im/element-web#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 vector-im/element-web#19705 and vector-im/element-web#19705. + * Fix missing spaces in threads copy ([\#7119](https://github.com/matrix-org/matrix-react-sdk/pull/7119)). Fixes vector-im/element-web#19702 and vector-im/element-web#19702. + * Fix hover tile border ([\#7117](https://github.com/matrix-org/matrix-react-sdk/pull/7117)). Fixes vector-im/element-web#19698 and vector-im/element-web#19698. Contributed by @SimonBrandner. + * Fix quote button ([\#7096](https://github.com/matrix-org/matrix-react-sdk/pull/7096)). Fixes vector-im/element-web#19659 and vector-im/element-web#19659. Contributed by @SimonBrandner. + * Fix space panel layout edge cases ([\#7101](https://github.com/matrix-org/matrix-react-sdk/pull/7101)). Fixes vector-im/element-web#19668 and vector-im/element-web#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 vector-im/element-web#19666 and vector-im/element-web#19666. Contributed by @SimonBrandner. + * Fix avatar disappearing when setting a room topic ([\#7092](https://github.com/matrix-org/matrix-react-sdk/pull/7092)). Fixes vector-im/element-web#19226 and vector-im/element-web#19226. Contributed by @SimonBrandner. + * Fix possible infinite loop on widget start ([\#7071](https://github.com/matrix-org/matrix-react-sdk/pull/7071)). Fixes vector-im/element-web#15494 and vector-im/element-web#15494. + * Use device IDs for nameless devices in device list ([\#7081](https://github.com/matrix-org/matrix-react-sdk/pull/7081)). Fixes vector-im/element-web#19608 and vector-im/element-web#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-desktop/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. + * Silence some widgets for better screen reader presentation. ([\#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. + * Give each room directory entry the `listitem` role to correspond with the containing `list`. ([\#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 vector-im/element-web#15744 and vector-im/element-web#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 vector-im/element-web#17145 and vector-im/element-web#17145. + * Make join button on space hierarchy action in the background ([\#7041](https://github.com/matrix-org/matrix-react-sdk/pull/7041)). Fixes vector-im/element-web#17388 and vector-im/element-web#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 vector-im/element-web#18980 and vector-im/element-web#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 vector-im/element-web#17864 and vector-im/element-web#17864. + * Remove outdated Spaces restricted rooms warning ([\#6927](https://github.com/matrix-org/matrix-react-sdk/pull/6927)). + * Make /msg <message> param optional for more flexibility ([\#7028](https://github.com/matrix-org/matrix-react-sdk/pull/7028)). Fixes vector-im/element-web#19481 and vector-im/element-web#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 vector-im/element-web#18755 and vector-im/element-web#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 vector-im/element-web#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 vector-im/element-web#19416 and vector-im/element-web#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 vector-im/element-web#9978 and vector-im/element-web#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 vector-im/element-web#13767 and vector-im/element-web#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 vector-im/element-web#19123 and vector-im/element-web#19123. + * Simplify Space Panel notification badge layout ([\#6977](https://github.com/matrix-org/matrix-react-sdk/pull/6977)). Fixes vector-im/element-web#18527 and vector-im/element-web#18527. + * Use prettier hsName during 3pid registration where possible ([\#6980](https://github.com/matrix-org/matrix-react-sdk/pull/6980)). Fixes vector-im/element-web#19162 and vector-im/element-web#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 vector-im/element-web#19521 and vector-im/element-web#19521. + * Restore composer focus after event edit ([\#7065](https://github.com/matrix-org/matrix-react-sdk/pull/7065)). Fixes vector-im/element-web#19469 and vector-im/element-web#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 vector-im/element-web#19460 and vector-im/element-web#19460. Contributed by @SimonBrandner. + * Add history entry before completing emoji ([\#7007](https://github.com/matrix-org/matrix-react-sdk/pull/7007)). Fixes vector-im/element-web#19177 and vector-im/element-web#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 vector-im/element-web#16552 and vector-im/element-web#16552. + * Fix cannot read length of undefined for room upgrades ([\#7037](https://github.com/matrix-org/matrix-react-sdk/pull/7037)). Fixes vector-im/element-web#19509 and vector-im/element-web#19509. + * Cleanup re-dispatching around timelines and composers ([\#7023](https://github.com/matrix-org/matrix-react-sdk/pull/7023)). Fixes vector-im/element-web#19491 and vector-im/element-web#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 vector-im/element-web#19363 and vector-im/element-web#19363. + * Fix recent css regression ([\#7022](https://github.com/matrix-org/matrix-react-sdk/pull/7022)). Fixes vector-im/element-web#19470 and vector-im/element-web#19470. Contributed by @CicadaCinema. + * Fix ModalManager reRender racing with itself ([\#7027](https://github.com/matrix-org/matrix-react-sdk/pull/7027)). Fixes vector-im/element-web#19489 and vector-im/element-web#19489. + * Fix fullscreening a call while connecting ([\#7019](https://github.com/matrix-org/matrix-react-sdk/pull/7019)). Fixes vector-im/element-web#19309 and vector-im/element-web#19309. Contributed by @SimonBrandner. + * Allow scrolling right in reply-quoted code block ([\#7024](https://github.com/matrix-org/matrix-react-sdk/pull/7024)). Fixes vector-im/element-web#19487 and vector-im/element-web#19487. Contributed by @SimonBrandner. + * Fix dark theme codeblock colors ([\#6384](https://github.com/matrix-org/matrix-react-sdk/pull/6384)). Fixes vector-im/element-web#17998. Contributed by @SimonBrandner. + * Show passphrase input label ([\#6992](https://github.com/matrix-org/matrix-react-sdk/pull/6992)). Fixes vector-im/element-web#19428 and vector-im/element-web#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 vector-im/element-web#19006 and vector-im/element-web#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 vector-im/element-web#19290 and vector-im/element-web#19290. Contributed by @RafaelGoncalves8. + * Fix space panel name overflowing ([\#6995](https://github.com/matrix-org/matrix-react-sdk/pull/6995)). Fixes vector-im/element-web#19455 and vector-im/element-web#19455. + * Fix conflicting CSS on syntax highlighted blocks ([\#6991](https://github.com/matrix-org/matrix-react-sdk/pull/6991)). Fixes vector-im/element-web#19445 and vector-im/element-web#19445. + +Changes in [1.9.3](https://github.com/vector-im/element-desktop/releases/tag/v1.9.3) (2021-10-25) +================================================================================================= + +## ??? Features + * Convert the "Cryptography" settings panel to an HTML table to assist screen reader users. ([\#6968](https://github.com/matrix-org/matrix-react-sdk/pull/6968)). Contributed by [andybalaam](https://github.com/andybalaam). + * Swap order of private space creation and tweak copy ([\#6967](https://github.com/matrix-org/matrix-react-sdk/pull/6967)). Fixes vector-im/element-web#18768 and vector-im/element-web#18768. + * Add spacing to Room settings - Notifications subsection ([\#6962](https://github.com/matrix-org/matrix-react-sdk/pull/6962)). Contributed by [CicadaCinema](https://github.com/CicadaCinema). + * Use HTML tables for some tabular user interface areas, to assist with screen reader use ([\#6955](https://github.com/matrix-org/matrix-react-sdk/pull/6955)). Contributed by [andybalaam](https://github.com/andybalaam). + * Fix space invite edge cases ([\#6884](https://github.com/matrix-org/matrix-react-sdk/pull/6884)). Fixes vector-im/element-web#19010 vector-im/element-web#17345 and vector-im/element-web#19010. + * Allow options to cascade kicks/bans throughout spaces ([\#6829](https://github.com/matrix-org/matrix-react-sdk/pull/6829)). Fixes vector-im/element-web#18969 and vector-im/element-web#18969. + * Make public space alias field mandatory again ([\#6921](https://github.com/matrix-org/matrix-react-sdk/pull/6921)). Fixes vector-im/element-web#19003 and vector-im/element-web#19003. + * Add progress bar to restricted room upgrade dialog ([\#6919](https://github.com/matrix-org/matrix-react-sdk/pull/6919)). Fixes vector-im/element-web#19146 and vector-im/element-web#19146. + * Add customisation point for visibility of invites and room creation ([\#6922](https://github.com/matrix-org/matrix-react-sdk/pull/6922)). Fixes vector-im/element-web#19331 and vector-im/element-web#19331. + * Inhibit `Unable to get validated threepid` error during UIA ([\#6928](https://github.com/matrix-org/matrix-react-sdk/pull/6928)). Fixes vector-im/element-web#18883 and vector-im/element-web#18883. + * Tweak room list skeleton UI height and behaviour ([\#6926](https://github.com/matrix-org/matrix-react-sdk/pull/6926)). Fixes vector-im/element-web#18231 vector-im/element-web#16581 and vector-im/element-web#18231. + * If public room creation fails, retry without publishing it ([\#6872](https://github.com/matrix-org/matrix-react-sdk/pull/6872)). Fixes vector-im/element-web#19194 and vector-im/element-web#19194. Contributed by [AndrewFerr](https://github.com/AndrewFerr). + * Iterate invite your teammates to Space view ([\#6925](https://github.com/matrix-org/matrix-react-sdk/pull/6925)). Fixes vector-im/element-web#18772 and vector-im/element-web#18772. + * Make placeholder more grey when no input ([\#6840](https://github.com/matrix-org/matrix-react-sdk/pull/6840)). Fixes vector-im/element-web#17243 and vector-im/element-web#17243. Contributed by [wlach](https://github.com/wlach). + * Respect tombstones in locally known rooms for Space children ([\#6906](https://github.com/matrix-org/matrix-react-sdk/pull/6906)). Fixes vector-im/element-web#19246 vector-im/element-web#19256 and vector-im/element-web#19246. + * Improve emoji shortcodes generated from annotations ([\#6907](https://github.com/matrix-org/matrix-react-sdk/pull/6907)). Fixes vector-im/element-web#19304 and vector-im/element-web#19304. + * Hide kick & ban options in UserInfo when looking at own profile ([\#6911](https://github.com/matrix-org/matrix-react-sdk/pull/6911)). Fixes vector-im/element-web#19066 and vector-im/element-web#19066. + * Add progress bar to Community to Space migration tool ([\#6887](https://github.com/matrix-org/matrix-react-sdk/pull/6887)). Fixes vector-im/element-web#19216 and vector-im/element-web#19216. + +## ???? Bug Fixes + * Fix leave space cancel button exploding ([\#6966](https://github.com/matrix-org/matrix-react-sdk/pull/6966)). + * Fix edge case behaviour of the space join spinner for guests ([\#6972](https://github.com/matrix-org/matrix-react-sdk/pull/6972)). Fixes vector-im/element-web#19359 and vector-im/element-web#19359. + * Convert emoticon to emoji at the end of a line on send even if the cursor isn't there ([\#6965](https://github.com/matrix-org/matrix-react-sdk/pull/6965)). Contributed by [SimonBrandner](https://github.com/SimonBrandner). + * Fix text overflows button on Home page ([\#6898](https://github.com/matrix-org/matrix-react-sdk/pull/6898)). Fixes vector-im/element-web#19180 and vector-im/element-web#19180. Contributed by [oliver-pham](https://github.com/oliver-pham). + * Space Room View should react to join rule changes down /sync ([\#6945](https://github.com/matrix-org/matrix-react-sdk/pull/6945)). Fixes vector-im/element-web#19390 and vector-im/element-web#19390. + * Hide leave section button if user isn't in the room e.g peeking ([\#6920](https://github.com/matrix-org/matrix-react-sdk/pull/6920)). Fixes vector-im/element-web#17410 and vector-im/element-web#17410. + * Fix bug where room list would get stuck showing no rooms ([\#6939](https://github.com/matrix-org/matrix-react-sdk/pull/6939)). Fixes vector-im/element-web#19373 and vector-im/element-web#19373. + * Update room settings dialog title when room name changes ([\#6916](https://github.com/matrix-org/matrix-react-sdk/pull/6916)). Fixes vector-im/element-web#17480 and vector-im/element-web#17480. Contributed by [psrpinto](https://github.com/psrpinto). + * Fix editing losing emote-ness and rainbow-ness of messages ([\#6931](https://github.com/matrix-org/matrix-react-sdk/pull/6931)). Fixes vector-im/element-web#19350 and vector-im/element-web#19350. + * Remove semicolon from notifications panel ([\#6930](https://github.com/matrix-org/matrix-react-sdk/pull/6930)). Contributed by [robintown](https://github.com/robintown). + * Prevent profile image in left panel's backdrop from being selected ([\#6924](https://github.com/matrix-org/matrix-react-sdk/pull/6924)). Contributed by [rom4nik](https://github.com/rom4nik). + * Validate that the phone number verification field is filled before allowing user to submit ([\#6918](https://github.com/matrix-org/matrix-react-sdk/pull/6918)). Fixes vector-im/element-web#19316 and vector-im/element-web#19316. Contributed by [VFermat](https://github.com/VFermat). + * Updated how save button becomes disabled in room settings to listen for all fields instead of the most recent ([\#6917](https://github.com/matrix-org/matrix-react-sdk/pull/6917)). Contributed by [LoganArnett](https://github.com/LoganArnett). + * Use FocusLock around ContextMenus to simplify focus management ([\#6311](https://github.com/matrix-org/matrix-react-sdk/pull/6311)). Fixes vector-im/element-web#19259 and vector-im/element-web#19259. + * Fix space hierarchy pagination ([\#6908](https://github.com/matrix-org/matrix-react-sdk/pull/6908)). Fixes vector-im/element-web#19276 and vector-im/element-web#19276. + * Fix spaces keyboard shortcuts not working for last space ([\#6909](https://github.com/matrix-org/matrix-react-sdk/pull/6909)). Fixes vector-im/element-web#19255 and vector-im/element-web#19255. + * Use fallback avatar only for DMs with 2 people. ([\#6895](https://github.com/matrix-org/matrix-react-sdk/pull/6895)). Fixes vector-im/element-web#18747 and vector-im/element-web#18747. Contributed by [andybalaam](https://github.com/andybalaam). + Changes in [1.9.2](https://github.com/vector-im/element-desktop/releases/tag/v1.9.2) (2021-10-12) ================================================================================================= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/element-desktop-1.9.2/element.io/nightly/config.json new/element-desktop-1.9.6/element.io/nightly/config.json --- old/element-desktop-1.9.2/element.io/nightly/config.json 2021-10-12 10:15:26.000000000 +0200 +++ new/element-desktop-1.9.6/element.io/nightly/config.json 2021-12-06 16:43:57.000000000 +0100 @@ -47,5 +47,8 @@ "posthog": { "projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO", "apiHost": "https://posthog.hss.element.io" + }, + "features": { + "feature_spaces_metaspaces": true } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/element-desktop-1.9.2/package.json new/element-desktop-1.9.6/package.json --- old/element-desktop-1.9.2/package.json 2021-10-12 10:15:26.000000000 +0200 +++ new/element-desktop-1.9.6/package.json 2021-12-06 16:43:57.000000000 +0100 @@ -2,7 +2,7 @@ "name": "element-desktop", "productName": "Element", "main": "lib/electron-main.js", - "version": "1.9.2", + "version": "1.9.6", "description": "A feature-rich client for Matrix.org", "author": "Element", "repository": { @@ -54,7 +54,7 @@ "@types/minimist": "^1.2.1", "@typescript-eslint/eslint-plugin": "^4.17.0", "@typescript-eslint/parser": "^4.17.0", - "allchange": "^1.0.2", + "allchange": "^1.0.6", "asar": "^2.0.1", "chokidar": "^3.5.2", "electron": "13.5", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/element-desktop-1.9.2/src/electron-main.ts new/element-desktop-1.9.6/src/electron-main.ts --- old/element-desktop-1.9.2/src/electron-main.ts 2021-10-12 10:15:26.000000000 +0200 +++ new/element-desktop-1.9.6/src/electron-main.ts 2021-12-06 16:43:57.000000000 +0100 @@ -325,7 +325,12 @@ let focusHandlerAttached = false; ipcMain.on('setBadgeCount', function(ev, count) { - app.badgeCount = count; + if (process.platform !== 'win32') { + // only set badgeCount on Mac/Linux, the docs say that only those platforms support it but turns out Electron + // has some Windows support too, and in some Windows environments this leads to two badges rendering atop + // each other. See https://github.com/vector-im/element-web/issues/16942 + app.badgeCount = count; + } if (count === 0 && mainWindow) { mainWindow.flashFrame(false); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/element-desktop-1.9.2/src/i18n/strings/en_US.json new/element-desktop-1.9.6/src/i18n/strings/en_US.json --- old/element-desktop-1.9.2/src/i18n/strings/en_US.json 1970-01-01 01:00:00.000000000 +0100 +++ new/element-desktop-1.9.6/src/i18n/strings/en_US.json 2021-12-06 16:43:57.000000000 +0100 @@ -0,0 +1,46 @@ +{ + "Close": "Close", + "Add to dictionary": "Add to dictionary", + "The image failed to save": "The image failed to save", + "Failed to save image": "Failed to save image", + "Save image as...": "Save image as...", + "Copy link address": "Copy link address", + "Copy email address": "Copy email address", + "Copy image": "Copy image", + "File": "File", + "Bring All to Front": "Bring All to Front", + "Zoom": "Zoom", + "Stop Speaking": "Stop Speaking", + "Start Speaking": "Start Speaking", + "Speech": "Speech", + "Unhide": "Unhide", + "Hide Others": "Hide Others", + "Hide": "Hide", + "Services": "Services", + "About": "About", + "Element Help": "Element Help", + "Help": "Help", + "Minimize": "Minimize", + "Window": "Window", + "Toggle Developer Tools": "Toggle Developer Tools", + "Toggle Full Screen": "Toggle Full Screen", + "Preferences": "Preferences", + "Zoom Out": "Zoom Out", + "Zoom In": "Zoom In", + "Actual Size": "Actual Size", + "View": "View", + "Select All": "Select All", + "Delete": "Delete", + "Paste and Match Style": "Paste and Match Style", + "Paste": "Paste", + "Copy": "Copy", + "Cut": "Cut", + "Redo": "Redo", + "Undo": "Undo", + "Edit": "Edit", + "Quit": "Quit", + "Show/Hide": "Show/Hide", + "Are you sure you want to quit?": "Are you sure you want to quit?", + "Close Element": "Close Element", + "Cancel": "Cancel" +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/element-desktop-1.9.2/src/i18n/strings/fi.json new/element-desktop-1.9.6/src/i18n/strings/fi.json --- old/element-desktop-1.9.2/src/i18n/strings/fi.json 2021-10-12 10:15:26.000000000 +0200 +++ new/element-desktop-1.9.6/src/i18n/strings/fi.json 2021-12-06 16:43:57.000000000 +0100 @@ -25,7 +25,7 @@ "Minimize": "Pienenn??", "Window": "Ikkuna", "Toggle Developer Tools": "N??yt?? tai piilota kehitt??j??ty??kalut", - "Toggle Full Screen": "Vaihda koko n??ytt??-tilaa", + "Toggle Full Screen": "Vaihda koko n??yt??n tilaa", "Preferences": "Asetukset", "Zoom Out": "Pienenn??", "Zoom In": "Suurenna", @@ -39,8 +39,8 @@ "Undo": "Peru", "Edit": "Muokkaa", "Quit": "Lopeta", - "Show/Hide": "N??yt??/Piilota", - "Are you sure you want to quit?": "Oletko varma ett?? haluat poistua?", + "Show/Hide": "N??yt??/piilota", + "Are you sure you want to quit?": "Haluatko varmasti poistua?", "Close Element": "Sulje Element", "Cancel": "Peruuta" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/element-desktop-1.9.2/src/i18n/strings/fy.json new/element-desktop-1.9.6/src/i18n/strings/fy.json --- old/element-desktop-1.9.2/src/i18n/strings/fy.json 2021-10-12 10:15:26.000000000 +0200 +++ new/element-desktop-1.9.6/src/i18n/strings/fy.json 2021-12-06 16:43:57.000000000 +0100 @@ -1,46 +1,46 @@ { - "Copy image": "??fbylding kopiearje", + "Copy image": "Ofbylding kopiearje", "Speech": "Spraak", - "View": "Oersjoch", - "Paste and Match Style": "Plakke en lit Stylen oerienkomme", + "View": "Byld", + "Paste and Match Style": "Plakke en lit stilen oerienkomme", "Add to dictionary": "Oan wurdlist tafoegje", "The image failed to save": "It is net slagge de ??fbylding te bewarjen", - "Failed to save image": "Bewarjen fan ??fbylding mislearre", - "Save image as...": "??fbylding bewarje as...", - "Copy link address": "Keppelingsadres kopiearje", + "Failed to save image": "Ofbylding bewarjen mislearre", + "Save image as...": "Ofbylding bewarje as???", + "Copy link address": "Keppeling kopiearje", "Copy email address": "E-mailadres kopiearje", "File": "Best??n", - "Bring All to Front": "Alles nei Foaren Helje", + "Bring All to Front": "Alles nei foaren bringe", "Zoom": "Zoom", - "Stop Speaking": "Stopje mei Praten", - "Start Speaking": "Begjin mei Praten", - "Unhide": "Wer sjen litte", - "Hide Others": "Oaren Ferbergje", + "Stop Speaking": "Stopje mei praten", + "Start Speaking": "Begjin mei praten", + "Unhide": "Wer toane", + "Hide Others": "Oare ferbergje", "Hide": "Ferbergje", "Services": "Tsjinsten", "About": "Oer", - "Element Help": "Element Help", + "Element Help": "Element help", "Help": "Help", "Close": "Slute", "Minimize": "Minimalisearje", "Window": "Finster", - "Toggle Developer Tools": "??ntwikkelders Ark yn/??tskeakelje", - "Toggle Full Screen": "Foslein Skerm yn/??tskeakelje", + "Toggle Developer Tools": "Untwikkelersark yn-/??tskeakelje", + "Toggle Full Screen": "Folslein skerm yn-/??tskeakelje", "Preferences": "Foarkarren", - "Zoom Out": "??tzoome", + "Zoom Out": "Utzoome", "Zoom In": "Ynzoome", - "Actual Size": "Werklike Grutte", - "Select All": "Alles Selektearje", + "Actual Size": "Werklike grutte", + "Select All": "Alles selektearje", "Delete": "Fuortsmite", "Paste": "Plakke", "Copy": "Kopiearje", "Cut": "Knippe", - "Redo": "Opnij dwaan", - "Undo": "??ngedien meitsje", - "Edit": "Oanpasse", - "Quit": "??fslute", - "Show/Hide": "Sjen litte/Ferbergje", + "Redo": "Opnij ??tfiere", + "Undo": "Ungedien meitsje", + "Edit": "Bewurkje", + "Quit": "Ofslute", + "Show/Hide": "Toane/Ferbergje", "Are you sure you want to quit?": "Binne jo der wis fan dat jo ??fslute wolle?", - "Close Element": "Element ??fslute", - "Cancel": "??fbrekke" + "Close Element": "Element ??fslute", + "Cancel": "Annulearje" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/element-desktop-1.9.2/src/i18n/strings/id.json new/element-desktop-1.9.6/src/i18n/strings/id.json --- old/element-desktop-1.9.2/src/i18n/strings/id.json 2021-10-12 10:15:26.000000000 +0200 +++ new/element-desktop-1.9.6/src/i18n/strings/id.json 2021-12-06 16:43:57.000000000 +0100 @@ -13,7 +13,7 @@ "Stop Speaking": "Berhenti Berbicara", "Start Speaking": "Mulai Berbicara", "Speech": "Dikte", - "Unhide": "Tunjukkan", + "Unhide": "Tampilkan", "Hide": "Sembunyikan", "Services": "Layanan", "About": "Tentang", @@ -24,22 +24,22 @@ "Window": "Jendela", "Toggle Developer Tools": "Beralih Alat Pengembang", "Toggle Full Screen": "Beralih Layar Penuh", - "Preferences": "Preferensi", + "Preferences": "Pengaturan", "Zoom Out": "Perkecil", "Zoom In": "Perbesar", "Cut": "Potong", "Redo": "Ulangi", "Undo": "Urungkan", "Actual Size": "Ukuran Sebenarnya", - "View": "Lihat", + "View": "Tampilan", "Select All": "Pilih Semua", "Delete": "Hapus", - "Paste and Match Style": "Tempel dan Cocok-kan Gaya", + "Paste and Match Style": "Tempel dan Cocokkan Gaya", "Paste": "Tempel", "Copy": "Salin", "Edit": "Sunting", "Quit": "Keluar", - "Show/Hide": "Tunjukkan/Sembunyikan", + "Show/Hide": "Tampilkan/Sembunyikan", "Are you sure you want to quit?": "Apakah Anda yakin ingin keluar?", "Close Element": "Tutup Element", "Cancel": "Batal" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/element-desktop-1.9.2/src/i18n/strings/pl.json new/element-desktop-1.9.6/src/i18n/strings/pl.json --- old/element-desktop-1.9.2/src/i18n/strings/pl.json 1970-01-01 01:00:00.000000000 +0100 +++ new/element-desktop-1.9.6/src/i18n/strings/pl.json 2021-12-06 16:43:57.000000000 +0100 @@ -0,0 +1,46 @@ +{ + "Bring All to Front": "Wyci??gnij wszystko do przodu", + "Add to dictionary": "Dodaj do s??ownika", + "The image failed to save": "Obraz nie zosta?? zapisany", + "Failed to save image": "Nie uda??o si?? zapisa?? obrazu", + "Save image as...": "Zapisz obraz jako...", + "Copy link address": "Skopiuj adres ????cza", + "Copy email address": "Skopiuj adres email", + "Copy image": "Skopiuj obraz", + "File": "Plik", + "Zoom": "Powi??kszenie", + "Stop Speaking": "Przesta?? m??wi??", + "Start Speaking": "Zacznij m??wi??", + "Speech": "Mowa", + "Unhide": "Odkryj", + "Hide Others": "Ukryj inne", + "Hide": "Ukryj", + "Services": "Us??ugi", + "About": "O nas", + "Element Help": "Pomoc Element", + "Help": "Pomoc", + "Close": "Zamknij", + "Minimize": "Zminimalizuj", + "Window": "Okno", + "Toggle Developer Tools": "Prze????cz na narz??dzia deweloperskie", + "Toggle Full Screen": "Prze????cz na pe??ny ekran", + "Preferences": "Preferencje", + "Zoom Out": "Pomniejsz", + "Zoom In": "Powi??ksz", + "Actual Size": "Rzeczywisty rozmiar", + "View": "Poka??", + "Select All": "Zaznacz wszystko", + "Delete": "Usu??", + "Paste and Match Style": "Wklej i dopasuj styl", + "Paste": "Wklej", + "Copy": "Skopiuj", + "Cut": "Wytnij", + "Redo": "Powt??rz", + "Undo": "Cofnij", + "Edit": "Edytuj", + "Quit": "Zamknij", + "Show/Hide": "Poka??/Ukryj", + "Are you sure you want to quit?": "Czy na pewno chcesz zamkn?????", + "Close Element": "Zamknij Elementa", + "Cancel": "Anuluj" +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/element-desktop-1.9.2/src/i18n/strings/vi.json new/element-desktop-1.9.6/src/i18n/strings/vi.json --- old/element-desktop-1.9.2/src/i18n/strings/vi.json 1970-01-01 01:00:00.000000000 +0100 +++ new/element-desktop-1.9.6/src/i18n/strings/vi.json 2021-12-06 16:43:57.000000000 +0100 @@ -0,0 +1,46 @@ +{ + "Add to dictionary": "Th??m v??o t??? ??i???n", + "The image failed to save": "???nh kh??ng l??u ???????c", + "Failed to save image": "L??u ???nh th???t b???i", + "Save image as...": "L??u ???nh???", + "Copy link address": "Sao ch??p ?????a ch??? li??n k???t", + "Copy email address": "Sao ch??p ?????a ch??? email", + "Copy image": "Sao ch??p ???nh", + "File": "T???p", + "Bring All to Front": "Mang t???t c??? ra tr?????c", + "Zoom": "Ph??ng (to)", + "Stop Speaking": "D???ng n??i", + "Start Speaking": "B???t ?????u n??i", + "Speech": "Tho???i", + "Unhide": "B??? ???n", + "Hide Others": "???n c??i kh??c", + "Hide": "???n", + "Services": "D???ch v???", + "About": "V???", + "Element Help": "Element h??? tr???", + "Help": "H??? tr???", + "Close": "????ng", + "Minimize": "Thu nh???", + "Window": "C???a s???", + "Toggle Developer Tools": "Chuy???n C??ng c??? cho Nh?? ph??t tri???n", + "Toggle Full Screen": "Chuy???n to??n m??n h??nh", + "Preferences": "T??y ch???n", + "Zoom Out": "Thu nh???", + "Zoom In": "Ph??ng to", + "Actual Size": "K??ch th?????c th???c t???", + "View": "Xem", + "Select All": "Ch???n t???t c???", + "Delete": "X??a", + "Paste and Match Style": "D??n v?? kh???p ki???u", + "Paste": "D??n", + "Copy": "Sao ch??p", + "Cut": "C???t", + "Redo": "L??m l???i", + "Undo": "Ho??n t??c", + "Edit": "Bi??n t???p", + "Quit": "Tho??t", + "Show/Hide": "Hi???n th???/???n", + "Are you sure you want to quit?": "B???n c?? ch???c mu???n tho??t?", + "Close Element": "????ng Element", + "Cancel": "H???y" +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/element-desktop-1.9.2/src/i18n/strings/zh_Hant.json new/element-desktop-1.9.6/src/i18n/strings/zh_Hant.json --- old/element-desktop-1.9.2/src/i18n/strings/zh_Hant.json 1970-01-01 01:00:00.000000000 +0100 +++ new/element-desktop-1.9.6/src/i18n/strings/zh_Hant.json 2021-12-06 16:43:57.000000000 +0100 @@ -0,0 +1,46 @@ +{ + "Bring All to Front": "??????????????????", + "Add to dictionary": "???????????????", + "The image failed to save": "??????????????????", + "Failed to save image": "??????????????????", + "Save image as...": "???????????????...", + "Copy link address": "????????????", + "Copy email address": "????????????????????????", + "Copy image": "????????????", + "File": "??????", + "Zoom": "??????", + "Stop Speaking": "????????????", + "Start Speaking": "????????????", + "Speech": "??????", + "Unhide": "????????????", + "Hide Others": "????????????", + "Hide": "??????", + "Services": "??????", + "About": "??????", + "Element Help": "Element ??????", + "Help": "??????", + "Close": "??????", + "Minimize": "?????????", + "Window": "??????", + "Toggle Developer Tools": "??????????????????", + "Toggle Full Screen": "???????????????", + "Preferences": "????????????", + "Zoom Out": "??????", + "Zoom In": "??????", + "Actual Size": "????????????", + "View": "??????", + "Select All": "??????", + "Delete": "??????", + "Paste and Match Style": "?????????????????????", + "Paste": "??????", + "Copy": "??????", + "Cut": "??????", + "Redo": "????????????", + "Undo": "??????", + "Edit": "??????", + "Quit": "??????", + "Show/Hide": "??????/??????", + "Are you sure you want to quit?": "????????????????????????", + "Close Element": "?????? Element", + "Cancel": "??????" +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/element-desktop-1.9.2/yarn.lock new/element-desktop-1.9.6/yarn.lock --- old/element-desktop-1.9.2/yarn.lock 2021-10-12 10:15:26.000000000 +0200 +++ new/element-desktop-1.9.6/yarn.lock 2021-12-06 16:43:57.000000000 +0100 @@ -920,10 +920,10 @@ require-from-string "^2.0.2" uri-js "^4.2.2" -allchange@^1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/allchange/-/allchange-1.0.3.tgz#f8814ddfbcfe39a01bf4570778ee7e6d9ff0ebb3" - integrity sha512-UZkfz5SkNEMFQFLr8vZcXHaph2EbJxmkVNF5Nt6D9RIa5pmAar7oAMfNdda714jg7IQijvaFty5PYazXLgd5WA== +allchange@^1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/allchange/-/allchange-1.0.6.tgz#f905918255541dc92d6a1f5cdf758db4597f569c" + integrity sha512-37a4J55oSxhLmlS/DeBOKjKn5dbjkyR4qMJ9is8+CKLPTe7NybcWBYvrPLr9kVLBa6aigWrdovRHrQj/4v6k4w== dependencies: "@actions/core" "^1.4.0" "@actions/github" "^5.0.0" ++++++ element-web-1.9.2.tar.gz -> element-web-1.9.6.tar.gz ++++++ ++++ 4019 lines of diff (skipped)