Skip to content

Releases: MarshallOfSound/electron-devtools-installer

v4.0.0

18 Dec 07:42
05057e8
Compare
Choose a tag to compare

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
  • 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

17 Dec 21:32
51d2997
Compare
Choose a tag to compare

3.2.1 (2024-12-17)

Bug Fixes

  • map prodversion param to process.versions (#251) (0a275f9)

v3.2.0

18 Apr 22:51
31bf863
Compare
Choose a tag to compare

3.2.0 (2021-04-18)

Features

v3.1.1

16 Jul 21:24
5e775ef
Compare
Choose a tag to compare

3.1.1 (2020-07-16)

Bug Fixes

v3.1.0

27 Jun 02:44
f6932ad
Compare
Choose a tag to compare

3.1.0 (2020-06-27)

Features

v3.0.0

07 Apr 01:54
d692149
Compare
Choose a tag to compare

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

  • test: add mobx to unit tests (#95) (6d4f699)
  • Only allow installs from the main process (d692149)

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.