mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
v1.0.0-rc.5
This commit is contained in:
parent
b75dfd3ece
commit
63fdb18286
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## v1.0.0-rc.5 - 2017-05-02
|
||||
|
||||
### Fixes
|
||||
|
||||
- Fix various elevation issues on Windows
|
||||
- Treat unknown images as octet stream
|
||||
- Fix uncaught errors when cancelling elevation requests on Windows when the system's language is not English.
|
||||
|
||||
## v1.0.0-rc.4 - 2017-04-22
|
||||
|
||||
### Fixes
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "etcher",
|
||||
"version": "1.0.0-rc.4",
|
||||
"version": "1.0.0-rc.5",
|
||||
"dependencies": {
|
||||
"abbrev": {
|
||||
"version": "1.1.0",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "etcher",
|
||||
"displayName": "Etcher",
|
||||
"version": "1.0.0-rc.4",
|
||||
"version": "1.0.0-rc.5",
|
||||
"updates": {
|
||||
"semverRange": "<2.0.0"
|
||||
},
|
||||
@ -59,7 +59,7 @@
|
||||
"builder": {
|
||||
"win": {
|
||||
"title": "Etcher",
|
||||
"version": "v1.0.0-rc.4",
|
||||
"version": "v1.0.0-rc.5",
|
||||
"publisher": "Resin.io",
|
||||
"icon": "assets/icon.ico",
|
||||
"verbosity": 1
|
||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 103 KiB |
Loading…
x
Reference in New Issue
Block a user