mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-29 14:16:36 +00:00
v1.1.2
This commit is contained in:
parent
b8709d10c7
commit
b97d7080e5
20
CHANGELOG.md
20
CHANGELOG.md
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "etcher",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"dependencies": {
|
||||
"@types/angular": {
|
||||
"version": "1.6.17",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "etcher",
|
||||
"displayName": "Etcher",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"packageType": "local",
|
||||
"updates": {
|
||||
"enabled": true,
|
||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
Loading…
x
Reference in New Issue
Block a user