Skip to content

Releases: electron-userland/electron-installer-debian

3.2.0

18 Aug 19:53
v3.2.0
980f47e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.2.0

3.1.0

28 Jun 20:16
Compare
Choose a tag to compare

Added

  • Electron 9 dependency compatibility (#224)

3.0.0

22 Jan 20:21
c6ffe69
Compare
Choose a tag to compare

Added

Removed

  • Node < 10 support (#220)

2.0.1

21 Jan 23:33
Compare
Choose a tag to compare

Fixed

  • Ensure scripts have the executable bit set (#211)

2.0.0

11 Jun 15:37
Compare
Choose a tag to compare

Added

  • ATSPI dependency for Electron >= 5 (#200)

Fixed

  • Add revision, when present, to the default output filename (#199)

Removed

  • Node < 8 support (#194)

1.2.0

09 Jun 16:47
4ad7774
Compare
Choose a tag to compare

Added

  • Support for SUID sandbox helper in Electron >= 5 (#184)

Fixed

  • Allow GConf dependency with non-deprecated package name (#185)

1.1.1

20 Feb 08:57
34f3315
Compare
Choose a tag to compare

Changed

  • Upgrade to electron-installer-common@^0.6.1 (#174)

1.1.0

07 Jan 19:00
4433ce6
Compare
Choose a tag to compare

Added

  • Package names are normalized to conform to Debian policy (#170)

Fixed

1.0.1

12 Dec 20:25
36705c1
Compare
Choose a tag to compare

Fixed

  • Provide a suggestion for how to resolve the description error (#149)
  • Don't trim the leading v from the Electron version (#153)
  • Ensure that certain CLI options are always parsed as arrays (#155)
  • Update Electron dependencies for 3.x/4.x (#159)

1.0.0

05 Oct 23:56
be26603
Compare
Choose a tag to compare

Added

  • Support for Electron >= 2.0 (#132)
  • transformVersion as an exportable function (#144)

Fixed

  • Warn when directory umask may not work with dpkg (#134)

Removed

  • Node-style callback support (use nodeify if you need that
    functionality)
  • Node < 6 support (#145)