mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
v1.0.0-beta.12
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
parent
b3f2a73f5d
commit
30e0acf937
19
CHANGELOG.md
19
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
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "etcher",
|
||||
"version": "1.0.0-beta.11",
|
||||
"version": "1.0.0-beta.12",
|
||||
"dependencies": {
|
||||
"abbrev": {
|
||||
"version": "1.0.9",
|
||||
|
@ -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
|
||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 126 KiB |
Loading…
x
Reference in New Issue
Block a user