mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-28 05:36:34 +00:00
commit
c93910e858
14
CHANGELOG.md
14
CHANGELOG.md
@ -3,6 +3,20 @@
|
|||||||
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.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
|
## v1.4.8 - 2018-11-23
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
@ -73,10 +73,10 @@ function getConfig(url) {
|
|||||||
function getMixpanelConfig(config) {
|
function getMixpanelConfig(config) {
|
||||||
const probability = config.analytics.mixpanel.probability || DEFAULT_PROBABILITY
|
const probability = config.analytics.mixpanel.probability || DEFAULT_PROBABILITY
|
||||||
if (Math.random() > probability) {
|
if (Math.random() > probability) {
|
||||||
return validateMixpanelConfig(config.analytics.mixpanel)
|
|
||||||
}
|
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
return validateMixpanelConfig(config.analytics.mixpanel)
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @summary Check that config has at least HTTP_PROTOCOL and api_host
|
* @summary Check that config has at least HTTP_PROTOCOL and api_host
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.4.8",
|
"version": "1.4.9",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": {
|
"@babel/runtime": {
|
||||||
"version": "7.2.0",
|
"version": "7.2.0",
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"private": true,
|
"private": true,
|
||||||
"displayName": "balenaEtcher",
|
"displayName": "balenaEtcher",
|
||||||
"version": "1.4.8",
|
"version": "1.4.9",
|
||||||
"packageType": "local",
|
"packageType": "local",
|
||||||
"updates": {
|
"updates": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 322 KiB After Width: | Height: | Size: 325 KiB |
Loading…
x
Reference in New Issue
Block a user