diff --git a/CHANGELOG.md b/CHANGELOG.md index c92bd47f..37c59ed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## v1.0.0-beta.19 - 2017-02-24 + +### Features + +- Show warning when user tries to flash a Windows image +- Update the image step icon with an hexagonal "plus" icon. +- Update main page design to its new style. +- Swap the order of the drive and image selection steps. + +### Fixes + +- Fix `transformRequest` error at startup when not connected to the internet, or when on an unstable connection. +- Prevent flashing the drive where the source image is located. +- Fix text overflowing on tooltips. +- Don't ignore errors coming from the Windows drive detection script. +- Omit empty SD Card readers in the drive selector on Windows. +- Fix "Error: Command Failed" error when unmounting on Windows. +- Fix duplicate error messages on some errors. +- Fix 'MySQL' is not recognised as an internal or external command error on Windows. +- Ignore `stderr` output from drive detection scripts if they exit with code zero. + +### Misc + +- Improve validation error message. +- Emit an analytics event on `ENOSPC`. +- Normalize button text casing. +- Don't auto select system drives in unsafe mode. +- Use a OS dialog to show the "exit while flashing" warning. +- Capitalize every text throughout the application. + ## v1.0.0-beta.18 - 2017-01-16 ### Features diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 532aeac9..42b92eeb 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "etcher", - "version": "1.0.0-beta.18", + "version": "1.0.0-beta.19", "dependencies": { "angular": { "version": "1.6.1", diff --git a/package.json b/package.json index e0431347..1bd84d59 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "etcher", "displayName": "Etcher", - "version": "1.0.0-beta.18", + "version": "1.0.0-beta.19", "main": "lib/start.js", "description": "Flash OS images to SD cards & USB drives, safely and easily.", "productDescription": "Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more.", @@ -51,7 +51,7 @@ "builder": { "win": { "title": "Etcher", - "version": "v1.0.0-beta.18", + "version": "v1.0.0-beta.19", "publisher": "Resin.io", "icon": "assets/icon.ico", "verbosity": 1 diff --git a/screenshot.png b/screenshot.png index 35ee1bcf..e8ee1856 100644 Binary files a/screenshot.png and b/screenshot.png differ