mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 03:06:38 +00:00
v1.0.0-beta.3
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
parent
9489802834
commit
ef82c937d3
31
CHANGELOG.md
31
CHANGELOG.md
@ -3,6 +3,37 @@
|
|||||||
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.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
|
## [v1.0.0-beta.2] - 2016-04-07
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "etcher",
|
"name": "etcher",
|
||||||
"version": "0.0.1",
|
"version": "v1.0.0-beta.3",
|
||||||
"homepage": "https://github.com/resin-io/etcher",
|
"homepage": "https://github.com/resin-io/etcher",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Juan Cruz Viotti <juan@resin.io>"
|
"Juan Cruz Viotti <juan@resin.io>"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "etcher",
|
"name": "etcher",
|
||||||
"displayName": "Etcher",
|
"displayName": "Etcher",
|
||||||
"version": "1.0.0-beta.2",
|
"version": "1.0.0-beta.3",
|
||||||
"main": "lib/etcher.js",
|
"main": "lib/etcher.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",
|
||||||
@ -35,7 +35,7 @@
|
|||||||
"builder": {
|
"builder": {
|
||||||
"win": {
|
"win": {
|
||||||
"title": "Etcher",
|
"title": "Etcher",
|
||||||
"version": "0.0.1",
|
"version": "v1.0.0-beta.3",
|
||||||
"publisher": "Resin.io",
|
"publisher": "Resin.io",
|
||||||
"icon": "assets/icon.ico",
|
"icon": "assets/icon.ico",
|
||||||
"verbosity": 1
|
"verbosity": 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user