mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-17 00:06:32 +00:00
v1.5.100
This commit is contained in:
parent
339c7d56bd
commit
72e5631167
16
CHANGELOG.md
16
CHANGELOG.md
@ -3,6 +3,22 @@
|
|||||||
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.5.100
|
||||||
|
## (2020-06-22)
|
||||||
|
|
||||||
|
* Update partitioninfo to 5.3.5 [Alexis Svinartchouk]
|
||||||
|
* Add .vhd to the list of supported extensions, allow opening any file [Alexis Svinartchouk]
|
||||||
|
* Update mocha to v8.0.1 [Alexis Svinartchouk]
|
||||||
|
* Update electron-notarize to v1.0.0 [Alexis Svinartchouk]
|
||||||
|
* Update electron to v9.0.4 [Alexis Svinartchouk]
|
||||||
|
* Update etcher-sdk to v4.1.15 [Alexis Svinartchouk]
|
||||||
|
* Sticky header in target selection table [Alexis Svinartchouk]
|
||||||
|
* Update rendition to 15.2.1 [Alexis Svinartchouk]
|
||||||
|
* Fix source-selector image height [Lorenzo Alberto Maria Ambrosi]
|
||||||
|
* Update rendition to v15.0.0 [Lorenzo Alberto Maria Ambrosi]
|
||||||
|
* Merge unsafe mode with new target selector [Lorenzo Alberto Maria Ambrosi]
|
||||||
|
* Rework target selector modal [Lorenzo Alberto Maria Ambrosi]
|
||||||
|
|
||||||
# v1.5.99
|
# v1.5.99
|
||||||
## (2020-06-12)
|
## (2020-06-12)
|
||||||
|
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.5.99",
|
"version": "1.5.100",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -18639,4 +18639,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"private": true,
|
"private": true,
|
||||||
"displayName": "balenaEtcher",
|
"displayName": "balenaEtcher",
|
||||||
"version": "1.5.99",
|
"version": "1.5.100",
|
||||||
"packageType": "local",
|
"packageType": "local",
|
||||||
"main": "generated/etcher.js",
|
"main": "generated/etcher.js",
|
||||||
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user