Releases: electron-userland/electron-installer-redhat
Releases · electron-userland/electron-installer-redhat
v3.4.0
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
- @dsanders11 made their first contribution in #326
Full Changelog: v3.3.0...v3.4.0
v3.3.0
What's Changed
- build: add macOS support to Travis CI by @hicom150 in #176
- chore(deps): bump yargs from 15.4.1 to 16.0.2 by @dependabot-preview in #177
- chore(deps-dev): bump eslint-config-standard from 14.1.1 to 16.0.0 by @dependabot-preview in #180
- chore(deps-dev): bump eslint-plugin-standard from 4.1.0 to 5.0.0 by @dependabot-preview in #181
- Allow for two different variants of libgbm and libxcb to better support OpenSuse Leap 15.2 by @tobias-klein in #182
Full Changelog: v3.2.0...v3.3.0
3.2.0
Added
- Support for scalable and symbolic icons (#169)
Fixed
- Conformance to RPM spec formatting guidelines (#171)
3.1.0
3.0.0
2.0.0
1.1.0
1.0.1
1.0.0
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)