Skip to content

Commit

Permalink
v1.0.0-beta.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Cruz Viotti committed Jan 16, 2017
1 parent e8c4589 commit 5b3926c
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 8 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
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.18 - 2017-01-16

### Features

- Improve Etcher CLI error messages.
- Replace the `--robot` CLI option with an `ETCHER_CLI_ROBOT` environment variable.
- Sort supported extensions alphabetically in the image file-picker.
- Label system drives in the drive-list widget.
- Show available Etcher version in the update notifier.
- Confirm before user quits while writing.
- Add a changelog link to the update notifier modal.
- Make the image file picker attach to the main window (as a real modal).

### Fixes

- Fix alignment of single call to action buttons inside modals.
- Fix "Invalid message" error caused by the IPC client emitting multiple JSON objects as a single message.
- Fix "This key is already associated with an element of this collection" error when multiple partitions point to the same drive letter on Windows.
- Fix system drives detected as removable drives on Mac Mini.
- Fix sporadic "EIO: i/o error, read" errors during validation.
- Fix "EIO: i/o error, write" error.

## v1.0.0-beta.17 - 2016-11-28

### Fixes
Expand All @@ -18,7 +40,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fix drive scanning exceptions on GNU/Linux systems with `net.ifnames` enabled.
- Fix `0x80131700` error when scanning drives on Windows.
- Fix internal SDCard drive descriptions.
- Fix unmount issues in GNU/Linux and OS Xwhen paths contain spaces.
- Fix unmount issues in GNU/Linux and OS X when paths contain spaces.
- Fix "Not Enough Space" error when flashing unaligned images.
- Fix `at least one volume could not be unmounted` error in OS X.

Expand Down
6 changes: 2 additions & 4 deletions docs/MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,14 @@ Preparing a new version
- Bump the version number in the `package.json`'s `version` property.

- Bump the version number in the `package.json`'s `builder.win.version`
property.

- Bump the version number in the `npm-shrinkwrap.json`'s `version` property.

- Add a new entry to `CHANGELOG.md` by running `npm run changelog`.

- Re-take `screenshot.png` so it displays the latest version in the bottom
right corner.

- Re-install all dependencies and run `npm shrinkwrap` to update
`npm-shrinkwrap.json`.

- Commit the changes with the version number as the commit title, including the
`v` prefix, to `master`. For example:

Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "etcher",
"displayName": "Etcher",
"version": "1.0.0-beta.17",
"version": "1.0.0-beta.18",
"main": "lib/start.js",
"description": "Flash OS images to SD cards & USB drives, safely and easily.",
"productDescription": "Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more.",
Expand Down Expand Up @@ -49,7 +49,7 @@
"builder": {
"win": {
"title": "Etcher",
"version": "v1.0.0-beta.17",
"version": "v1.0.0-beta.18",
"publisher": "Resin.io",
"icon": "assets/icon.ico",
"verbosity": 1
Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5b3926c

Please sign in to comment.