Merge pull request #2213 from resin-io/release-1.4.2

Release v1.4.2
This commit is contained in:
Jonas Hermsmeier 2018-04-19 00:34:03 +02:00 committed by GitHub
commit 7d13c8d9be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 2 deletions

View File

@ -3,6 +3,22 @@
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.4.2 - 2018-04-18
### Features
- Make the progress button blue on verification
- Display succeeded and failed devices on finish screen
### Fixes
- Exclude RAID devices from drive selection list
- Display untitled device when device lacks description
- Prefix multiple devices label with quantity
- Fix handling of errors over IPC
- Fix usbboot blob loading
- Revert using native binding to clean disks on Windows
## v1.4.1 - 2018-04-10 ## v1.4.1 - 2018-04-10
### Fixes ### Fixes

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "etcher", "name": "etcher",
"version": "1.4.1", "version": "1.4.2",
"dependencies": { "dependencies": {
"@types/angular": { "@types/angular": {
"version": "1.6.17", "version": "1.6.17",

View File

@ -1,7 +1,7 @@
{ {
"name": "etcher", "name": "etcher",
"displayName": "Etcher", "displayName": "Etcher",
"version": "1.4.1", "version": "1.4.2",
"packageType": "local", "packageType": "local",
"updates": { "updates": {
"enabled": true, "enabled": true,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB