v1.0.0-rc.5

This commit is contained in:
Juan Cruz Viotti 2017-05-02 18:40:32 -04:00
parent b75dfd3ece
commit 63fdb18286
No known key found for this signature in database
GPG Key ID: 91B08B2CBA5EAB1A
4 changed files with 11 additions and 3 deletions

View File

@ -3,6 +3,14 @@
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-rc.5 - 2017-05-02
### Fixes
- Fix various elevation issues on Windows
- Treat unknown images as octet stream
- Fix uncaught errors when cancelling elevation requests on Windows when the system's language is not English.
## v1.0.0-rc.4 - 2017-04-22 ## v1.0.0-rc.4 - 2017-04-22
### Fixes ### Fixes

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "etcher", "name": "etcher",
"version": "1.0.0-rc.4", "version": "1.0.0-rc.5",
"dependencies": { "dependencies": {
"abbrev": { "abbrev": {
"version": "1.1.0", "version": "1.1.0",

View File

@ -1,7 +1,7 @@
{ {
"name": "etcher", "name": "etcher",
"displayName": "Etcher", "displayName": "Etcher",
"version": "1.0.0-rc.4", "version": "1.0.0-rc.5",
"updates": { "updates": {
"semverRange": "<2.0.0" "semverRange": "<2.0.0"
}, },
@ -59,7 +59,7 @@
"builder": { "builder": {
"win": { "win": {
"title": "Etcher", "title": "Etcher",
"version": "v1.0.0-rc.4", "version": "v1.0.0-rc.5",
"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: 100 KiB

After

Width:  |  Height:  |  Size: 103 KiB