mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-19 01:06:36 +00:00
v1.0.0-beta.19
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
5b9104e8aa
commit
be001cc266
30
CHANGELOG.md
30
CHANGELOG.md
@ -3,6 +3,36 @@
|
|||||||
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.19 - 2017-02-24
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Show warning when user tries to flash a Windows image
|
||||||
|
- Update the image step icon with an hexagonal "plus" icon.
|
||||||
|
- Update main page design to its new style.
|
||||||
|
- Swap the order of the drive and image selection steps.
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
- Fix `transformRequest` error at startup when not connected to the internet, or when on an unstable connection.
|
||||||
|
- Prevent flashing the drive where the source image is located.
|
||||||
|
- Fix text overflowing on tooltips.
|
||||||
|
- Don't ignore errors coming from the Windows drive detection script.
|
||||||
|
- Omit empty SD Card readers in the drive selector on Windows.
|
||||||
|
- Fix "Error: Command Failed" error when unmounting on Windows.
|
||||||
|
- Fix duplicate error messages on some errors.
|
||||||
|
- Fix 'MySQL' is not recognised as an internal or external command error on Windows.
|
||||||
|
- Ignore `stderr` output from drive detection scripts if they exit with code zero.
|
||||||
|
|
||||||
|
### Misc
|
||||||
|
|
||||||
|
- Improve validation error message.
|
||||||
|
- Emit an analytics event on `ENOSPC`.
|
||||||
|
- Normalize button text casing.
|
||||||
|
- Don't auto select system drives in unsafe mode.
|
||||||
|
- Use a OS dialog to show the "exit while flashing" warning.
|
||||||
|
- Capitalize every text throughout the application.
|
||||||
|
|
||||||
## v1.0.0-beta.18 - 2017-01-16
|
## v1.0.0-beta.18 - 2017-01-16
|
||||||
|
|
||||||
### 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.18",
|
"version": "1.0.0-beta.19",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"angular": {
|
"angular": {
|
||||||
"version": "1.6.1",
|
"version": "1.6.1",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "etcher",
|
"name": "etcher",
|
||||||
"displayName": "Etcher",
|
"displayName": "Etcher",
|
||||||
"version": "1.0.0-beta.18",
|
"version": "1.0.0-beta.19",
|
||||||
"main": "lib/start.js",
|
"main": "lib/start.js",
|
||||||
"description": "Flash OS images to SD cards & USB drives, safely and easily.",
|
"description": "Flash OS images to SD cards & USB drives, safely and easily.",
|
||||||
"productDescription": "Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more.",
|
"productDescription": "Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more.",
|
||||||
@ -51,7 +51,7 @@
|
|||||||
"builder": {
|
"builder": {
|
||||||
"win": {
|
"win": {
|
||||||
"title": "Etcher",
|
"title": "Etcher",
|
||||||
"version": "v1.0.0-beta.18",
|
"version": "v1.0.0-beta.19",
|
||||||
"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: 125 KiB After Width: | Height: | Size: 101 KiB |
Loading…
x
Reference in New Issue
Block a user