v1.0.0-rc.3

This commit is contained in:
Juan Cruz Viotti 2017-04-15 00:18:35 -04:00
parent 6c930e2d8d
commit 31aa73ce07
No known key found for this signature in database
GPG Key ID: 91B08B2CBA5EAB1A
4 changed files with 17 additions and 3 deletions

View File

@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## v1.0.0-rc.3 - 2017-04-14
### Fixes
- Show a user friendly message when the drive is unplugged half-way through.
- Fix "UNKNOWN: unknown error" error when unplugging an SD Card from an internal reader on Windows.
- Fix "function createError(opts) {}" error on validation failure.
- Fix "Unmount failed, invalid drive" error on Windows.
- Fix Apple disk image detection & streaming.
### Misc
- Improve error reporting accuracy.
## v1.0.0-rc.2 - 2017-04-11 ## v1.0.0-rc.2 - 2017-04-11
### Fixes ### Fixes

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "etcher", "name": "etcher",
"version": "1.0.0-rc.2", "version": "1.0.0-rc.3",
"dependencies": { "dependencies": {
"abbrev": { "abbrev": {
"version": "1.1.0", "version": "1.1.0",

View File

@ -1,7 +1,7 @@
{ {
"name": "etcher", "name": "etcher",
"displayName": "Etcher", "displayName": "Etcher",
"version": "1.0.0-rc.2", "version": "1.0.0-rc.3",
"main": "lib/start.js", "main": "lib/start.js",
"description": "Flash OS images to SD cards & USB drives, safely and easily.", "description": "Flash OS images to SD cards & USB drives, safely and easily.",
"productDescription": "Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more.", "productDescription": "Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more.",
@ -51,7 +51,7 @@
"builder": { "builder": {
"win": { "win": {
"title": "Etcher", "title": "Etcher",
"version": "v1.0.0-rc.2", "version": "v1.0.0-rc.3",
"publisher": "Resin.io", "publisher": "Resin.io",
"icon": "assets/icon.ico", "icon": "assets/icon.ico",
"verbosity": 1 "verbosity": 1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 100 KiB