Features:

- Display connected Compute Modules even if Windows doesn't have the necessary drivers to act on them
- Add read/write retry delays with backoff to ...
- Add native application menu (which fixes OS native window management shortcuts not working)

Fixes:

- Fix "Couldn't scan drives" error
- Ensure the writer process dies when the GUI application is killed
- Run elevated writing process asynchronously on Windows
- Fix trailing space in environment variables during Windows elevation
- Don't send analytics events when attempting to toggle a disabled drive
- Fix handling of transient write errors on Linux (EBUSY)
- Fix runaway perl process in drivelist on Mac OS

Misc:

- Update Electron from v1.7.9 to v1.7.10
- Remove Angular dependency from image-writer

Change-Type: minor
This commit is contained in:
Jonas Hermsmeier 2018-01-04 22:25:41 +01:00
parent 9b721d83dc
commit ece9a5666e
No known key found for this signature in database
GPG Key ID: 1B870F801A0CEE9F
4 changed files with 25 additions and 2 deletions

View File

@ -3,6 +3,29 @@
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.3.0 - 2018-01-04
### Features
- Display connected Compute Modules even if Windows doesn't have the necessary drivers to act on them
- Add read/write retry delays with backoff to ...
- Add native application menu (which fixes OS native window management shortcuts not working)
### Fixes
- Fix "Couldn't scan drives" error
- Ensure the writer process dies when the GUI application is killed
- Run elevated writing process asynchronously on Windows
- Fix trailing space in environment variables during Windows elevation
- Don't send analytics events when attempting to toggle a disabled drive
- Fix handling of transient write errors on Linux (EBUSY)
- Fix runaway perl process in drivelist on Mac OS
### Misc
- Update Electron from v1.7.9 to v1.7.10
- Remove Angular dependency from image-writer
## v1.2.1 - 2017-12-06 ## v1.2.1 - 2017-12-06
### Fixes ### Fixes

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "etcher", "name": "etcher",
"version": "1.2.1", "version": "1.3.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.2.1", "version": "1.3.0",
"packageType": "local", "packageType": "local",
"updates": { "updates": {
"enabled": true, "enabled": true,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 100 KiB