mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-21 10:16:32 +00:00
v1.0.0-beta.13
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
parent
85676a2e94
commit
e30f8b08b9
22
CHANGELOG.md
22
CHANGELOG.md
@ -3,6 +3,28 @@
|
|||||||
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.13 - 2016-08-05
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Show "Unmounting..." while unmounting a drive.
|
||||||
|
- Perform drive auto-selection even when there is no selected image.
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
- Prevent selected drive from getting auto-removed when navigating back to the main screen from another screen.
|
||||||
|
- Fix new available drives not being recognised automatically in Windows.
|
||||||
|
- Fix application stuck at "Finishing".
|
||||||
|
- Display an error if no graphical polkit authentication agent was found.
|
||||||
|
- Only enable error reporting if running inside an `asar`.
|
||||||
|
- Fix "backdrop click" uncaught errors on modals.
|
||||||
|
|
||||||
|
### Misc
|
||||||
|
|
||||||
|
- Fix internal removable drives considered system drives in macOS Sierra.
|
||||||
|
- Upgrade `etcher-image-write` to v6.0.1.
|
||||||
|
- Upgrade `removedrive` to v1.0.0.
|
||||||
|
|
||||||
## v1.0.0-beta.12 - 2016-07-26
|
## v1.0.0-beta.12 - 2016-07-26
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "etcher",
|
"name": "etcher",
|
||||||
"version": "1.0.0-beta.12",
|
"version": "1.0.0-beta.13",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"abbrev": {
|
"abbrev": {
|
||||||
"version": "1.0.9",
|
"version": "1.0.9",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "etcher",
|
"name": "etcher",
|
||||||
"displayName": "Etcher",
|
"displayName": "Etcher",
|
||||||
"version": "1.0.0-beta.12",
|
"version": "1.0.0-beta.13",
|
||||||
"main": "lib/start.js",
|
"main": "lib/start.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",
|
||||||
@ -43,7 +43,7 @@
|
|||||||
"builder": {
|
"builder": {
|
||||||
"win": {
|
"win": {
|
||||||
"title": "Etcher",
|
"title": "Etcher",
|
||||||
"version": "v1.0.0-beta.12",
|
"version": "v1.0.0-beta.13",
|
||||||
"publisher": "Resin.io",
|
"publisher": "Resin.io",
|
||||||
"icon": "assets/icon.ico",
|
"icon": "assets/icon.ico",
|
||||||
"verbosity": 1
|
"verbosity": 1
|
||||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 126 KiB |
Loading…
x
Reference in New Issue
Block a user