mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 23:37:18 +00:00
v1.0.0-rc.4
This commit is contained in:
parent
1fe87d8883
commit
0668f424e1
12
CHANGELOG.md
12
CHANGELOG.md
@ -3,6 +3,18 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## v1.0.0-rc.4 - 2017-04-22
|
||||
|
||||
### Fixes
|
||||
|
||||
- Fix "Unmount failed" on Windows where the PC is connected to network drives.
|
||||
- Various fixes for when drive descriptions contain special characters.
|
||||
|
||||
### Misc
|
||||
|
||||
- Show a friendly user message on EIO after many retries.
|
||||
- Show user friendly messages for `EBUSY, read` and `EBUSY, write` errors on macOS.
|
||||
|
||||
## v1.0.0-rc.3 - 2017-04-14
|
||||
|
||||
### Fixes
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "etcher",
|
||||
"version": "1.0.0-rc.3",
|
||||
"version": "1.0.0-rc.4",
|
||||
"dependencies": {
|
||||
"abbrev": {
|
||||
"version": "1.1.0",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "etcher",
|
||||
"displayName": "Etcher",
|
||||
"version": "1.0.0-rc.3",
|
||||
"version": "1.0.0-rc.4",
|
||||
"main": "lib/start.js",
|
||||
"description": "Flash OS images to SD cards & USB drives, safely and easily.",
|
||||
"productDescription": "Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more.",
|
||||
@ -51,7 +51,7 @@
|
||||
"builder": {
|
||||
"win": {
|
||||
"title": "Etcher",
|
||||
"version": "v1.0.0-rc.3",
|
||||
"version": "v1.0.0-rc.4",
|
||||
"publisher": "Resin.io",
|
||||
"icon": "assets/icon.ico",
|
||||
"verbosity": 1
|
||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 100 KiB |
Loading…
x
Reference in New Issue
Block a user