Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
Juan Cruz Viotti 2017-05-12 01:09:35 -04:00
parent 2c26b4c6ac
commit 3203eb5eda
No known key found for this signature in database
GPG Key ID: 91B08B2CBA5EAB1A
4 changed files with 17 additions and 3 deletions

View File

@ -3,6 +3,20 @@
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.0.0 - 2017-05-12
### Features
- Implement a dynamic finish page.
- Display nicer error dialog when reading an invalid image.
### Fixes
- Prevent drive from getting re-mounted in macOS even when the unmount on success setting is enabled.
- Fix `ECONNRESET` and `ECONNREFUSED` errors when checking for updates on unstable connections.
- Fix application stuck at "Starting..." on Windows.
- Fix error on startup when Windows username contained an ampersand.
## v1.0.0-rc.5 - 2017-05-02 ## v1.0.0-rc.5 - 2017-05-02
### Fixes ### Fixes

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "etcher", "name": "etcher",
"version": "1.0.0-rc.5", "version": "1.0.0",
"dependencies": { "dependencies": {
"@types/angular": { "@types/angular": {
"version": "1.6.17", "version": "1.6.17",

View File

@ -1,7 +1,7 @@
{ {
"name": "etcher", "name": "etcher",
"displayName": "Etcher", "displayName": "Etcher",
"version": "1.0.0-rc.5", "version": "1.0.0",
"updates": { "updates": {
"semverRange": "<2.0.0" "semverRange": "<2.0.0"
}, },
@ -58,7 +58,7 @@
"builder": { "builder": {
"win": { "win": {
"title": "Etcher", "title": "Etcher",
"version": "v1.0.0-rc.5", "version": "v1.0.0",
"publisher": "Resin.io", "publisher": "Resin.io",
"icon": "assets/icon.ico", "icon": "assets/icon.ico",
"verbosity": 1 "verbosity": 1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 102 KiB