mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
v1.0.0-beta.14
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
a4e3fcccba
commit
7ea098c0d6
25
CHANGELOG.md
25
CHANGELOG.md
@ -3,6 +3,31 @@
|
|||||||
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.14 - 2016-09-12
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Allow archive images to configure a certain amount of bytes to be zeroed out from the beginning of the drive when using bmaps.
|
||||||
|
- Make the "Need help?" link dynamically open the image support url.
|
||||||
|
- Add `.bmap` support.
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
- Don't clear the drive selection if clicking the "Retry" button.
|
||||||
|
- Fix "`modal.dismiss` is not a function" exception.
|
||||||
|
- Prevent `ENOSPC` if the drive capacity is equal to the image size.
|
||||||
|
- Prevent failed validation due to drive getting auto-mounted in GNU/Linux.
|
||||||
|
- Fix incorrect estimated entry sizes in certain ZIP archives.
|
||||||
|
- Show device id if device doesn't have an assigned drive letter in Windows.
|
||||||
|
- Fix `blkid: command not found` error in certain GNU/Linux distributions.
|
||||||
|
|
||||||
|
### Misc
|
||||||
|
|
||||||
|
- Upgrade `etcher-image-stream` to v4.3.0.
|
||||||
|
- Upgrade `drivelist` to v3.3.0.
|
||||||
|
- Improve speed when retrieving archive image metadata.
|
||||||
|
- Improve image full file name modal tooltip.
|
||||||
|
|
||||||
## v1.0.0-beta.13 - 2016-08-05
|
## v1.0.0-beta.13 - 2016-08-05
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
7
npm-shrinkwrap.json
generated
7
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "etcher",
|
"name": "etcher",
|
||||||
"version": "1.0.0-beta.13",
|
"version": "1.0.0-beta.14",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"abbrev": {
|
"abbrev": {
|
||||||
"version": "1.0.9",
|
"version": "1.0.9",
|
||||||
@ -4777,11 +4777,6 @@
|
|||||||
"from": "sudo-prompt@6.1.0",
|
"from": "sudo-prompt@6.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/sudo-prompt/-/sudo-prompt-6.1.0.tgz"
|
"resolved": "https://registry.npmjs.org/sudo-prompt/-/sudo-prompt-6.1.0.tgz"
|
||||||
},
|
},
|
||||||
"sumchecker": {
|
|
||||||
"version": "1.1.0",
|
|
||||||
"from": "sumchecker@>=1.1.0 <2.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/sumchecker/-/sumchecker-1.1.0.tgz"
|
|
||||||
},
|
|
||||||
"supports-color": {
|
"supports-color": {
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"from": "supports-color@>=2.0.0 <3.0.0",
|
"from": "supports-color@>=2.0.0 <3.0.0",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "etcher",
|
"name": "etcher",
|
||||||
"displayName": "Etcher",
|
"displayName": "Etcher",
|
||||||
"version": "1.0.0-beta.13",
|
"version": "1.0.0-beta.14",
|
||||||
"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.13",
|
"version": "v1.0.0-beta.14",
|
||||||
"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: 126 KiB After Width: | Height: | Size: 125 KiB |
Loading…
x
Reference in New Issue
Block a user