Skip to content

Commit

Permalink
Merge pull request #103 from electron-userland/release-0.6.0
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
fcastilloec authored Jan 7, 2019
2 parents 8e2bc18 + bcfe369 commit aef4fe5
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 4 deletions.
33 changes: 33 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Changes by Version

## [Unreleased]

[Unreleased]: https://github.com/electron-userland/electron-installer-redhat/compare/v1.0.0...master

## [1.0.0] - 2019-01-07

[1.0.0]: https://github.com/electron-userland/electron-installer-redhat/compare/v0.5.0...v1.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)


### Removed

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

----

For versions prior to 1.0.0, please see `git log`.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Electron Installer for Red Hat](resources/logo.png)

# electron-installer-redhat [![Version](https://img.shields.io/npm/v/electron-installer-redhat.svg)](https://www.npmjs.com/package/electron-installer-redhat) [![Build Status](https://img.shields.io/travis/unindented/electron-installer-redhat.svg)](http://travis-ci.org/unindented/electron-installer-redhat) [![Dependency Status](https://img.shields.io/gemnasium/unindented/electron-installer-redhat.svg)](https://gemnasium.com/unindented/electron-installer-redhat)
# electron-installer-redhat [![Version](https://img.shields.io/npm/v/electron-installer-redhat.svg)](https://www.npmjs.com/package/electron-installer-redhat) [![Build Status](https://img.shields.io/travis/electron-userland/electron-installer-redhat.svg)](http://travis-ci.org/electron-userland/electron-installer-redhat)

> Create a Red Hat package for your Electron app.
Expand Down Expand Up @@ -397,8 +397,8 @@ The absolute path to a custom template for the generated [FreeDesktop.org deskto

## Meta

* Code: `git clone git://github.com/unindented/electron-installer-redhat.git`
* Home: <https://github.com/unindented/electron-installer-redhat/>
* Code: `git clone git://github.com/electron-userland/electron-installer-redhat.git`
* Home: <https://github.com/electron-userland/electron-installer-redhat/>


## Contributors
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "electron-installer-redhat",
"description": "Create a Red Hat package for your Electron app.",
"version": "0.5.0",
"version": "1.0.0",
"license": "MIT",
"author": {
"name": "Daniel Perez Alvarez",
Expand Down

0 comments on commit aef4fe5

Please sign in to comment.