mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-22 18:56:31 +00:00
v1.4.6
Change-type: patch Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
This commit is contained in:
parent
8e92c5b844
commit
c1a8b0c303
16
CHANGELOG.md
16
CHANGELOG.md
@ -3,6 +3,22 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## v1.4.6 - 2018-10-28
|
||||
|
||||
### Fixes
|
||||
|
||||
- Provide a Buffer to xxhash.Stream
|
||||
- Fix 64 bit detection on arm
|
||||
- Fix incorrect file constraint path
|
||||
- Fix flash cancel button interaction
|
||||
|
||||
### Misc
|
||||
|
||||
- Add new balena.io logos
|
||||
- Use Resin CI scripts to build Etcher
|
||||
- Enable React lint rules
|
||||
- Convert Progress Button to Rendition
|
||||
|
||||
## v1.4.5 - 2018-10-11
|
||||
|
||||
### Features
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "etcher",
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"dependencies": {
|
||||
"@babel/runtime": {
|
||||
"version": "7.1.2",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "etcher",
|
||||
"private": true,
|
||||
"displayName": "Etcher",
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"packageType": "local",
|
||||
"updates": {
|
||||
"enabled": true,
|
||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 276 KiB |
Loading…
x
Reference in New Issue
Block a user