Skip to content

Commit

Permalink
v1.0.0-beta.3
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
  • Loading branch information
jviotti committed Apr 18, 2016
1 parent 9489802 commit ef82c93
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,37 @@
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.3] - 2016-04-17

### Added

- Show drive name in drive selector modal.
- Add subtle hover styling to footer links.
- Implement OS notifications on completion.
- Allow to drag and drop an image to the first step.
- Add Etcher logo to application footer.
- Add "Change" button links below each step.

### Changed

- Invert progress bar stripes during validation.
- Fix window contents being pushed below when opening the drive selector modal.
- Detect removal of selected drive.
- Detect MacBook SDCard readers in OS X.
- Improve removable drive detection on Windows.
- Keep one decimal in Windows drive sizes.
- Prevent error dialog not showing on malformed `Error` objects.
- Fix window being resizable on GNU/Linux.
- Compress Linux executables and libraries.
- Compress Windows DLLs.
- Make GNU/Linux binary lowercase.
- Hide drive selector modal if no available drives.
- Replace all occurrences of "burn" with "flash".
- Make drive selector modal react to drive auto-selection.
- Improve UX when attempting to re-selecta single available drive.
- Reset writer state on flash error.
- Fix `stream.push() after EOF` error when flashing unaligned images.

## [v1.0.0-beta.2] - 2016-04-07

### Added
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "etcher",
"version": "0.0.1",
"version": "v1.0.0-beta.3",
"homepage": "https://github.com/resin-io/etcher",
"authors": [
"Juan Cruz Viotti <juan@resin.io>"
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "etcher",
"displayName": "Etcher",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"main": "lib/etcher.js",
"description": "An image flasher with support for Windows, OS X and GNU/Linux.",
"homepage": "https://github.com/resin-io/etcher",
Expand Down Expand Up @@ -35,7 +35,7 @@
"builder": {
"win": {
"title": "Etcher",
"version": "0.0.1",
"version": "v1.0.0-beta.3",
"publisher": "Resin.io",
"icon": "assets/icon.ico",
"verbosity": 1
Expand Down

0 comments on commit ef82c93

Please sign in to comment.