Skip to content

Latest commit

 

History

History
114 lines (59 loc) · 2.64 KB

NEWS.md

File metadata and controls

114 lines (59 loc) · 2.64 KB

Electron Installer: Snap - Changes by Version

5.2.0 - 2022-07-25

Changed

  • Change confinement default from classic to strict (#144)
  • Allow disabling of browser sandbox for snap sandbox (#141)

Fixed

  • Clarify the use of SnapcraftConfig (#76)
  • Update snapcraft requirements, fix multipass errors (#144)

5.1.0 - 2020-04-25

Added

  • TypeScript definition (#72)

5.0.0 - 2020-01-21

Changed

  • Reduce the number of dependencies (#60, #65)

Removed

  • Node < 10 support (#62)

4.1.0 - 2019-11-21

Added

  • Autodetect the base option when it's not specified by the user (#47)

4.0.0 - 2019-06-20

Fixed

  • Depend on pulseaudio, not libpulse0, when using the pulseaudio feature (#35)

Removed

  • Callback-style support (use async / await syntax or util.callbackify) (#28)
  • Node < 8 support (#28)

3.2.0 - 2019-05-03

Added

  • Always set the browser sandbox feature for Electron >= 5.0.0 (#22)

3.1.1 - 2019-02-21

Changed

  • Upgrade to electron-installer-common@^0.6.1

3.1.0 - 2019-01-06

Added

  • Normalize and validate the Snap name (#13)

3.0.1 - 2018-12-26

Fixed

  • Electron 4 support (#8)

3.0.0 - 2018-07-16

Changed

  • Minimum Node version increased to Node 6, as Node 4 is no longer LTS (#6)

2.0.1 - 2018-02-22

Fixed

  • Support for Electron 2.x (GTK3) (#4)

2.0.0 - 2018-01-31

Initial release.