electron v6.0.0-beta.4
Pre-release
Pre-release
·
304 commits
to 6-0-x
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@6.0.0-beta.4.
Release Notes for v6.0.0-beta.4
Features
- Allowed setting working directory in
app.setUserTasks()
/app.setJumpList()
. #18291
Fixes
- Added missing
'page-title-updated'
event onwebContents
to documentation. Also fixed forwarding of theexplicitSet
argument when emitted onBrowserWindow
. #18319 - Corrected a reversal of cancellation values in
showSaveDialog
on the Windows platform. #18383 - Fixed a dialog crash when no BrowserWindow was passed. #18381
- Fixed autohide taskbar not showing when frameless window is maximized. #18373
- Fixed the
input[type=file]
element not showing a file dialog. #18341