mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 03:36:36 +00:00
v1.0.0
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
2c26b4c6ac
commit
3203eb5eda
14
CHANGELOG.md
14
CHANGELOG.md
@ -3,6 +3,20 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## v1.0.0 - 2017-05-12
|
||||
|
||||
### Features
|
||||
|
||||
- Implement a dynamic finish page.
|
||||
- Display nicer error dialog when reading an invalid image.
|
||||
|
||||
### Fixes
|
||||
|
||||
- Prevent drive from getting re-mounted in macOS even when the unmount on success setting is enabled.
|
||||
- Fix `ECONNRESET` and `ECONNREFUSED` errors when checking for updates on unstable connections.
|
||||
- Fix application stuck at "Starting..." on Windows.
|
||||
- Fix error on startup when Windows username contained an ampersand.
|
||||
|
||||
## v1.0.0-rc.5 - 2017-05-02
|
||||
|
||||
### Fixes
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "etcher",
|
||||
"version": "1.0.0-rc.5",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"@types/angular": {
|
||||
"version": "1.6.17",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "etcher",
|
||||
"displayName": "Etcher",
|
||||
"version": "1.0.0-rc.5",
|
||||
"version": "1.0.0",
|
||||
"updates": {
|
||||
"semverRange": "<2.0.0"
|
||||
},
|
||||
@ -58,7 +58,7 @@
|
||||
"builder": {
|
||||
"win": {
|
||||
"title": "Etcher",
|
||||
"version": "v1.0.0-rc.5",
|
||||
"version": "v1.0.0",
|
||||
"publisher": "Resin.io",
|
||||
"icon": "assets/icon.ico",
|
||||
"verbosity": 1
|
||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 102 KiB |
Loading…
x
Reference in New Issue
Block a user