mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 19:26:33 +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.
|
||||
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
|
||||
|
||||
### Fixes
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "etcher",
|
||||
"version": "1.4.1",
|
||||
"version": "1.4.2",
|
||||
"dependencies": {
|
||||
"@types/angular": {
|
||||
"version": "1.6.17",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "etcher",
|
||||
"displayName": "Etcher",
|
||||
"version": "1.4.1",
|
||||
"version": "1.4.2",
|
||||
"packageType": "local",
|
||||
"updates": {
|
||||
"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