diff --git a/CHANGELOG.md b/CHANGELOG.md index f2179c17..7d27d778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ 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.12 - 2016-07-26 + +### Features + +- Support rich image extensions. +- Add support for `raw` images. +- Display a nice alert ribbon if drive runs out of space. +- Validate the existence of the passed drive. +- Add an "unsafe" option to bypass drive protection. + +### Fixes + +- Escape quotes from image paths to prevent Bash errors on GNU/Linux and OS X. +- Check if drive is large enough using the final uncompressed size of the image. + +### Misc + +- Upgrade `drivelist` to v3.2.4. + ## v1.0.0-beta.11 - 2016-07-17 ### Features diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 66ad7836..b7523fe8 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "etcher", - "version": "1.0.0-beta.11", + "version": "1.0.0-beta.12", "dependencies": { "abbrev": { "version": "1.0.9", diff --git a/package.json b/package.json index 911ee451..41b11c8b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "etcher", "displayName": "Etcher", - "version": "1.0.0-beta.11", + "version": "1.0.0-beta.12", "main": "lib/start.js", "description": "An image flasher with support for Windows, OS X and GNU/Linux.", "homepage": "https://github.com/resin-io/etcher", @@ -42,7 +42,7 @@ "builder": { "win": { "title": "Etcher", - "version": "v1.0.0-beta.11", + "version": "v1.0.0-beta.12", "publisher": "Resin.io", "icon": "assets/icon.ico", "verbosity": 1 diff --git a/screenshot.png b/screenshot.png index 78d4bdd1..7c76d059 100644 Binary files a/screenshot.png and b/screenshot.png differ