Skip to content

Releases: electron-userland/electron-installer-redhat

v3.4.0

01 Mar 23:04
652b090
Compare
Choose a tag to compare

What's Changed

Added

Add options.platform to set %_target_os (#175, #196)

Fixed

Skip stripping when making RPM for different architecture (#325)

New Contributors

Full Changelog: v3.3.0...v3.4.0

v3.3.0

12 Jan 23:08
aa0605e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.3.0

3.2.0

23 Jul 15:33
e0bd35b
Compare
Choose a tag to compare

Added

  • Support for scalable and symbolic icons (#169)

Fixed

3.1.0

28 Jun 20:43
Compare
Choose a tag to compare

Added

  • Dependencies for Electron >= 9 (#156)

Fixed

  • Stop overwriting ~/.rpmmacros (#160)
  • Handle parsing versions from RPM >= 4.15 (#162)
  • Define array options for CLI (#166)

3.0.0

22 Jan 20:24
9a9ffa3
Compare
Choose a tag to compare

Added

Removed

  • Node < 10 support (#151)

2.0.0

11 Jun 15:37
Compare
Choose a tag to compare

Added

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

Fixed

  • Always add revision/release to the RPM filename (#114)
  • Include SVG files into the spec file (#125)

Removed

  • Node-style callback support (use util.callbackify
    if you need that functionality)
  • Node < 8 support (#121)

1.1.0

09 Jun 17:12
a52535e
Compare
Choose a tag to compare

Added

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

1.0.1

20 Feb 08:59
3cfed02
Compare
Choose a tag to compare

Changed

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

1.0.0

07 Jan 20:15
aef4fe5
Compare
Choose a tag to compare

Added

  • Promises support (#86)
  • Custom installation scripts (#90)
  • The ability to specify a custom .desktop file template (#91)
  • Sanitize summary and description values (#97)
  • Merge user dependencies with Electron dependencies (#98, #99)
  • Sanitize package names to conform to Fedora policy (#101)

Changed

  • Install apps to /usr/lib instead of /usr/share (#77)
  • RPMs no longer run update-desktop-database by default (#90)

Removed

  • Node < 6 support (#94)
  • Deprecated group option (#97)