diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cc486e3..4722b68f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## v1.4.4 - 2018-04-24 + +### Fixes + +- Don't display status dots with a quantity of zero on success screen +- Correct wording of flash status to use "successful" instead of "succeeded" +- Keep single drive-image pairs with warnings selected + +### Misc + +- Improve notification messages + ## v1.4.3 - 2018-04-19 ### Fixes diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 32b20f59..c5f71ad3 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "etcher", - "version": "1.4.3", + "version": "1.4.4", "dependencies": { "@types/angular": { "version": "1.6.17", diff --git a/package.json b/package.json index 6e6ddf27..7fa1f6df 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "etcher", "displayName": "Etcher", - "version": "1.4.3", + "version": "1.4.4", "packageType": "local", "updates": { "enabled": true, diff --git a/screenshot.png b/screenshot.png index c32426e0..a6ebaa1c 100644 Binary files a/screenshot.png and b/screenshot.png differ