Skip to content

Commit

Permalink
Merge pull request balena-io#2441 from resin-io/release-1.4.5
Browse files Browse the repository at this point in the history
Release v1.4.5
  • Loading branch information
thundron committed Oct 11, 2018
2 parents 47f8125 + da23740 commit f9dfb2d
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 20 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,48 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## v1.4.5 - 2018-08-08

### Features

- Center content independent to window resolution.
- Add electron-native file-picker component.
- Hide unsafe mode option toggle with an env var.
- Use new design background color and drive step size ordering.
- Add a convenience Storage class on top of localStorage.
- Introduce env var to toggle autoselection of all drives.
- Add font-awesome.
- Add support for configuration files
- Use GTK-3 darkTheme mode.
- Add environment variable to toggle fullscreen.
- Allow blacklisting of drives through and environment variable ETCHER_BLACKLISTED_DRIVES.
- Show selected drives below drive selection step.
- Add a button to cancel the flash process.
- Download usbboot drivers installer when clicking a driverless usbboot device on Windows.
- Allow disabling links and hiding help link with an env var.

### Fixes

- Add "make webpack" to travis-ci build script
- Makefile: Don't use tilde in rpm versions
- Change Spectron port so not to overlap with other builds
- Fix multi-writes analytics by reusing existing logic in multi-write events.
- Load usbboot adapter on start on GNU/Linux if running as root.

### Misc

- Update drivelist to v6.4.2
- Add instructions for installing and uninstalling on Solus.

**Release Checklist:**

- [] Manual regression testing
- [] Merge this
- [] Tag the commit on master
- [] Forum post
- [] Update Etcher website
- [] Mailing List update

## v1.4.4 - 2018-04-24

### Fixes
Expand Down
38 changes: 19 additions & 19 deletions npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "etcher",
"private": true,
"displayName": "Etcher",
"version": "1.4.4",
"version": "1.4.5",
"packageType": "local",
"updates": {
"enabled": true,
Expand Down

0 comments on commit f9dfb2d

Please sign in to comment.