diff --git a/CHANGELOG.md b/CHANGELOG.md index c124a279..bbbb833f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/bower.json b/bower.json index e738d362..c4dbbde8 100644 --- a/bower.json +++ b/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 " diff --git a/package.json b/package.json index 9e5c8ddc..48faee9f 100644 --- a/package.json +++ b/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", @@ -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