Releases: MarshallOfSound/electron-devtools-installer
Releases · MarshallOfSound/electron-devtools-installer
v4.0.0
4.0.0 (2024-12-18)
Features
BREAKING CHANGES
-
Removed some Chrome extensions that weren't supported, now require Electron >=18,
installExtension
now resolves with a full extension object instead of just the name -
Expanding API where it makes sense
- Allow providing
session
- Allow providing
-
Cleaning up old code style, moving to async/await etc.
-
Cleaning up left over IDMap
-
Removing dead chrome extensions
-
Only versions of Electron that have the session extension APIs are now supported, please update to a supported version of electron
v3.2.1
v3.2.0
v3.1.1
v3.1.0
v3.0.0
3.0.0 (2020-04-07)
Bug Fixes
- make extension store directory recursively (8247952)
- only allow installs from the main process (fc1d878)
- support dynamic application path (#88) (e9471f9)
- use ES6 standard imports for electron modules. Closes #116 (dc0f6e4)
Features
BREAKING CHANGES
- Only allow installs from the main process
The remote is being deprecated and as such we should not rely on it for what is a buggy and very small usability tweak.