v1.0.0-beta.12

Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
Juan Cruz Viotti 2016-07-26 21:31:18 -04:00
parent b3f2a73f5d
commit 30e0acf937
4 changed files with 22 additions and 3 deletions

View File

@ -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

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "etcher",
"version": "1.0.0-beta.11",
"version": "1.0.0-beta.12",
"dependencies": {
"abbrev": {
"version": "1.0.9",

View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 KiB

After

Width:  |  Height:  |  Size: 126 KiB