Skip to content

Latest commit

 

History

History
187 lines (99 loc) · 4.31 KB

NEWS.md

File metadata and controls

187 lines (99 loc) · 4.31 KB

electron-installer-debian - Changes by Version

3.2.0 - 2023-08-18

Added

  • Allow passing in compression option (#342)

Removed

  • Node < 12 support (#220)

3.1.0 - 2020-06-28

Added

  • Electron 9 dependency compatibility (#224)

3.0.0 - 2020-01-22

Added

Removed

  • Node < 10 support (#220)

2.0.1 - 2019-09-12

Fixed

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

2.0.0 - 2019-06-11

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 - 2019-05-01

Added

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

Fixed

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

1.1.1 - 2019-02-20

Changed

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

1.1.0 - 2019-01-06

Added

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

Fixed

1.0.1 - 2018-12-12

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 - 2018-10-05

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)

0.8.1 - 2018-02-20

Fixed

  • Handling executables trying to spawn that don't exist (#130)

0.8.0 - 2018-01-18

Added

  • Promise support (#124)

0.7.2 - 2018-01-18

Fixed

  • Multiple-line productDescriptions with lines beginning with spaces (#125)

0.7.1 - 2017-11-13

Fixed

  • Deduplicate dependencies when passing options via the command line (#112)

0.7.0 - 2017-11-09

Added

  • Support for SVG icons (#104)

Fixed

  • Update Debian dependencies for Electron apps (#105)
  • Throw proper error when no description or productDescription is provided (#109)
  • Append user dependencies to defaults & deduplicate (#111)

0.6.0 - 2017-09-27

Added

  • Support custom desktop file templates (#98)
  • Support package maintainer scripts (#91)

Fixed

  • Remove lintian warnings/errors (#96)

For versions prior to 0.6.0, please see git log.