diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e488247..08480795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## v1.1.2 - 2017-08-07 + +### Features + +- Add support for `.rpi-sdcard` images + +### Fixes + +- Avoid "broken" icon when selecting a zip image archive with invalid SVG +- Fix `UNABLE_TO_GET_ISSUER_CERT_LOCALLY` error at startup when behind certain proxies +- Fix `EHOSTDOWN` error at startup +- Display a user-friendly error message if the user is not in the sudoers file +- Make archive-embedded SVG icons work again +- Fix "imageBasename is not defined" error on the CLI +- Fix various drive scanning Windows errors + +### Misc + +- Improve Windows drive detection error codes. + ## v1.1.1 - 2017-07-25 ### Fixes diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d36e3215..53fb9740 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "etcher", - "version": "1.1.1", + "version": "1.1.2", "dependencies": { "@types/angular": { "version": "1.6.17", diff --git a/package.json b/package.json index ad1e5bf5..25408c05 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "etcher", "displayName": "Etcher", - "version": "1.1.1", + "version": "1.1.2", "packageType": "local", "updates": { "enabled": true, diff --git a/screenshot.png b/screenshot.png index 9ca399c6..aaa8bdb1 100644 Binary files a/screenshot.png and b/screenshot.png differ