mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 03:36:36 +00:00
v1.3.1
This commit is contained in:
parent
4d5c372832
commit
c21baeda7a
13
CHANGELOG.md
13
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
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "etcher",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"dependencies": {
|
||||
"@types/angular": {
|
||||
"version": "1.6.17",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "etcher",
|
||||
"displayName": "Etcher",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"packageType": "local",
|
||||
"updates": {
|
||||
"enabled": true,
|
||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 100 KiB |
Loading…
x
Reference in New Issue
Block a user