mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-28 05:36:34 +00:00
v1.14.0
This commit is contained in:
parent
7616c41564
commit
615e035a5d
@ -1,3 +1,57 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Anonymizes all paths before sending
|
||||||
|
hash: 86d43a536f7c9aa6b450a9f2f90341e07364208e
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Otávio Jacobi
|
||||||
|
nested: []
|
||||||
|
- subject: "patch: Sentry fix path"
|
||||||
|
hash: 6c417e35a13873cd95d25f42a819de3750cdf65d
|
||||||
|
body: ""
|
||||||
|
footer: {}
|
||||||
|
author: Edwin Joassart
|
||||||
|
nested: []
|
||||||
|
- subject: Remove personal path on etcher
|
||||||
|
hash: 2b728d3c521b76177a2c019b4891627272f35aac
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: minor
|
||||||
|
change-type: minor
|
||||||
|
author: Otávio Jacobi
|
||||||
|
nested: []
|
||||||
|
- subject: Unifying sentry reports in a single project
|
||||||
|
hash: f3f7ecb852503d4d97dbe6a78bf920ca177bddd1
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Edwin Joassart
|
||||||
|
nested: []
|
||||||
|
- subject: Removes corvus in favor of sentry and analytics client
|
||||||
|
hash: 41fca03c98d4a72bd8c3842d7e6b9d41f65336f9
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Otavio Jacobi
|
||||||
|
signed-off-by: Otavio Jacobi
|
||||||
|
author: Otávio Jacobi
|
||||||
|
nested: []
|
||||||
|
- subject: Removes corvus in favor of sentry and analytics client
|
||||||
|
hash: 10caf8f1b6a174762192b13ce7bb4eaa71e90fcc
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Otavio Jacobi
|
||||||
|
signed-off-by: Otavio Jacobi
|
||||||
|
author: Otávio Jacobi
|
||||||
|
nested: []
|
||||||
|
version: 1.14.0
|
||||||
|
title: ""
|
||||||
|
date: 2023-01-16T11:23:54.866Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Adding EtcherPro device serial number to the Settings modal
|
- subject: Adding EtcherPro device serial number to the Settings modal
|
||||||
hash: d25eda9a7d6bf89284b630b2d55cbb0a7e3a9432
|
hash: d25eda9a7d6bf89284b630b2d55cbb0a7e3a9432
|
||||||
|
10
CHANGELOG.md
10
CHANGELOG.md
@ -3,6 +3,16 @@
|
|||||||
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.14.0
|
||||||
|
## (2023-01-16)
|
||||||
|
|
||||||
|
* Anonymizes all paths before sending [Otávio Jacobi]
|
||||||
|
* patch: Sentry fix path [Edwin Joassart]
|
||||||
|
* Remove personal path on etcher [Otávio Jacobi]
|
||||||
|
* Unifying sentry reports in a single project [Edwin Joassart]
|
||||||
|
* Removes corvus in favor of sentry and analytics client [Otávio Jacobi]
|
||||||
|
* Removes corvus in favor of sentry and analytics client [Otávio Jacobi]
|
||||||
|
|
||||||
# v1.13.4
|
# v1.13.4
|
||||||
## (2023-01-12)
|
## (2023-01-12)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.13.4",
|
"version": "1.14.0",
|
||||||
"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.13.4",
|
"version": "1.14.0",
|
||||||
"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.",
|
||||||
@ -127,6 +127,6 @@
|
|||||||
"node": ">=14 < 16"
|
"node": ">=14 < 16"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2023-01-12T15:10:50.986Z"
|
"publishedAt": "2023-01-16T11:23:55.599Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user