mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
v1.5.92
This commit is contained in:
parent
cc08ac9236
commit
5d005211d4
@ -3,6 +3,15 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
# v1.5.92
|
||||
## (2020-05-22)
|
||||
|
||||
* Use electron.app.getAppPath() instead of reading it from argv in catalina-sudo [Alexis Svinartchouk]
|
||||
* Disable asar packing on all platforms [Alexis Svinartchouk]
|
||||
* Remove unneeded fortawesome from main.scss [Alexis Svinartchouk]
|
||||
* Remove unneeded font formats [Alexis Svinartchouk]
|
||||
* Webpack everything, reduce package size [Alexis Svinartchouk]
|
||||
|
||||
# v1.5.91
|
||||
## (2020-05-21)
|
||||
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-etcher",
|
||||
"version": "1.5.91",
|
||||
"version": "1.5.92",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
@ -15049,4 +15049,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "balena-etcher",
|
||||
"private": true,
|
||||
"displayName": "balenaEtcher",
|
||||
"version": "1.5.91",
|
||||
"version": "1.5.92",
|
||||
"packageType": "local",
|
||||
"main": "generated/etcher.js",
|
||||
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user