Merge pull request #2586 from balena-io/release-v1.4.9

v1.4.9
This commit is contained in:
Lorenzo Alberto Maria Ambrosi 2018-12-21 16:07:29 +01:00 committed by GitHub
commit c93910e858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 18 additions and 4 deletions

View File

@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## v1.4.9 - 2018-12-19
### Fixes
- Fix update notifier error popping up on v1.4.1->1.4.8
### Misc
- Added React component for the Flash Results button
- Added React component for the Flash Another button
- Restyle success screen and enlarge UI elements
- Use https for fetching sub modules
- Add `.wic` image extension as supported format
## v1.4.8 - 2018-11-23
### Features

View File

@ -73,9 +73,9 @@ function getConfig(url) {
function getMixpanelConfig(config) {
const probability = config.analytics.mixpanel.probability || DEFAULT_PROBABILITY
if (Math.random() > probability) {
return validateMixpanelConfig(config.analytics.mixpanel)
return null
}
return null
return validateMixpanelConfig(config.analytics.mixpanel)
}
/**

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-etcher",
"version": "1.4.8",
"version": "1.4.9",
"dependencies": {
"@babel/runtime": {
"version": "7.2.0",

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 322 KiB

After

Width:  |  Height:  |  Size: 325 KiB