This commit is contained in:
Juan Cruz Viotti 2017-08-07 11:26:15 -04:00
parent b8709d10c7
commit b97d7080e5
No known key found for this signature in database
GPG Key ID: D01B10083038B3E8
4 changed files with 22 additions and 2 deletions

View File

@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## v1.1.2 - 2017-08-07
### Features
- Add support for `.rpi-sdcard` images
### Fixes
- Avoid "broken" icon when selecting a zip image archive with invalid SVG
- Fix `UNABLE_TO_GET_ISSUER_CERT_LOCALLY` error at startup when behind certain proxies
- Fix `EHOSTDOWN` error at startup
- Display a user-friendly error message if the user is not in the sudoers file
- Make archive-embedded SVG icons work again
- Fix "imageBasename is not defined" error on the CLI
- Fix various drive scanning Windows errors
### Misc
- Improve Windows drive detection error codes.
## v1.1.1 - 2017-07-25
### Fixes

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "etcher",
"version": "1.1.1",
"version": "1.1.2",
"dependencies": {
"@types/angular": {
"version": "1.6.17",

View File

@ -1,7 +1,7 @@
{
"name": "etcher",
"displayName": "Etcher",
"version": "1.1.1",
"version": "1.1.2",
"packageType": "local",
"updates": {
"enabled": true,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 101 KiB