Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

brave v0.36.7 R1

Compare
Choose a tag to compare
@bbondy bbondy released this 06 Feb 18:39
· 5952 commits to master since this release

Brave v0.36.7:

  • Various improvements for window.opener and background tabs including crash fixes.

Electron v0.36.7:

  • Fix the occasional Object has been destroyed exception in the main process.
  • Windows fix crash on exit.

Electron v0.36.6:

  • Restarts renderer process for server redirect.
  • Add setMovable, isMovable, setMinimizable, isMinimizable, setMaximizable, isMaximizable, setFullScreenable, - isFullScreenable, setClosable, isClosable, setHasShadow, hasShadow methods to BrowserWindow.
  • Add scroll-touch-begin and scroll-touch-end events to BrowserWindow.
  • Add webContents.debugger API.
  • Add app.dock.setIcon API.
  • Add uploadData to details of session.webRequest.onBeforeRequest.
  • Support alpha channel in backgroundColor option of BrowserWindow.
  • Fix exception when writing to stdout/stderr in renderer process under certain circumstances.
  • OS X Add positioningItem parameter for Menu.popup.
  • Windows Fix using autoUpdater throws exception.
  • Windows Fix possible crash when closing asar archive.