74 Commits

Author SHA256 Message Date
792286f7e3 Fix for boo#1203675
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=13
2022-09-23 08:27:25 +00:00
ba9f599b87 - Version 1.11.5
* Features
	 * Device manager - hide unverified security recommendation when only current session is unverified ([\#9228](https://github.com/matrix-org/matrix-react-sdk/pull/9228)). Contributed by @kerryarchibald.
	 * Device manager - scroll to filtered list from security recommendations ([\#9227](https://github.com/matrix-org/matrix-react-sdk/pull/9227)). Contributed by @kerryarchibald.
	 * Device manager - updated dropdown style in filtered device list ([\#9226](https://github.com/matrix-org/matrix-react-sdk/pull/9226)). Contributed by @kerryarchibald.
	 * Device manager - device type and verification icons on device tile ([\#9197](https://github.com/matrix-org/matrix-react-sdk/pull/9197)). Contributed by @kerryarchibald.
 * Bug Fixes
	 * Description of DM room with more than two other people is now being displayed correctly ([\#9231](https://github.com/matrix-org/matrix-react-sdk/pull/9231)). Fixes .
	 * Fix voice messages with multiple composers ([\#9208](https://github.com/matrix-org/matrix-react-sdk/pull/9208)). Fixes . Contributed by @grimhilt.
	 * Fix suggested rooms going missing ([\#9236](https://github.com/matrix-org/matrix-react-sdk/pull/9236)). Fixes .
	 * Fix tooltip infinitely recursing ([\#9235](https://github.com/matrix-org/matrix-react-sdk/pull/9235)). Fixes ,   and .
	 * Fix plain text export saving ([\#9230](https://github.com/matrix-org/matrix-react-sdk/pull/9230)). Contributed by @jryans.
	 * Add missing space in SecurityRoomSettingsTab ([\#9222](https://github.com/matrix-org/matrix-react-sdk/pull/9222)). Contributed by @gefgu.
	 * Make use of js-sdk roomNameGenerator to handle i18n for generated room names ([\#9209](https://github.com/matrix-org/matrix-react-sdk/pull/9209)). Fixes .
	 * Fix progress bar regression throughout the app ([\#9219](https://github.com/matrix-org/matrix-react-sdk/pull/9219)). Fixes .
	 * Reuse empty string & space string logic for event types in devtools ([\#9218](https://github.com/matrix-org/matrix-react-sdk/pull/9218)). Fixes .

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=12
2022-09-14 09:14:59 +00:00
c2bfa7b2e4 - Version 1.11.4
- Fixes for CVE-2022-36059 and CVE-2022-36060

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=11
2022-09-01 09:05:16 +00:00
e2e1a03cb2 - Version 1.11.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=10
2022-08-03 14:50:22 +00:00
2b578e328e - Version 1.11.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=9
2022-07-07 12:29:22 +00:00
6db507c565 - Version 1.10.15
* Fix missing element desktop preferences

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=8
2022-06-15 07:51:11 +00:00
1d2272654a - Version 1.10.14
* Live location sharing
  * Allow disabling hw acceleration

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=7
2022-06-14 11:21:11 +00:00
2fb0abb981 Accepting request 980561 from home:lemmy04:branches:devel:languages:nodejs
- Version 1.10.13
  * Features
  # Go to space landing page when clicking on a selected space (). Fixes .
  # Fall back to untranslated string rather than showing missing translation error ().
  # Show file name and size on images on hover (). Fixes .
  # Iterate on search results for message bubbles (). Fixes .
  # registration: redesign email verification page (). Fixes .
  # Show full thread message in hover title on thread summary (). Fixes .
  # Tweak video rooms copy (). Fixes .
  # Live location share - beacon tooltip in maximised view ().
  # Add dialog to navigate long room topics (). Fixes .
  # Change spaceroomfacepile tooltip if memberlist is shown (). Fixes .
  # Improve message editing UI (). Fixes  and .
  # Make date changes more obvious (). Fixes .
  # Enable forwarding static locations ().
  # Log TimelinePanel debugging info when opening the bug report modal ().
  # Improve welcome screen, add opt-out analytics (). Fixes .
  # Converting selected text to MD link when pasting a URL (). Fixes . Contributed by @Sinharitik589.
  # Support Inter on custom themes (). Fixes .
  # Add a Copy link button to the right-click message context-menu labs feature ().
  # Move widget screenshots labs flag to devtools ().
  # Remove some labs features which don't get used or create maintenance burden: custom status, multiple integration managers, and do not disturb ().
  # Add a way to toggle ScrollPanel and TimelinePanel debug logs ().
  # Spaces: remove blue beta dot (). Fixes .
  # Order new search dialog results by recency ().
  # Improve pills (). Fixes  and .
  # Add a way to maximize/pin widget from the PiP view (). Fixes .
  # Iterate video room designs in labs ().
  # Improve UI/UX in calls (). Fixes .
  # Add ability to change audio and video devices during a call (). Fixes .
  * Bug Fixes
  # Fix video rooms sometimes connecting muted when they shouldn't ().
  # Avoid flashing the 'join conference' button at the user in video rooms ().
  # Fully close Jitsi conferences on errors ().
  # Fix click behavior of notification badges on spaces (). Fixes .
  # Add missing return values in Read Receipt animation code (). Fixes .
  # Fix 'continue' button not working after accepting identity server terms of service (). Fixes .
  # Proactively fix stuck devices in video rooms (). Fixes .
  # Fix position of the message action bar on left side bubbles (). Fixes . Contributed by @luixxiul.
  # Fix edge case thread summaries around events without a msgtype ().
  # Fix favourites metaspace not updating (). Fixes .
  # Stop spaces from displaying as rooms in new breadcrumbs (). Fixes .
  # Fix avatar position of hidden event on ThreadView (). Fixes . Contributed by @luixxiul.
  # Fix MessageTimestamp position next to redacted messages on IRC/modern layout (). Fixes . Contributed by @luixxiul.
  # Fix padding of messages in threads (). Contributed by @luixxiul.
  # Enable overflow of hidden events content (). Fixes . Contributed by @luixxiul.
  # Increase composer line height to avoid cutting off emoji (). Fixes .
  # Don't consider threads for breaking continuation until actually created (). Fixes .
  # Fix displaying hidden events on threads (). Fixes . Contributed by @luixxiul.
  # Fix button width and align 絵文字 (emoji) on the user panel (). Fixes . Contributed by @luixxiul.
  # Standardise the margin for settings tabs (). Fixes . Contributed by @yuktea.
  # Fix room history not being visible even if we have historical keys (). Fixes .
  # Fix oblong avatars in video room lobbies ().
  # Update thread summary when latest event gets decrypted (). Fixes .
  # Fix codepath which can wrongly cause automatic space switch from all rooms (). Fixes .
  # Fix effect of URL preview toggle not updating live (). Fixes .
  # Fix visual bugs on AccessSecretStorageDialog (). Fixes . Contributed by @luixxiul.
  # Fix the width bounce of the clock on the AudioPlayer (). Fixes . Contributed by @luixxiul.
  # Hide the verification left stroke only on the thread list (). Fixes . Contributed by @luixxiul.
  # Hide recently_viewed dropdown when other modal opens (). Contributed by @yaya-usman.
  # Only jump to date after pressing the 'go' button (). Fixes .
  # Fix download button not working on events that were decrypted too late (). Fixes .
  # Align thread summary button with bubble messages on the left side (). Fixes . Contributed by @luixxiul.
  # Fix unresponsive notification toggles (). Fixes .
  # Set color-scheme property in themes (). Fixes .
  # Improve the styling of error messages during search initialization. (). Fixes  and . Contributed by @KalleStruik.
  # Don't leave button tooltips open when closing modals (). Fixes .
  # update matrix-analytics-events ().
  # Handle Jitsi Meet crashes more gracefully ().
  # Fix regression around pasting links (). Fixes .
  # Fixes suggested room not ellipsized on shrinking (). Contributed by @yaya-usman.
  # Add global spacing between display name and location body (). Fixes . Contributed by @luixxiul.
  # Add box-shadow to the reply preview on the main (left) panel only (). Fixes . Contributed by @luixxiul.
  # Set line-height: 1 to RedactedBody inside GenericEventListSummary for IRC/modern layout (). Fixes . Contributed by @luixxiul.
  # Fix position of timestamp on the chat panel in IRC layout and message edits history modal window (). Fixes  and . Contributed by @luixxiul.
  # Fix unexpected and inconsistent inheritance of line-height property for mx_TextualEvent (). Fixes . Contributed by @luixxiul.
  # Set the same margin to the right side of NewRoomIntro on TimelineCard (). Contributed by @luixxiul.
  # Remove duplicate tooltip from user pills ().
  # Set max-width for MLocationBody and MLocationBody_map by default (). Fixes . Contributed by @luixxiul.
  # Simplify ReplyPreview UI implementation (). Fixes . Contributed by @luixxiul.
  # Fix thread summary overflow on narrow message panel on bubble message layout (). Fixes . Contributed by @luixxiul.
  # Live location sharing - refresh beacon timers on tab becoming active ().
  # Enlarge emoji again (). Fixes .
  # Order receipts with the most recent on the right (). Fixes .
  # Disconnect from video rooms when leaving ().
  # Fix soft crash around threads when room isn't yet in store (). Fixes .
  # Fix reading of cached room device setting values ().
  # Add loading spinners to threads panels (). Fixes .
  # Fix forwarding UI papercuts (). Fixes .

OBS-URL: https://build.opensuse.org/request/show/980561
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=6
2022-06-07 07:09:32 +00:00
61cae298c7 - Version 1.10.12
* Improved threading support
  * Implement new Read Receipt design

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=5
2022-05-16 08:04:40 +00:00
712b7bd76b Remove old source
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=4
2022-04-13 11:07:11 +00:00
dc053ede4d - Version 1.10.9
* Threading support
  * APNG support
  * Live location sharing

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=3
2022-04-12 11:26:23 +00:00
b6e4022518 Accepting request 967334 from devel:languages:nodejs
- Sync ExcludeArch with nodejs-electron.

OBS-URL: https://build.opensuse.org/request/show/967334
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-desktop?expand=0&rev=13
2022-04-06 19:52:12 +00:00
d316b4037a Accepting request 963653 from devel:languages:javascript
- Use right build dir for aarch64 (boo#1197278)

OBS-URL: https://build.opensuse.org/request/show/963653
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-desktop?expand=0&rev=12
2022-03-21 19:12:29 +00:00
e824e090a0 Accepting request 962673 from devel:languages:javascript
- Fix build on other architectures (boo#1197278)

OBS-URL: https://build.opensuse.org/request/show/962673
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-desktop?expand=0&rev=11
2022-03-18 15:42:34 +00:00
fca1aca162 Accepting request 962471 from devel:languages:javascript
- Version 1.10.4
  * Improved build process: Perform actual build in OBS

OBS-URL: https://build.opensuse.org/request/show/962471
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-desktop?expand=0&rev=10
2022-03-17 16:02:09 +00:00
fb5fce7265 Accepting request 950244 from devel:languages:javascript
PLEASE USE SAME ADI AS https://build.opensuse.org/request/show/950243
- Version 1.9.9
  * Hardening for CVE-2022-23597

OBS-URL: https://build.opensuse.org/request/show/950244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-desktop?expand=0&rev=9
2022-01-31 21:57:28 +00:00
67d954fa62 Accepting request 944746 from devel:languages:javascript
OBS-URL: https://build.opensuse.org/request/show/944746
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-desktop?expand=0&rev=8
2022-01-08 22:23:27 +00:00
56704c2ff0 Accepting request 943184 from devel:languages:javascript
PLEASE USE SAME ADI AS https://build.opensuse.org/request/show/943183
- Version 1.9.8
  * Mostly small bugfixes and minor improvements
  * Fix WebGL
  * See https://github.com/vector-im/element-desktop/releases/tag/v1.9.8

OBS-URL: https://build.opensuse.org/request/show/943184
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-desktop?expand=0&rev=7
2021-12-30 14:55:40 +00:00
ba35488cca Accepting request 940305 from devel:languages:javascript
PLEASE USE SAME ADI AS https://build.opensuse.org/request/show/940304
- Version 1.9.7
  * Security fix: buffer overflow in libolm and matrix-js-sdk
    https://matrix.org/blog/2021/12/13/disclosure-buffer-overflow-in-libolm-and-matrix-js-sdk

OBS-URL: https://build.opensuse.org/request/show/940305
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-desktop?expand=0&rev=6
2021-12-13 19:45:22 +00:00
477bda0a3a Accepting request 939081 from devel:languages:javascript
PLEASE USE SAME ADI AS https://build.opensuse.org/request/show/939080

- Version 1.9.6
  * UI fixes and improvements
  * implement more meta-spaces
  * Fix possible infinite loop on widget start

OBS-URL: https://build.opensuse.org/request/show/939081
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-desktop?expand=0&rev=5
2021-12-10 20:52:42 +00:00
2361e43215 Accepting request 925984 from devel:languages:javascript
Please use same ADI as https://build.opensuse.org/request/show/925983

- Version 1.9.2
  * UI fixes
  * Upgrade to matrix-js-sdk#14.0.1

OBS-URL: https://build.opensuse.org/request/show/925984
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-desktop?expand=0&rev=4
2021-10-18 19:59:46 +00:00
1d35f88fde Accepting request 918732 from devel:languages:javascript
- Version 1.8.4
  * Fix a security issue with message key sharing

Please use same ADI as https://build.opensuse.org/request/show/918731

OBS-URL: https://build.opensuse.org/request/show/918732
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-desktop?expand=0&rev=3
2021-09-14 19:14:18 +00:00
Richard Brown
4980bffe85 Accepting request 912844 from devel:languages:javascript
- Version 1.7.33
  * Translation update
  * New Labs feature: feature_report_to_moderators
  * Dependency updates
  * Add libera.chat to default room directory

OBS-URL: https://build.opensuse.org/request/show/912844
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-desktop?expand=0&rev=2
2021-08-19 08:00:56 +00:00
a01e4ba944 Accepting request 902768 from devel:languages:javascript
matrix client.
please use same ADI as https://build.opensuse.org/request/show/902766

OBS-URL: https://build.opensuse.org/request/show/902768
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-desktop?expand=0&rev=1
2021-06-29 20:42:57 +00:00