v1.0.0-beta.13

Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
Juan Cruz Viotti 2016-08-05 14:47:19 -04:00
parent 85676a2e94
commit 398d9d628f
4 changed files with 25 additions and 3 deletions

View File

@ -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

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "etcher",
"version": "1.0.0-beta.12",
"version": "1.0.0-beta.13",
"dependencies": {
"abbrev": {
"version": "1.0.9",

View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 126 KiB