mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
v1.5.111
This commit is contained in:
parent
a5ceba8435
commit
e708212d41
10
CHANGELOG.md
10
CHANGELOG.md
@ -3,6 +3,16 @@
|
|||||||
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.111
|
||||||
|
## (2020-11-23)
|
||||||
|
|
||||||
|
* Warn when the source drive has no partition table [Alexis Svinartchouk]
|
||||||
|
* Use a different icon when no source drive is available [Alexis Svinartchouk]
|
||||||
|
* Allow selecting a locked SD card as the source drive [Alexis Svinartchouk]
|
||||||
|
* Remove "Validate write on success" setting. Validation is always enabled, press the "skip" button to skip it. [Alexis Svinartchouk]
|
||||||
|
* Update electron to v9.3.3 [Alexis Svinartchouk]
|
||||||
|
* Update etcher-sdk to 5.1.1, use WASM ext2fs module [Alexis Svinartchouk]
|
||||||
|
|
||||||
# v1.5.110
|
# v1.5.110
|
||||||
## (2020-11-04)
|
## (2020-11-04)
|
||||||
|
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.5.110",
|
"version": "1.5.111",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"private": true,
|
"private": true,
|
||||||
"displayName": "balenaEtcher",
|
"displayName": "balenaEtcher",
|
||||||
"version": "1.5.110",
|
"version": "1.5.111",
|
||||||
"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