This commit is contained in:
Jonas Hermsmeier 2018-01-23 11:39:33 -08:00 committed by GitHub
parent 4d5c372832
commit c21baeda7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 2 deletions

View File

@ -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

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "etcher",
"version": "1.3.0",
"version": "1.3.1",
"dependencies": {
"@types/angular": {
"version": "1.6.17",

View File

@ -1,7 +1,7 @@
{
"name": "etcher",
"displayName": "Etcher",
"version": "1.3.0",
"version": "1.3.1",
"packageType": "local",
"updates": {
"enabled": true,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 100 KiB