Skip to content

Commit

Permalink
v1.0.0-beta.11
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
  • Loading branch information
jviotti committed Jul 18, 2016
1 parent 242c042 commit 1308177
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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",
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1308177

Please sign in to comment.