mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 19:56:37 +00:00
commit
7d13c8d9be
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.4.2 - 2018-04-18
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Make the progress button blue on verification
|
||||||
|
- Display succeeded and failed devices on finish screen
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
- Exclude RAID devices from drive selection list
|
||||||
|
- Display untitled device when device lacks description
|
||||||
|
- Prefix multiple devices label with quantity
|
||||||
|
- Fix handling of errors over IPC
|
||||||
|
- Fix usbboot blob loading
|
||||||
|
- Revert using native binding to clean disks on Windows
|
||||||
|
|
||||||
## v1.4.1 - 2018-04-10
|
## v1.4.1 - 2018-04-10
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "etcher",
|
"name": "etcher",
|
||||||
"version": "1.4.1",
|
"version": "1.4.2",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/angular": {
|
"@types/angular": {
|
||||||
"version": "1.6.17",
|
"version": "1.6.17",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "etcher",
|
"name": "etcher",
|
||||||
"displayName": "Etcher",
|
"displayName": "Etcher",
|
||||||
"version": "1.4.1",
|
"version": "1.4.2",
|
||||||
"packageType": "local",
|
"packageType": "local",
|
||||||
"updates": {
|
"updates": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
Loading…
x
Reference in New Issue
Block a user