mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
v1.3.0
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:
parent
9b721d83dc
commit
ece9a5666e
23
CHANGELOG.md
23
CHANGELOG.md
@ -3,6 +3,29 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
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
|
||||
|
||||
### Fixes
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "etcher",
|
||||
"version": "1.2.1",
|
||||
"version": "1.3.0",
|
||||
"dependencies": {
|
||||
"@types/angular": {
|
||||
"version": "1.6.17",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "etcher",
|
||||
"displayName": "Etcher",
|
||||
"version": "1.2.1",
|
||||
"version": "1.3.0",
|
||||
"packageType": "local",
|
||||
"updates": {
|
||||
"enabled": true,
|
||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 100 KiB |
Loading…
x
Reference in New Issue
Block a user