diff --git a/CHANGELOG.md b/CHANGELOG.md index 08480795..f221a9a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,40 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## v1.2.0 - 2017-11-22 + +### Features + +- Display actual write speed +- Add the progress and status to the window title. +- Add a sudo-prompt upon launch on Linux-based systems. +- Add optional progress bars to drive-selector drives. +- Increase the flashing speed of usbboot discovered devices. +- Add eye candy to usbboot initialized devices. +- Integrate Raspberry Pi's usbboot technology. + +### Fixes + +- Fix bzip2 streaming with the new pipelines +- Remove Linux elevation meant for usbboot. +- Fix `LIBUSB_ERROR_NO_DEVICE` error at the end of usbboot. +- Gracefully handle scenarios where a USB drive is disconnected halfway through the usbboot procedure. +- Make sure the progress button is always rounded. +- Fix permission denied issues when XDG_RUNTIME_DIR is mounted with the `noexec` option. +- Fix Etcher being unable to read certain zip files +- Fix "Couldn't scan the drives: An unknown error occurred" error when there is a drive locked with BitLocker. +- Fix "Missing state eta" error when speed is zero +- Fix "Stuck on Starting..." error +- Fix situations where the process would get stuck while flashing + +### Misc + +- Add the Python version (2.7) to the CONTRIBUTING doc. +- Remove duplicate debug enabling in usbboot module. +- Update Electron to v1.7.9 +- Retry ejection various times before giving up on Windows. +- Try to use `$XDG_RUNTIME_DIR` to extract temporary scripts on GNU/Linux. + ## v1.1.2 - 2017-08-07 ### Features diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index cf332a30..25df9b87 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "etcher", - "version": "1.1.2", + "version": "1.2.0", "dependencies": { "@types/angular": { "version": "1.6.17", diff --git a/package.json b/package.json index e7f32c27..64d7fc2f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "etcher", "displayName": "Etcher", - "version": "1.1.2", + "version": "1.2.0", "packageType": "local", "updates": { "enabled": true, diff --git a/screenshot.png b/screenshot.png index aaa8bdb1..e9c21109 100644 Binary files a/screenshot.png and b/screenshot.png differ