diff --git a/CHANGELOG.md b/CHANGELOG.md index 142f11f4c6..5137f4c537 100644 --- a/CHANGELOG.md +++ b/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.0.0-beta.16 - 2016-10-28 + +### Features + +- Use info icon instead of "SHOW FULL FILE NAME" in first step. +- Display image path base name as a tooltip on truncated image name. +- Add support for `etch` images. + +### Fixes + +- Fix Etcher leaving zombie processes behind in GNU/Linux. +- Prevent escaping issues during elevation by surrounding paths in double quotes. +- Fix "Unexpected end of JSON" error in Windows. +- Fix drag and drop not working anymore. +- Don't clear selection state when re-selecting an image. + +### Misc + +- Publish standalone Windows builds. + ## v1.0.0-beta.15 - 2016-09-26 ### Features diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 0793925186..2e88ddc6ef 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "etcher", - "version": "1.0.0-beta.15", + "version": "1.0.0-beta.16", "dependencies": { "abbrev": { "version": "1.0.9", diff --git a/package.json b/package.json index a5d3853506..aa2fd3c14e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "etcher", "displayName": "Etcher", - "version": "1.0.0-beta.15", + "version": "1.0.0-beta.16", "main": "lib/start.js", "description": "An image flasher with support for Windows, OS X and GNU/Linux.", "homepage": "https://github.com/resin-io/etcher", @@ -45,7 +45,7 @@ "builder": { "win": { "title": "Etcher", - "version": "v1.0.0-beta.15", + "version": "v1.0.0-beta.16", "publisher": "Resin.io", "icon": "assets/icon.ico", "verbosity": 1 diff --git a/screenshot.png b/screenshot.png index 6da1eb5be9..44b2d87d83 100644 Binary files a/screenshot.png and b/screenshot.png differ