mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-28 05:36:34 +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.
|
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-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
|
## v1.0.0-rc.4 - 2017-04-22
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "etcher",
|
"name": "etcher",
|
||||||
"version": "1.0.0-rc.4",
|
"version": "1.0.0-rc.5",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"abbrev": {
|
"abbrev": {
|
||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "etcher",
|
"name": "etcher",
|
||||||
"displayName": "Etcher",
|
"displayName": "Etcher",
|
||||||
"version": "1.0.0-rc.4",
|
"version": "1.0.0-rc.5",
|
||||||
"updates": {
|
"updates": {
|
||||||
"semverRange": "<2.0.0"
|
"semverRange": "<2.0.0"
|
||||||
},
|
},
|
||||||
@ -59,7 +59,7 @@
|
|||||||
"builder": {
|
"builder": {
|
||||||
"win": {
|
"win": {
|
||||||
"title": "Etcher",
|
"title": "Etcher",
|
||||||
"version": "v1.0.0-rc.4",
|
"version": "v1.0.0-rc.5",
|
||||||
"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: 100 KiB After Width: | Height: | Size: 103 KiB |
Loading…
x
Reference in New Issue
Block a user