2.6 KiB
2.6 KiB
electron-installer-redhat
- Changes by Version
Unreleased
3.2.0 - 2020-07-23
Added
- Support for scalable and symbolic icons (#169)
Fixed
- Conformance to RPM spec formatting guidelines (#171)
3.1.0 - 2020-06-28
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 - 2020-01-22
Added
- Electron 8 dependency compatibility (electron-userland/electron-installer-common#45)
Removed
- Node < 10 support (#151)
2.0.0 - 2019-06-11
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 - 2019-05-01
Added
- Support for SUID sandbox helper in Electron >= 5 (#112)
1.0.1 - 2019-02-20
Changed
- Upgrade to
electron-installer-common@^0.6.1
(#104)
1.0.0 - 2019-01-07
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)
For versions prior to 1.0.0, please see git log
.