From 5bc5b42d3a2fa8dc20b7943fc0eec5c16040bd5b Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 22 Apr 2016 13:11:11 -0400 Subject: [PATCH] v1.0.0-beta.4 Signed-off-by: Juan Cruz Viotti --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f7c96f6bc..68855c16f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [v1.0.0-beta.4] - 2016-04-22 + +### Added + +- Integrate Etcher CLI in this git repository. +- Generate [AppImage](http://appimage.org) packages for GNU/Linux. +- Add application version to footer, which links to the `CHANGELOG`. +- Allow to bypass elevation with an environment variable (`ETCHER_BYPASS_ELEVATION`). + +### Changed + +- Upgrade Electron to v0.37.6. +- Improve drive selector modal. +- Add dashed underline stlying to footer links. + ## [v1.0.0-beta.3] - 2016-04-17 ### Added @@ -75,6 +90,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Fix broken state when going to settings from the success screen. - Fix `Cannot read property 'length' of undefined` frequent issue. +[v1.0.0-beta.4]: https://github.com/resin-io/etcher/compare/v1.0.0-beta.3...v1.0.0-beta.4 [v1.0.0-beta.3]: https://github.com/resin-io/etcher/compare/v1.0.0-beta.2...v1.0.0-beta.3 [v1.0.0-beta.2]: https://github.com/resin-io/etcher/compare/v1.0.0-beta.1...v1.0.0-beta.2 [v1.0.0-beta.1]: https://github.com/resin-io/etcher/compare/v1.0.0-beta.0...v1.0.0-beta.1 diff --git a/package.json b/package.json index a9ecce0b0c..1ffc64a1af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "etcher", "displayName": "Etcher", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "main": "lib/etcher.js", "description": "An image flasher with support for Windows, OS X and GNU/Linux.", "homepage": "https://github.com/resin-io/etcher",