mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-21 18:26:32 +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.
|
||||
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
|
||||
## (2020-11-04)
|
||||
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-etcher",
|
||||
"version": "1.5.110",
|
||||
"version": "1.5.111",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
@ -17509,4 +17509,4 @@
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "balena-etcher",
|
||||
"private": true,
|
||||
"displayName": "balenaEtcher",
|
||||
"version": "1.5.110",
|
||||
"version": "1.5.111",
|
||||
"packageType": "local",
|
||||
"main": "generated/etcher.js",
|
||||
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user