diff --git a/CHANGELOG.md b/CHANGELOG.md index 652e58cc..6bc2bf08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ 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.11] - 2016-07-17 + +### Changed + +- Upgrade `etcher-image-write` to v5.0.2. +- Don't throw an "Invalid image" error if the extension is not in lowercase. +- Set dialog default directory to the place where the AppImage was run from in GNU/Linux. +- Fix `ENOENT` error when selecting certain images with multiple extensions on GNU/Linux. +- Fix flashing not starting when an image name contains a space. +- Fix error when writing images containing parenthesis in GNU/Linux and OS X. +- Fix error when cancelling an elevation request. +- Fix incorrect ETA numbers in certain timezones. +- Fix state validation error when speed equals zero. +- Display `*.zip` in the supported images tooltip. +- Fix uncaught exception when showing the update notifier modal. + ## [v1.0.0-beta.10] - 2016-06-27 ### Added @@ -187,6 +203,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.11]: https://github.com/resin-io/etcher/compare/v1.0.0-beta.10...v1.0.0-beta.11 [v1.0.0-beta.10]: https://github.com/resin-io/etcher/compare/v1.0.0-beta.9...v1.0.0-beta.10 [v1.0.0-beta.9]: https://github.com/resin-io/etcher/compare/v1.0.0-beta.8...v1.0.0-beta.9 [v1.0.0-beta.8]: https://github.com/resin-io/etcher/compare/v1.0.0-beta.7...v1.0.0-beta.8 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 59ec97af..282ce0ed 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "etcher", - "version": "1.0.0-beta.10", + "version": "1.0.0-beta.11", "dependencies": { "abbrev": { "version": "1.0.9", diff --git a/package.json b/package.json index 273a0f89..eec509e2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "etcher", "displayName": "Etcher", - "version": "1.0.0-beta.10", + "version": "1.0.0-beta.11", "main": "lib/start.js", "description": "An image flasher with support for Windows, OS X and GNU/Linux.", "homepage": "https://github.com/resin-io/etcher", @@ -44,7 +44,7 @@ "builder": { "win": { "title": "Etcher", - "version": "v1.0.0-beta.10", + "version": "v1.0.0-beta.11", "publisher": "Resin.io", "icon": "assets/icon.ico", "verbosity": 1