CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 05:57:37 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/"1a7c5719095f18e9e1f45dec7adbd15a"
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=%2B9WaKbMHu%2FTOzoWF6%2Fqm9u7GHFryH12u1M9Rhyb7AHuX6J%2FFCc0BQaOk2o%2FELLiZmKQRES1cxkQKLOsBBO9OUR6LzmiaOKojOsVEu8G9tv2937oDAGZWq3PnIoFOlmpbJ2CRBeVcpaljhjnyqggwo5KG7TEB45%2F2Tn9j4YFohJ8n1GKuDhF1Ix2SCt1qTpxmYtpRz%2BhsTwI8jgXkljMnn6OtO5TblcbpqYitnilXmJz2CHms0G2%2BryPeyvYCvtXlp1r5u6R3fGaSLW2UUXNHyg%3D%3D--gtaFLL3jnxcGEk9b--%2FzHQmHopeVgEhJtOV8Lz%2Fg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1227727749.1753336656; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 05:57:36 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 05:57:36 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: E40E:16C9C5:88223:98970:6881CB50
Release electron v23.0.0-alpha.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 v23.0.0-alpha.1
Pre-release
Pre-release
Compare
·
212 commits
to 23-x-y
since this release
af0a995
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Note: This is an alpha release. Please file new issues for any bugs you find in it.
This release is published to npm under the alpha tag and can be installed via npm install electron@alpha
, or npm install electron@23.0.0-alpha.1
.
Release Notes for v23.0.0-alpha.1
Features
- Added an
app.getPreferredSystemLanguages()
API to return the user's system languages. #36035 (Also in 21, 22) - Added new UtilityProcess API to launch chromium child process with node integration. #34980 (Also in 22)
- Added support for WebUSB. #36289
- Added support for
serialPort.forget()
as well as a new eventserial-port-revoked
emitted when a given origin is revoked. #35310 (Also in 22) - Adds new
setHiddenInMissionControl
API to allow developers to opt out of mission control on macOS. #36092
Fixes
- Default margin has been added in the code. #36060 (Also in 21, 22)
- Doing
require('electron/*')
where*
is not one ofmain
,common
orrenderer
no longer resolves with the built-inelectron
module. #35915 - Enable crashpad for ELECTRON_RUN_AS_NODE processes. #36460 (Also in 22)
- Fixed
click
event and tooltip ofTray
not working on Linux. #36333 (Also in 22) - Fixed a drag-and-drop issue on macOS where items would be incorrectly moved instead of copied in some contexts. #35963 (Also in 20, 21, 22)
- Fixed a potential issue when calling
webContents.printToPDF()
. #36046 (Also in 21, 22) - Fixed a potential memory leak. #35932 (Also in 21, 22)
- Fixed an issue where calling
app.dock.setIcon(/path/t/icon)
would crash when called before theready
event onapp
. #36279 (Also in 20, 21, 22) - Fixed an issue where frameless non-resizable windows showed a Windows 7 frame during startup. #35365 (Also in 22)
- Fixed an issue where some options were incorrectly ignored when using
webContents.printToPDF()
. #35975 (Also in 21, 22) - Fixed on-screen-keyboard not hiding on input rendered in webview is blurred. #35921 (Also in 20, 21, 22)
- Fixed race condition during update on macOS that could result in TCC and Keychain errors. #36130 (Also in 22)
- Fixed spurious promise rejection in
webContents.loadURL
when navigating to a hash. #36129 (Also in 20, 21, 22) - Fixed v8 flags and desktop name in package.json does not hornored when running local app using electron cli. #35997 (Also in 20, 21, 22)
- Removed support for
nodeIntegrationInWorker
in Service Workers and Shared Workers owing to sandboxing policies. #35919 (Also in 21, 22) - Removed unneeded
--turbo-profiling-input
argument from mksnapshot_args. #36378 (Also in 22) - The keychain account name for MAS and Darwin builds of the same Electron application now differ. #35864
- You can now import the built-in electron module via ESModule loaders, i.e.
import('electron')
andimport 'electron'
now work natively. #35930 (Also in 20, 21, 22)
Other Changes
- Enabled out-of-process iframe printing to PDF with
webContents.printToPDF().
. #36051 (Also in 22) - Removed unneeded --turbo-profiling-input argument from mksnapshot_args for Linux mksnapshot zips. #36534
- Updated Chromium to 110.0.5415.0. #36186
- Updated Node.js to v18.12.1. #36356
- Upgraded Node.js to v18.10.0. #35999
- Windows 7, Windows 8, and Windows 8.1 are not supported anymore as Chromium 110 dropped support. #36513
Documentation
- Documentation changes: #35894
Assets 78
2 people reacted
You can’t perform that action at this time.