mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 03:06:38 +00:00
v1.0.0-beta.16
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
438c098953
commit
8103ba851f
20
CHANGELOG.md
20
CHANGELOG.md
@ -3,6 +3,26 @@
|
|||||||
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.16 - 2016-10-28
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Use info icon instead of "SHOW FULL FILE NAME" in first step.
|
||||||
|
- Display image path base name as a tooltip on truncated image name.
|
||||||
|
- Add support for `etch` images.
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
- Fix Etcher leaving zombie processes behind in GNU/Linux.
|
||||||
|
- Prevent escaping issues during elevation by surrounding paths in double quotes.
|
||||||
|
- Fix "Unexpected end of JSON" error in Windows.
|
||||||
|
- Fix drag and drop not working anymore.
|
||||||
|
- Don't clear selection state when re-selecting an image.
|
||||||
|
|
||||||
|
### Misc
|
||||||
|
|
||||||
|
- Publish standalone Windows builds.
|
||||||
|
|
||||||
## v1.0.0-beta.15 - 2016-09-26
|
## v1.0.0-beta.15 - 2016-09-26
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "etcher",
|
"name": "etcher",
|
||||||
"version": "1.0.0-beta.15",
|
"version": "1.0.0-beta.16",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"abbrev": {
|
"abbrev": {
|
||||||
"version": "1.0.9",
|
"version": "1.0.9",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "etcher",
|
"name": "etcher",
|
||||||
"displayName": "Etcher",
|
"displayName": "Etcher",
|
||||||
"version": "1.0.0-beta.15",
|
"version": "1.0.0-beta.16",
|
||||||
"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.15",
|
"version": "v1.0.0-beta.16",
|
||||||
"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: 126 KiB |
Loading…
x
Reference in New Issue
Block a user