mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-19 17:26:34 +00:00
v1.7.10
This commit is contained in:
parent
a40e64f6cd
commit
e8a716f8bb
@ -1,3 +1,15 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Switch to Flowzone
|
||||||
|
hash: 2e53feb38cd548bd2fe68957797bffe66b832eaf
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: ab77
|
||||||
|
nested: []
|
||||||
|
version: 1.7.10
|
||||||
|
title: ""
|
||||||
|
date: 2022-11-07T15:59:41.308Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: "patch: update allowed extensions to include deb afterinstall in build"
|
- subject: "patch: update allowed extensions to include deb afterinstall in build"
|
||||||
hash: 61610ded842caba47c6a682afcb08aa0fda4e86b
|
hash: 61610ded842caba47c6a682afcb08aa0fda4e86b
|
||||||
@ -363,11 +375,11 @@
|
|||||||
- subject: Add support for basic auth when downloading images from URL.
|
- subject: Add support for basic auth when downloading images from URL.
|
||||||
hash: b2d0c1c9ddbbfe87d5a905d420d615821610e825
|
hash: b2d0c1c9ddbbfe87d5a905d420d615821610e825
|
||||||
body: >
|
body: >
|
||||||
When selecting "Flash from URL" the user can optionally provide a
|
When selecting "Flash from URL" the user can optionally provide a username
|
||||||
username and password for basic authentication. The authentication input
|
and password for basic authentication. The authentication input fields
|
||||||
fields are collapsed by default. When the authentication input fields
|
are collapsed by default. When the authentication input fields are
|
||||||
are collapsed after entering values the values are cleared to ensure
|
collapsed after entering values the values are cleared to ensure that
|
||||||
that the user sees all parameter passed to the server.
|
the user sees all parameter passed to the server.
|
||||||
footer:
|
footer:
|
||||||
Change-Type: minor
|
Change-Type: minor
|
||||||
change-type: minor
|
change-type: minor
|
||||||
@ -924,8 +936,7 @@
|
|||||||
- subject: Ignore ENOENT errors on unlink in withTmpFile
|
- subject: Ignore ENOENT errors on unlink in withTmpFile
|
||||||
hash: 7bb2a23c4e94dcda6a7b494fe0435c0b59b56b06
|
hash: 7bb2a23c4e94dcda6a7b494fe0435c0b59b56b06
|
||||||
body: >
|
body: >
|
||||||
The temporary file might have been already deleted by
|
The temporary file might have been already deleted by cleanupTmpFiles
|
||||||
cleanupTmpFiles
|
|
||||||
footer:
|
footer:
|
||||||
Change-type: patch
|
Change-type: patch
|
||||||
change-type: patch
|
change-type: patch
|
||||||
@ -995,8 +1006,7 @@
|
|||||||
- subject: Pass strings between methods as std::string instead of char *
|
- subject: Pass strings between methods as std::string instead of char *
|
||||||
hash: 1ec6a8ffc4c9e138b78210f0db84a9ebd6c9182b
|
hash: 1ec6a8ffc4c9e138b78210f0db84a9ebd6c9182b
|
||||||
body: >
|
body: >
|
||||||
- Fixes "basic_string::_M_construct null not valid"
|
- Fixes "basic_string::_M_construct null not valid" exception
|
||||||
exception
|
|
||||||
aborting program, because WCharToUtf8() returned NULL
|
aborting program, because WCharToUtf8() returned NULL
|
||||||
in some cases, and NULL was being fed to string constructor.
|
in some cases, and NULL was being fed to string constructor.
|
||||||
- Fixes memory leak because memory allocated with calloc()
|
- Fixes memory leak because memory allocated with calloc()
|
||||||
@ -3084,8 +3094,8 @@
|
|||||||
change-type: patch
|
change-type: patch
|
||||||
subject: Fixes the Command for macOS drive recovery
|
subject: Fixes the Command for macOS drive recovery
|
||||||
body: >-
|
body: >-
|
||||||
Changes the documentation to update the disktutil command which didn't
|
Changes the documentation to update the disktutil command which didn't fix
|
||||||
fix my case, cause the boot partition was broken.
|
my case, cause the boot partition was broken.
|
||||||
|
|
||||||
This way it rewrites the drive into a FAT32 partition editable in Unix/Windows.
|
This way it rewrites the drive into a FAT32 partition editable in Unix/Windows.
|
||||||
- hash: b3f25c176b1bdb487d1a7bf111d7f170fe008842
|
- hash: b3f25c176b1bdb487d1a7bf111d7f170fe008842
|
||||||
@ -6014,8 +6024,7 @@
|
|||||||
changelog-entry: Add support for configuration files
|
changelog-entry: Add support for configuration files
|
||||||
subject: "feat(gui): Add ability to read settings from a config file"
|
subject: "feat(gui): Add ability to read settings from a config file"
|
||||||
body: >-
|
body: >-
|
||||||
This adds the capability to configure settings via a `.etcher.json`
|
This adds the capability to configure settings via a `.etcher.json` file,
|
||||||
file,
|
|
||||||
|
|
||||||
either in the user's home directory, or the current working directory.
|
either in the user's home directory, or the current working directory.
|
||||||
|
|
||||||
@ -6133,8 +6142,7 @@
|
|||||||
change-type: patch
|
change-type: patch
|
||||||
subject: "doc: Update MAINTAINERS.md with Symantec Whitelisting"
|
subject: "doc: Update MAINTAINERS.md with Symantec Whitelisting"
|
||||||
body: >-
|
body: >-
|
||||||
This adds instructions for submitting Etcher for false positive
|
This adds instructions for submitting Etcher for false positive detection
|
||||||
detection
|
|
||||||
|
|
||||||
to Symantec Endpoint Protection.
|
to Symantec Endpoint Protection.
|
||||||
- hash: bb2dac75040554c0ba2c7e50ff9ecd61608e7d38
|
- hash: bb2dac75040554c0ba2c7e50ff9ecd61608e7d38
|
||||||
@ -6310,8 +6318,7 @@
|
|||||||
change-type: patch
|
change-type: patch
|
||||||
subject: "fix(image-writer): Remove use of _.isError"
|
subject: "fix(image-writer): Remove use of _.isError"
|
||||||
body: >-
|
body: >-
|
||||||
`_.isError()` returns `true` for anything that has a `name` and
|
`_.isError()` returns `true` for anything that has a `name` and `message`
|
||||||
`message`
|
|
||||||
|
|
||||||
property, causing the check here to always keep the plain object as error.
|
property, causing the check here to always keep the plain object as error.
|
||||||
- hash: 355373f24df6be0989fad9429c2230166b33a3bf
|
- hash: 355373f24df6be0989fad9429c2230166b33a3bf
|
||||||
@ -6327,8 +6334,7 @@
|
|||||||
change-type: patch
|
change-type: patch
|
||||||
subject: "upgrade(package): Update drivelist 6.1.5 -> 6.1.7"
|
subject: "upgrade(package): Update drivelist 6.1.5 -> 6.1.7"
|
||||||
body: >-
|
body: >-
|
||||||
This fixes a ReferenceError that could occur when the DeviceNode was
|
This fixes a ReferenceError that could occur when the DeviceNode was null,
|
||||||
null,
|
|
||||||
|
|
||||||
as well as devices being null when run after the system recovers from sleep / standby.
|
as well as devices being null when run after the system recovers from sleep / standby.
|
||||||
- hash: 6e7484d3dabc2aeaa7cd471822d7019860cc4a5c
|
- hash: 6e7484d3dabc2aeaa7cd471822d7019860cc4a5c
|
||||||
@ -7164,8 +7170,7 @@
|
|||||||
changelog-entry: Remove stale `invalidKey` check in store.
|
changelog-entry: Remove stale `invalidKey` check in store.
|
||||||
subject: "refactor: remove stale invalid key check in store"
|
subject: "refactor: remove stale invalid key check in store"
|
||||||
body: >-
|
body: >-
|
||||||
We remove a piece of code checking whether `_.keys` returns any
|
We remove a piece of code checking whether `_.keys` returns any non-string
|
||||||
non-string
|
|
||||||
|
|
||||||
values in its array, but per the Lodash documentation `_.keys` always returns an
|
values in its array, but per the Lodash documentation `_.keys` always returns an
|
||||||
|
|
||||||
@ -7193,8 +7198,7 @@
|
|||||||
changelog-entry: Make the drive-selector button orange on warnings.
|
changelog-entry: Make the drive-selector button orange on warnings.
|
||||||
subject: "feat(GUI): warning makes drive-selector button orange"
|
subject: "feat(GUI): warning makes drive-selector button orange"
|
||||||
body: >-
|
body: >-
|
||||||
We make the drive-selector button orange when there is a warning
|
We make the drive-selector button orange when there is a warning attached
|
||||||
attached
|
|
||||||
|
|
||||||
to the image-drive pair.
|
to the image-drive pair.
|
||||||
- hash: 4ce89f97fe02d714ce7f247a6a03ad6d326c3a8a
|
- hash: 4ce89f97fe02d714ce7f247a6a03ad6d326c3a8a
|
||||||
|
@ -3,6 +3,11 @@
|
|||||||
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.7.10
|
||||||
|
## (2022-11-07)
|
||||||
|
|
||||||
|
* Switch to Flowzone [ab77]
|
||||||
|
|
||||||
# v1.7.9
|
# v1.7.9
|
||||||
## (2022-04-22)
|
## (2022-04-22)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"private": true,
|
"private": true,
|
||||||
"displayName": "balenaEtcher",
|
"displayName": "balenaEtcher",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10",
|
||||||
"packageType": "local",
|
"packageType": "local",
|
||||||
"main": "generated/etcher.js",
|
"main": "generated/etcher.js",
|
||||||
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
||||||
@ -124,6 +124,6 @@
|
|||||||
"node": ">=14 < 16"
|
"node": ">=14 < 16"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2022-04-22T13:10:47.906Z"
|
"publishedAt": "2022-11-07T15:59:41.950Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user