1
0
Commit Graph

33 Commits

Author SHA256 Message Date
20772222a5 - Version 1.11.15
##  Features
 * Switch to notarytool ([\#440](https://github.com/vector-im/element-desktop/pull/440)).
 * Make clear notifications work with threads ([\#9575](https://github.com/matrix-org/matrix-react-sdk/pull/9575)). Fixes vector-im/element-web#23751.
 * Change "None" to "Off" in notification options ([\#9539](https://github.com/matrix-org/matrix-react-sdk/pull/9539)). Contributed by @Arnei.
 * Advanced audio processing settings ([\#8759](https://github.com/matrix-org/matrix-react-sdk/pull/8759)). Fixes vector-im/element-web#6278. Contributed by @MrAnno.
 * Add way to create a user notice via config.json ([\#9559](https://github.com/matrix-org/matrix-react-sdk/pull/9559)).
 * Improve design of the rich text editor ([\#9533](https://github.com/matrix-org/matrix-react-sdk/pull/9533)).
 * Enable user to zoom beyond image size ([\#5949](https://github.com/matrix-org/matrix-react-sdk/pull/5949)). Contributed by @jaiwanth-v.
 * Fix: Move "Leave Space" option to the bottom of space context menu ([\#9535](https://github.com/matrix-org/matrix-react-sdk/pull/9535)). Contributed by @hanadi92.
## 🐛 Bug Fixes
 * Fix encrypted message search indexing for non-default `--profile` instances. ([\#433](https://github.com/vector-im/element-desktop/pull/433)).
 * Make build scripts work on NixOS ([\#23740](https://github.com/vector-im/element-web/pull/23740)).
 * Fix integration manager `get_open_id_token` action and add E2E tests ([\#9520](https://github.com/matrix-org/matrix-react-sdk/pull/9520)).
 * Fix links being mangled by markdown processing ([\#9570](https://github.com/matrix-org/matrix-react-sdk/pull/9570)). Fixes vector-im/element-web#23743.
 * Fix: inline links selecting radio button ([\#9543](https://github.com/matrix-org/matrix-react-sdk/pull/9543)). Contributed by @hanadi92.
 * fix wrong error message in registration when phone number threepid is in use. ([\#9571](https://github.com/matrix-org/matrix-react-sdk/pull/9571)). Contributed by @bagvand.
 * Fix missing avatar for show current profiles ([\#9563](https://github.com/matrix-org/matrix-react-sdk/pull/9563)). Fixes vector-im/element-web#23733.
 * fix read receipts trickling down correctly ([\#9567](https://github.com/matrix-org/matrix-react-sdk/pull/9567)). Fixes vector-im/element-web#23746.
 * Resilience fix for homeserver without thread notification support ([\#9565](https://github.com/matrix-org/matrix-react-sdk/pull/9565)).
 * Don't switch to the home page needlessly after leaving a room ([\#9477](https://github.com/matrix-org/matrix-react-sdk/pull/9477)).
 * Differentiate download and decryption errors when showing images ([\#9562](https://github.com/matrix-org/matrix-react-sdk/pull/9562)). Fixes vector-im/element-web#3892.
 * Close context menu when a modal is opened to prevent user getting stuck ([\#9560](https://github.com/matrix-org/matrix-react-sdk/pull/9560)). Fixes vector-im/element-web#15610 and vector-im/element-web#10781.
 * Fix TimelineReset handling when no room associated ([\#9553](https://github.com/matrix-org/matrix-react-sdk/pull/9553)).
 * Always use current profile on thread events ([\#9524](https://github.com/matrix-org/matrix-react-sdk/pull/9524)). Fixes vector-im/element-web#23648.
 * Fix `ThreadView` tests not using thread flag ([\#9547](https://github.com/matrix-org/matrix-react-sdk/pull/9547)).
 * Fix regressions around media uploads failing and causing soft crashes ([\#9549](https://github.com/matrix-org/matrix-react-sdk/pull/9549)). Fixes matrix-org/element-web-rageshakes#16831, matrix-org/element-web-rageshakes#16824 matrix-org/element-web-rageshakes#16810 and vector-im/element-web#23641.
 * Handle deletion of `m.call` events ([\#9540](https://github.com/matrix-org/matrix-react-sdk/pull/9540)). Fixes vector-im/element-web#23663.
 * Fix /myroomavatar slash command ([\#9536](https://github.com/matrix-org/matrix-react-sdk/pull/9536)). Fixes matrix-org/synapse#14321.
 * Fix incorrect notification count after leaving a room with notifications ([\#9518](https://github.com/matrix-org/matrix-react-sdk/pull/9518)). Contributed by @Arnei.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=24
2022-12-02 12:20:08 +00:00
6d63be2f63 - Version 1.11.13
## 🐛 Bug Fixes
 * Fix default behavior of Room.getBlacklistUnverifiedDevices ([\#2830](https://github.com/matrix-org/matrix-js-sdk/pull/2830)). Contributed by @duxovni.
 * Catch server versions API call exception when starting the client ([\#2828](https://github.com/matrix-org/matrix-js-sdk/pull/2828)). Fixes vector-im/element-web#23634.
 * Fix authedRequest including `Authorization: Bearer undefined` for password resets ([\#2822](https://github.com/matrix-org/matrix-js-sdk/pull/2822)). Fixes vector-im/element-web#23655.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=23
2022-11-02 15:29:25 +00:00
491634ed47 - Version 1.11.10
## 🐛 Bug Fixes
 * Use correct default for notification silencing ([\#9388](https://github.com/matrix-org/matrix-react-sdk/pull/9388)). Fixes vector-im/element-web#23456.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=22
2022-10-12 09:08:51 +00:00
135a3944ff - Version 1.11.9
##   Deprecations 
 * Legacy Piwik config.json option `piwik.policy_url` is deprecated in favour of `privacy_policy_url`. Support will be removed in the next release.
##  Features
 * Device manager - select all devices ([\#9330](https://github.com/matrix-org/matrix-react-sdk/pull/9330)). Contributed by @kerryarchibald.
 * New group call experience: Call tiles ([\#9332](https://github.com/matrix-org/matrix-react-sdk/pull/9332)).
 * Add Shift key to FormatQuote keyboard shortcut ([\#9298](https://github.com/matrix-org/matrix-react-sdk/pull/9298)). Contributed by @owi92.
 * Device manager - sign out of multiple sessions ([\#9325](https://github.com/matrix-org/matrix-react-sdk/pull/9325)). Contributed by @kerryarchibald.
 * Display push toggle for web sessions (MSC3890) ([\#9327](https://github.com/matrix-org/matrix-react-sdk/pull/9327)).
 * Add device notifications enabled switch ([\#9324](https://github.com/matrix-org/matrix-react-sdk/pull/9324)).
 * Implement push notification toggle in device detail ([\#9308](https://github.com/matrix-org/matrix-react-sdk/pull/9308)).
 * New group call experience: Starting and ending calls ([\#9318](https://github.com/matrix-org/matrix-react-sdk/pull/9318)).
 * New group call experience: Room header call buttons ([\#9311](https://github.com/matrix-org/matrix-react-sdk/pull/9311)).
 * Make device ID copyable in device list ([\#9297](https://github.com/matrix-org/matrix-react-sdk/pull/9297)). Contributed by @duxovni.
 * Use display name instead of user ID when rendering power events ([\#9295](https://github.com/matrix-org/matrix-react-sdk/pull/9295)).
 * Read receipts for threads ([\#9239](https://github.com/matrix-org/matrix-react-sdk/pull/9239)). Fixes vector-im/element-web#23191.
## 🐛 Bug Fixes
 * Use the correct sender key when checking shared secret ([\#2730](https://github.com/matrix-org/matrix-js-sdk/pull/2730)). Fixes vector-im/element-web#23374.
 * Fix device selection in pre-join screen for Element Call video rooms ([\#9321](https://github.com/matrix-org/matrix-react-sdk/pull/9321)). Fixes vector-im/element-web#23331.
 * Don't render a 1px high room topic if the room topic is empty ([\#9317](https://github.com/matrix-org/matrix-react-sdk/pull/9317)). Contributed by @Arnei.
 * Don't show feedback prompts when that UIFeature is disabled ([\#9305](https://github.com/matrix-org/matrix-react-sdk/pull/9305)). Fixes vector-im/element-web#23327.
 * Fix soft crash around unknown room pills ([\#9301](https://github.com/matrix-org/matrix-react-sdk/pull/9301)). Fixes matrix-org/element-web-rageshakes#15465.
 * Fix spaces feedback prompt wrongly showing when feedback is disabled ([\#9302](https://github.com/matrix-org/matrix-react-sdk/pull/9302)). Fixes vector-im/element-web#23314.
 * Fix tile soft crash in ReplyInThreadButton ([\#9300](https://github.com/matrix-org/matrix-react-sdk/pull/9300)). Fixes matrix-org/element-web-rageshakes#15493.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=21
2022-10-11 13:54:57 +00:00
c1c765d0bd Accepting request 1008248 from home:dziobian:gulgul-ultron:19
- Fix FTBFS on ix86 and arm.

OBS-URL: https://build.opensuse.org/request/show/1008248
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=20
2022-10-05 21:09:11 +00:00
700e58f9ce Accepting request 1008203 from home:dziobian:gulgul-ultron:19
add missing changelog

OBS-URL: https://build.opensuse.org/request/show/1008203
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=19
2022-10-05 13:11:32 +00:00
ba756f221e - Version 1.11.8
## 🐛 Bug Fixes
 * Bump IDB crypto store version ([\#2705](https://github.com/matrix-org/matrix-js-sdk/pull/2705)).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=17
2022-09-28 16:21:22 +00:00
6f2059abaf - Version 1.11.7
## 🔒 Security
* Fix for [CVE-2022-39249](https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=CVE%2D2022%2D39249)
* Fix for [CVE-2022-39250](https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=CVE%2D2022%2D39250)
* Fix for [CVE-2022-39251](https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=CVE%2D2022%2D39251)
* Fix for [CVE-2022-39236](https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=CVE%2D2022%2D39236)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=16
2022-09-28 13:58:28 +00:00
8d99b62c4a - Security fix for:
* CVE-2022-39249
  * CVE-2022-39250
  * CVE-2022-39251
  * CVE-2022-39236

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=15
2022-09-28 13:01:14 +00:00
a317af9e64 - Version 1.11.6
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=14
2022-09-27 21:29:29 +00:00
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 #23094.
	 * Fix voice messages with multiple composers ([\#9208](https://github.com/matrix-org/matrix-react-sdk/pull/9208)). Fixes #23023. Contributed by @grimhilt.
	 * Fix suggested rooms going missing ([\#9236](https://github.com/matrix-org/matrix-react-sdk/pull/9236)). Fixes #23190.
	 * Fix tooltip infinitely recursing ([\#9235](https://github.com/matrix-org/matrix-react-sdk/pull/9235)). Fixes matrix-org/element-web-rageshakes#15107, matrix-org/element-web-rageshakes#15093 matrix-org/element-web-rageshakes#15092 and matrix-org/element-web-rageshakes#15077.
	 * 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 #21369.
	 * Fix progress bar regression throughout the app ([\#9219](https://github.com/matrix-org/matrix-react-sdk/pull/9219)). Fixes #23121.
	 * Reuse empty string & space string logic for event types in devtools ([\#9218](https://github.com/matrix-org/matrix-react-sdk/pull/9218)). Fixes #23115.

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 (#6442). Fixes vector-im/element-web#20296.
  # Fall back to untranslated string rather than showing missing translation error (#8609).
  # Show file name and size on images on hover (#6511). Fixes vector-im/element-web#18197.
  # Iterate on search results for message bubbles (#7047). Fixes vector-im/element-web#20315.
  # registration: redesign email verification page (#8554). Fixes vector-im/element-web#21984.
  # Show full thread message in hover title on thread summary (#8568). Fixes vector-im/element-web#22037.
  # Tweak video rooms copy (#8582). Fixes vector-im/element-web#22176.
  # Live location share - beacon tooltip in maximised view (#8572).
  # Add dialog to navigate long room topics (#8517). Fixes vector-im/element-web#9623.
  # Change spaceroomfacepile tooltip if memberlist is shown (#8571). Fixes vector-im/element-web#17406.
  # Improve message editing UI (#8483). Fixes vector-im/element-web#9752 and vector-im/element-web#22108.
  # Make date changes more obvious (#6410). Fixes vector-im/element-web#16221.
  # Enable forwarding static locations (#8553).
  # Log TimelinePanel debugging info when opening the bug report modal (#8502).
  # Improve welcome screen, add opt-out analytics (#8474). Fixes vector-im/element-web#21946.
  # Converting selected text to MD link when pasting a URL (#8242). Fixes vector-im/element-web#21634. Contributed by @Sinharitik589.
  # Support Inter on custom themes (#8399). Fixes vector-im/element-web#16293.
  # Add a Copy link button to the right-click message context-menu labs feature (#8527).
  # Move widget screenshots labs flag to devtools (#8522).
  # Remove some labs features which don't get used or create maintenance burden: custom status, multiple integration managers, and do not disturb (#8521).
  # Add a way to toggle ScrollPanel and TimelinePanel debug logs (#8513).
  # Spaces: remove blue beta dot (#8511). Fixes vector-im/element-web#22061.
  # Order new search dialog results by recency (#8444).
  # Improve pills (#6398). Fixes vector-im/element-web#16948 and vector-im/element-web#21281.
  # Add a way to maximize/pin widget from the PiP view (#7672). Fixes vector-im/element-web#20723.
  # Iterate video room designs in labs (#8499).
  # Improve UI/UX in calls (#7791). Fixes vector-im/element-web#19937.
  # Add ability to change audio and video devices during a call (#7173). Fixes vector-im/element-web#15595.
  * Bug Fixes
  # Fix video rooms sometimes connecting muted when they shouldn't (#22125).
  # Avoid flashing the 'join conference' button at the user in video rooms (#22120).
  # Fully close Jitsi conferences on errors (#22060).
  # Fix click behavior of notification badges on spaces (#8627). Fixes vector-im/element-web#22241.
  # Add missing return values in Read Receipt animation code (#8625). Fixes vector-im/element-web#22175.
  # Fix 'continue' button not working after accepting identity server terms of service (#8619). Fixes vector-im/element-web#20003.
  # Proactively fix stuck devices in video rooms (#8587). Fixes vector-im/element-web#22131.
  # Fix position of the message action bar on left side bubbles (#8398). Fixes vector-im/element-web#21879. Contributed by @luixxiul.
  # Fix edge case thread summaries around events without a msgtype (#8576).
  # Fix favourites metaspace not updating (#8594). Fixes vector-im/element-web#22156.
  # Stop spaces from displaying as rooms in new breadcrumbs (#8595). Fixes vector-im/element-web#22165.
  # Fix avatar position of hidden event on ThreadView (#8592). Fixes vector-im/element-web#22199. Contributed by @luixxiul.
  # Fix MessageTimestamp position next to redacted messages on IRC/modern layout (#8591). Fixes vector-im/element-web#22181. Contributed by @luixxiul.
  # Fix padding of messages in threads (#8574). Contributed by @luixxiul.
  # Enable overflow of hidden events content (#8585). Fixes vector-im/element-web#22187. Contributed by @luixxiul.
  # Increase composer line height to avoid cutting off emoji (#8583). Fixes vector-im/element-web#22170.
  # Don't consider threads for breaking continuation until actually created (#8581). Fixes vector-im/element-web#22164.
  # Fix displaying hidden events on threads (#8555). Fixes vector-im/element-web#22058. Contributed by @luixxiul.
  # Fix button width and align 絵文字 (emoji) on the user panel (#8562). Fixes vector-im/element-web#22142. Contributed by @luixxiul.
  # Standardise the margin for settings tabs (#7963). Fixes vector-im/element-web#20767. Contributed by @yuktea.
  # Fix room history not being visible even if we have historical keys (#8563). Fixes vector-im/element-web#16983.
  # Fix oblong avatars in video room lobbies (#8565).
  # Update thread summary when latest event gets decrypted (#8564). Fixes vector-im/element-web#22151.
  # Fix codepath which can wrongly cause automatic space switch from all rooms (#8560). Fixes vector-im/element-web#21373.
  # Fix effect of URL preview toggle not updating live (#8561). Fixes vector-im/element-web#22148.
  # Fix visual bugs on AccessSecretStorageDialog (#8160). Fixes vector-im/element-web#19426. Contributed by @luixxiul.
  # Fix the width bounce of the clock on the AudioPlayer (#8320). Fixes vector-im/element-web#21788. Contributed by @luixxiul.
  # Hide the verification left stroke only on the thread list (#8525). Fixes vector-im/element-web#22132. Contributed by @luixxiul.
  # Hide recently_viewed dropdown when other modal opens (#8538). Contributed by @yaya-usman.
  # Only jump to date after pressing the 'go' button (#8548). Fixes vector-im/element-web#20799.
  # Fix download button not working on events that were decrypted too late (#8556). Fixes vector-im/element-web#19427.
  # Align thread summary button with bubble messages on the left side (#8388). Fixes vector-im/element-web#21873. Contributed by @luixxiul.
  # Fix unresponsive notification toggles (#8549). Fixes vector-im/element-web#22109.
  # Set color-scheme property in themes (#8547). Fixes vector-im/element-web#22124.
  # Improve the styling of error messages during search initialization. (#6899). Fixes vector-im/element-web#19245 and vector-im/element-web#18164. Contributed by @KalleStruik.
  # Don't leave button tooltips open when closing modals (#8546). Fixes vector-im/element-web#22121.
  # update matrix-analytics-events (#8543).
  # Handle Jitsi Meet crashes more gracefully (#8541).
  # Fix regression around pasting links (#8537). Fixes vector-im/element-web#22117.
  # Fixes suggested room not ellipsized on shrinking (#8536). Contributed by @yaya-usman.
  # Add global spacing between display name and location body (#8523). Fixes vector-im/element-web#22111. Contributed by @luixxiul.
  # Add box-shadow to the reply preview on the main (left) panel only (#8397). Fixes vector-im/element-web#21894. Contributed by @luixxiul.
  # Set line-height: 1 to RedactedBody inside GenericEventListSummary for IRC/modern layout (#8529). Fixes vector-im/element-web#22112. Contributed by @luixxiul.
  # Fix position of timestamp on the chat panel in IRC layout and message edits history modal window (#8464). Fixes vector-im/element-web#22011 and vector-im/element-web#22014. Contributed by @luixxiul.
  # Fix unexpected and inconsistent inheritance of line-height property for mx_TextualEvent (#8485). Fixes vector-im/element-web#22041. Contributed by @luixxiul.
  # Set the same margin to the right side of NewRoomIntro on TimelineCard (#8453). Contributed by @luixxiul.
  # Remove duplicate tooltip from user pills (#8512).
  # Set max-width for MLocationBody and MLocationBody_map by default (#8519). Fixes vector-im/element-web#21983. Contributed by @luixxiul.
  # Simplify ReplyPreview UI implementation (#8516). Fixes vector-im/element-web#22091. Contributed by @luixxiul.
  # Fix thread summary overflow on narrow message panel on bubble message layout (#8520). Fixes vector-im/element-web#22097. Contributed by @luixxiul.
  # Live location sharing - refresh beacon timers on tab becoming active (#8515).
  # Enlarge emoji again (#8509). Fixes vector-im/element-web#22086.
  # Order receipts with the most recent on the right (#8506). Fixes vector-im/element-web#22044.
  # Disconnect from video rooms when leaving (#8500).
  # Fix soft crash around threads when room isn't yet in store (#8496). Fixes vector-im/element-web#22047.
  # Fix reading of cached room device setting values (#8491).
  # Add loading spinners to threads panels (#8490). Fixes vector-im/element-web#21335.
  # Fix forwarding UI papercuts (#8482). Fixes vector-im/element-web#17616.

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
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
Dominique Leuenberger
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
Dominique Leuenberger
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
Dominique Leuenberger
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
Dominique Leuenberger
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
Dominique Leuenberger
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
Dominique Leuenberger
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
Dominique Leuenberger
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
Dominique Leuenberger
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
Dominique Leuenberger
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
Dominique Leuenberger
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
Dominique Leuenberger
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
Dominique Leuenberger
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