Merge pull request #2553 from balena-io/v1.4.8

v1.4.8
This commit is contained in:
Lorenzo Alberto Maria Ambrosi 2018-11-23 18:52:18 +01:00 committed by GitHub
commit 1a158a919a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 2 deletions

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## v1.4.8 - 2018-11-23
### Features
- Added featured-project while flashing
### Fixes
- Moved back the write cancel button
- Reject drives with null size (fixes pretty-bytes error)
## v1.4.7 - 2018-11-12 ## v1.4.7 - 2018-11-12
### Fixes ### Fixes

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-etcher", "name": "balena-etcher",
"version": "1.4.7", "version": "1.4.8",
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free-webfonts": { "@fortawesome/fontawesome-free-webfonts": {
"version": "1.0.9", "version": "1.0.9",

View File

@ -2,7 +2,7 @@
"name": "balena-etcher", "name": "balena-etcher",
"private": true, "private": true,
"displayName": "balenaEtcher", "displayName": "balenaEtcher",
"version": "1.4.7", "version": "1.4.8",
"packageType": "local", "packageType": "local",
"updates": { "updates": {
"enabled": true, "enabled": true,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 KiB

After

Width:  |  Height:  |  Size: 322 KiB