diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c0294e7..0af1ef74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## v1.3.1 - 2018-01-23 + +### Fixes + +- Fix "stdout maxBuffer" error on Linux +- Fix Etcher not working / crashing on older Windows systems +- Fix not all partitions being unmounted after flashing on Linux +- Fix selection of images in folders with file extension on Mac OS + +### Misc + +- Update Electron to v1.7.11 + ## v1.3.0 - 2018-01-04 ### Features diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b06f092c..26d120ff 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "etcher", - "version": "1.3.0", + "version": "1.3.1", "dependencies": { "@types/angular": { "version": "1.6.17", diff --git a/package.json b/package.json index 6ca91c28..d715d9f9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "etcher", "displayName": "Etcher", - "version": "1.3.0", + "version": "1.3.1", "packageType": "local", "updates": { "enabled": true, diff --git a/screenshot.png b/screenshot.png index 34cdf9b2..dcffddf8 100644 Binary files a/screenshot.png and b/screenshot.png differ