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.
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
### Fixes

2
npm-shrinkwrap.json generated
View File

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

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 103 KiB