CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 17:44:08 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"0e5a04f96ba2b7d76df9f67aa50102e3"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=nee9q%2B67K1na9W9lv%2FMrg0ZEJN%2FGfk6IWKsz85y5jxN3n4z0DPCq4LML4oFZkesKoURB7skCgpmy02%2FhUzVYZxkG9kdqtNOXaH3%2FCi2VgvPV9I3PJQXGecppnR2QjCXtbkPtCZmNJ%2Fn5nxGvaXWwTGkbd0jiwt4IT5HUMEkdcMyUmZZAtq5QIQz5Y79AGRCQi%2B7tIygsWqWVEJ1ng4HgtT7gI9sjg6u6at7A%2FZBMdET6dgbgQg1ce9j6khgphFmFWGXN8GvNJVzxgv%2FGryicVA%3D%3D--fSUye3pv30OgAy5H--G%2BdgdWmBP0ruiBoIuV0meg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.473768419.1753292647; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 17:44:07 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 17:44:07 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 959E:941DF:F657AB:1233ED2:68811F67
Release electron v8.0.0-beta.1 · electron/electron · GitHub
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 16.2k
electron v8.0.0-beta.1
Pre-release
Pre-release
Compare
·
545 commits
to 8-x-y
since this release
Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm i electron@8.0.0-beta.1.
Release Notes for v8.0.0-beta.1
Breaking Changes
- IPC between main and renderer processes now uses the Structured Clone Algorithm. #20214
Features
- Added BrowserWindow.moveAbove(mediaSourceId). #18926
- Added
--enable-api-filtering-logging
command-line switch, which enables caller stack logging fordesktopCapturer
andremote
APIs that can be blocked or filtered. #20335 - Added
nativeTheme.themeSource
to allow apps to override Chromium and the OS's theme choice. #19960 - Added
session.downloadURL()
allowing to trigger downloads without aBrowserWindow
. #19889 - Added
timeoutType
property to allows users to set timeout type for Linux and Windows notifications. #20153 - Added
tray.focus()
, which returns focus to the taskbar notification area. #19548 - Added
tray.removeBalloon()
, which removes an already displayed balloon notification. #19547 - Added
win.accessibleTitle property
to be able to augment the window title for the screen readers. #19698 - Added ability to inspect specific shared workers:
contents.getAllSharedWorkers()
/contents.inspectSharedWorkerById(workerId)
. #20389 - Added about panel customization on Windows. #19420
- Added an
urgency
property to allow customization of Linux-based notifications. #20152 - Added options to enable customization of print page headers and footers. #19688
- Added property customization to save dialogs. #19672
- Added support for HTTP preconnect resource hints. #18671
- Added the ability to prevent documents from being added to recent documents on Windows in open dialogs. #19669
- Added the support of fitToPageEnabled and scaleFactor in
WebContents.printToPDF()
. #20436 - Enable macOS users to fallback to item removal when when
shell.moveItemToTrash
fails. #19700 - Implemented 'will-move' event on BrowserWindow on macOS. #19641
- Improved TouchBarButton and TouchBarLabel a11y with
accessibilityLabel
property. #20454 - New options added to
tray.displayBalloon()
:iconType
,largeIcon
,noSound
andrespectQuietTime
. #19544
Fixes
- Don't destroy active menus created as local objects in javascript. #19427
- Fixed
BrowserWindow.fromWebContents()
to returnnull
when no window is found for consistency with other APIs. #19983 - Fixed
backgroundThrottling: false
not having an effect. #20239 - Fixed
cookies.get
not working whenurl
is not specified in filter. #20471 - Fixed a crash in Node.js initialization in renderer processes. #20684
- Fixed a crash that could occur when calling
crashReporter.getUploadedReports
. #20428 - Fixed an issue in the remote module which could cause the name of the Object constructor to be overwritten globally. #20637
- Fixed an issue that prevented setuid binaries from being launched from the renderer process on Linux. #19953
- Fixed an issue where
menu.closePopup()
would have no effect if called too soon aftermenu.popup()
. #20114 - Fixed an issue where
net
requests with redirection mode 'error' could incorrectly follow a redirect. #20686 - Fixed an issue where microtasks could sometimes be scheduled too eagerly, causing crashes when invoking Electron APIs during promises in certain situations. #20303
- Fixed an issue with open and save dialogs selecting properties. #19781
- Fixed debug symbol files on linux not containing private symbols. #20530
- Fixed some
systemPreferences.getColor()
inconsistencies on macOS. #20611 - Fixed the position of popups being created over embedded content. #20232
- Fixed white flash after restoring an app from the background. #19873
- Localized dialog button text on Linux. #19725
- Prevented 'Reopen windows?' dialog from appearing on macOS after a crash. #19584
- Removed unnecessary chromium patch for browser compositor on mac. #20390
- [deps/uv] fsevents: fix file event reporting (backport: v12.x). #20408
Other Changes
- Fixed a crash that could occur if a WebContents was destroyed during a navigation event. #20099
- Fixed first beta version choosing logic. bf66fe5
- No-notes. #18760, #20003
- Removed .only. f566e56
- Removed undocumented
ipcRenderer.sendToAll()
. #19556 - The
remote
module now properly serializesBoolean
,Number
,String
andRegExp
instances. #20427 - Updated Node.js to v12.10.0. #20129
- Updated Node.js to v12.12.0. #20584
- Updated Node.js to v12.13.0. #20657
- Updated Node.js to v12.9.0. #19863
- Updated Node.js to v12.9.1. #19980
Documentation
Assets 55
You can’t perform that action at this time.