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