Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

3.0.0

Compare
Choose a tag to compare
@sentialx sentialx released this 27 Sep 11:31
· 97 commits to master since this release

Breaking changes

  • Extensions storage now saves data using JSON instead of leveldown to avoid unnecessary build problems.

New features

  • Added audible property to Tab object. (#9)
  • Added --blacklist= additional argument to webContents in a given session.

Fixes

  • Prevent sending IPC messages to already destroyed webContents.