diff --git a/CHANGELOG.md b/CHANGELOG.md index 49537ae2..099f0d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.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 ### Fixes diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 2079bd85..053db51d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "etcher", - "version": "1.4.1", + "version": "1.4.2", "dependencies": { "@types/angular": { "version": "1.6.17", diff --git a/package.json b/package.json index f2007f40..9a5b6f09 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "etcher", "displayName": "Etcher", - "version": "1.4.1", + "version": "1.4.2", "packageType": "local", "updates": { "enabled": true, diff --git a/screenshot.png b/screenshot.png index 789a828a..70cb6f7e 100644 Binary files a/screenshot.png and b/screenshot.png differ