mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-22 18:56:31 +00:00
v1.0.0-beta.15
This commit is contained in:
parent
81751743fe
commit
feb120bf8c
14
CHANGELOG.md
14
CHANGELOG.md
@ -3,6 +3,20 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## v1.0.0-beta.15 - 2016-09-26
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Allow the user to disable auto-update notifications with an environment variable.
|
||||||
|
- Allow images to declare a recommended minimum drive size.
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
- Fix flashing never starting after elevation in GNU/Linux.
|
||||||
|
- Fix sporadic EPERM write errors on Windows.
|
||||||
|
- Fix incorrect validation errors when flashing bzip2 images.
|
||||||
|
- Fix `cscript is not recognised as an internal or external command` Windows error.
|
||||||
|
|
||||||
## v1.0.0-beta.14 - 2016-09-12
|
## v1.0.0-beta.14 - 2016-09-12
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "etcher",
|
"name": "etcher",
|
||||||
"displayName": "Etcher",
|
"displayName": "Etcher",
|
||||||
"version": "1.0.0-beta.14",
|
"version": "1.0.0-beta.15",
|
||||||
"main": "lib/start.js",
|
"main": "lib/start.js",
|
||||||
"description": "An image flasher with support for Windows, OS X and GNU/Linux.",
|
"description": "An image flasher with support for Windows, OS X and GNU/Linux.",
|
||||||
"homepage": "https://github.com/resin-io/etcher",
|
"homepage": "https://github.com/resin-io/etcher",
|
||||||
@ -45,7 +45,7 @@
|
|||||||
"builder": {
|
"builder": {
|
||||||
"win": {
|
"win": {
|
||||||
"title": "Etcher",
|
"title": "Etcher",
|
||||||
"version": "v1.0.0-beta.14",
|
"version": "v1.0.0-beta.15",
|
||||||
"publisher": "Resin.io",
|
"publisher": "Resin.io",
|
||||||
"icon": "assets/icon.ico",
|
"icon": "assets/icon.ico",
|
||||||
"verbosity": 1
|
"verbosity": 1
|
||||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 125 KiB |
Loading…
x
Reference in New Issue
Block a user