diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d27d778ea..9e3aa2c015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ 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.13 - 2016-08-05 + +### Features + +- Show "Unmounting..." while unmounting a drive. +- Perform drive auto-selection even when there is no selected image. + +### Fixes + +- Prevent selected drive from getting auto-removed when navigating back to the main screen from another screen. +- Fix new available drives not being recognised automatically in Windows. +- Fix application stuck at "Finishing". +- Display an error if no graphical polkit authentication agent was found. +- Only enable error reporting if running inside an `asar`. +- Fix "backdrop click" uncaught errors on modals. + +### Misc + +- Fix internal removable drives considered system drives in macOS Sierra. +- Upgrade `etcher-image-write` to v6.0.1. +- Upgrade `removedrive` to v1.0.0. + ## v1.0.0-beta.12 - 2016-07-26 ### Features diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d640d0a65a..a85e4e7a44 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "etcher", - "version": "1.0.0-beta.12", + "version": "1.0.0-beta.13", "dependencies": { "abbrev": { "version": "1.0.9", diff --git a/package.json b/package.json index 31ff57f25a..aeb896ac17 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "etcher", "displayName": "Etcher", - "version": "1.0.0-beta.12", + "version": "1.0.0-beta.13", "main": "lib/start.js", "description": "An image flasher with support for Windows, OS X and GNU/Linux.", "homepage": "https://github.com/resin-io/etcher", @@ -43,7 +43,7 @@ "builder": { "win": { "title": "Etcher", - "version": "v1.0.0-beta.12", + "version": "v1.0.0-beta.13", "publisher": "Resin.io", "icon": "assets/icon.ico", "verbosity": 1 diff --git a/screenshot.png b/screenshot.png index 7c76d05910..2258a67f09 100644 Binary files a/screenshot.png and b/screenshot.png differ