diff --git a/CHANGELOG.md b/CHANGELOG.md index 58ac22d7..6c0294e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## v1.3.0 - 2018-01-04 + +### Features + +- Display connected Compute Modules even if Windows doesn't have the necessary drivers to act on them +- Add read/write retry delays with backoff to ... +- Add native application menu (which fixes OS native window management shortcuts not working) + +### Fixes + +- Fix "Couldn't scan drives" error +- Ensure the writer process dies when the GUI application is killed +- Run elevated writing process asynchronously on Windows +- Fix trailing space in environment variables during Windows elevation +- Don't send analytics events when attempting to toggle a disabled drive +- Fix handling of transient write errors on Linux (EBUSY) +- Fix runaway perl process in drivelist on Mac OS + +### Misc + +- Update Electron from v1.7.9 to v1.7.10 +- Remove Angular dependency from image-writer + ## v1.2.1 - 2017-12-06 ### Fixes diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a244fe52..996fa6e2 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "etcher", - "version": "1.2.1", + "version": "1.3.0", "dependencies": { "@types/angular": { "version": "1.6.17", diff --git a/package.json b/package.json index 238cd4f7..7c410758 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "etcher", "displayName": "Etcher", - "version": "1.2.1", + "version": "1.3.0", "packageType": "local", "updates": { "enabled": true, diff --git a/screenshot.png b/screenshot.png index f8a45de6..34cdf9b2 100644 Binary files a/screenshot.png and b/screenshot.png differ