Releases: electron-userland/electron-installer-snap
Releases · electron-userland/electron-installer-snap
5.2.0
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 base snapcraft requirements, fix multipass errors (#144)
5.1.0
Added
- TypeScript definitions (#72)
5.0.0
Changed
- Reduce the number of dependencies (#60, #65)
Removed
4.1.0
Added
- Autodetect the base option when it's not specified by the user (#47)
4.0.0
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
Added
- Always set the browser sandbox feature for Electron >= 5.0.0 (#22)
3.1.1
Changed
- Upgrade to
electron-installer-common@^0.6.1
3.1.0
Added
- Normalize and validate the Snap name (#13)
3.0.0
Changed
- Minimum Node version increased to Node 6, as Node 4 is no longer LTS (#6)