diff --git a/CHANGELOG.md b/CHANGELOG.md index 68855c16..19614876 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.5] - 2016-05-04 + +### Added + +- Add `xz` compression support. + +### Changed + +- Improve "Select Image" supported file types label. +- Fix error that prevented the application to be elevated correctly on Windows. + +### Removed + +- Deprecate GNU/Linux `.tar.gz` installers in favor of AppImages. + ## [v1.0.0-beta.4] - 2016-04-22 ### Added @@ -90,6 +105,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.5]: https://github.com/resin-io/etcher/compare/v1.0.0-beta.4...v1.0.0-beta.5 [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 diff --git a/package.json b/package.json index df5b8f05..06f78257 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "etcher", "displayName": "Etcher", - "version": "1.0.0-beta.4", + "version": "1.0.0-beta.5", "main": "lib/start.js", "description": "An image flasher with support for Windows, OS X and GNU/Linux.", "homepage": "https://github.com/resin-io/etcher", diff --git a/screenshot.png b/screenshot.png index 6b748e59..3180c227 100644 Binary files a/screenshot.png and b/screenshot.png differ