mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-22 18:56:31 +00:00
v1.2.1 (#1906)
This commit is contained in:
parent
b74347d21f
commit
4c00a25968
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## v1.2.1 - 2017-12-06
|
||||
|
||||
### Fixes
|
||||
|
||||
- Fix handling of temporary read/write errors
|
||||
- Don't send initial Mixpanel events before "Anonymous Tracking" settings are loaded
|
||||
- Fix verification step reading from the cache
|
||||
|
||||
## v1.2.0 - 2017-11-22
|
||||
|
||||
### Features
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "etcher",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"dependencies": {
|
||||
"@types/angular": {
|
||||
"version": "1.6.17",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "etcher",
|
||||
"displayName": "Etcher",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.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