From 66caadcbfd5f89c8056e2173640129440e607f2e Mon Sep 17 00:00:00 2001 From: Aviram Hassan Date: Fri, 8 Dec 2023 19:39:25 +0200 Subject: [PATCH] 3.55.0 (#88) --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ changelog.d/+pin-vsc-e2e.internal.md | 1 - changelog.d/+reject-attach.fixed.md | 1 - changelog.d/+remove-quotes.internal.md | 1 - changelog.d/+source-waitlist.added.md | 1 - changelog.d/+video.internal.md | 1 - changelog.d/62.added.md | 1 - changelog.d/70.fixed.md | 1 - package.json | 2 +- 9 files changed, 27 insertions(+), 8 deletions(-) delete mode 100644 changelog.d/+pin-vsc-e2e.internal.md delete mode 100644 changelog.d/+reject-attach.fixed.md delete mode 100644 changelog.d/+remove-quotes.internal.md delete mode 100644 changelog.d/+source-waitlist.added.md delete mode 100644 changelog.d/+video.internal.md delete mode 100644 changelog.d/62.added.md delete mode 100644 changelog.d/70.fixed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index b5d7a877..849379ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,32 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.55.0](https://github.com/metalbear-co/mirrord-vscode/tree/3.55.0) - 2023-12-08 + + +### Added + +- Add option to disable auto-update. + [#62](https://github.com/metalbear-co/mirrord-vscode/issues/62) +- Added source identifier to waitlist register + + +### Fixed + +- Passes the `launch.json` `env` section to `mirrord verify-config`, resolving + config options that were set as env vars. + [#70](https://github.com/metalbear-co/mirrord-vscode/issues/70) +- mirrord now shows an error notification when the user tries to use it with an + `attach` launch configuration. + + +### Internal + +- Add video playback and bugfixes for the e2e +- Pin vscode version for e2e, as it fails on latest release +- Remove quotes around GITHUB_PATH in e2e + + ## [3.54.1](https://github.com/metalbear-co/mirrord-vscode/tree/3.54.1) - 2023-10-10 diff --git a/changelog.d/+pin-vsc-e2e.internal.md b/changelog.d/+pin-vsc-e2e.internal.md deleted file mode 100644 index ab878b38..00000000 --- a/changelog.d/+pin-vsc-e2e.internal.md +++ /dev/null @@ -1 +0,0 @@ -Pin vscode version for e2e, as it fails on latest release diff --git a/changelog.d/+reject-attach.fixed.md b/changelog.d/+reject-attach.fixed.md deleted file mode 100644 index cc1b2617..00000000 --- a/changelog.d/+reject-attach.fixed.md +++ /dev/null @@ -1 +0,0 @@ -mirrord now shows an error notification when the user tries to use it with an `attach` launch configuration. \ No newline at end of file diff --git a/changelog.d/+remove-quotes.internal.md b/changelog.d/+remove-quotes.internal.md deleted file mode 100644 index 646f587a..00000000 --- a/changelog.d/+remove-quotes.internal.md +++ /dev/null @@ -1 +0,0 @@ -Remove quotes around GITHUB_PATH in e2e diff --git a/changelog.d/+source-waitlist.added.md b/changelog.d/+source-waitlist.added.md deleted file mode 100644 index f42cbfde..00000000 --- a/changelog.d/+source-waitlist.added.md +++ /dev/null @@ -1 +0,0 @@ -Added source identifier to waitlist register \ No newline at end of file diff --git a/changelog.d/+video.internal.md b/changelog.d/+video.internal.md deleted file mode 100644 index 973a178c..00000000 --- a/changelog.d/+video.internal.md +++ /dev/null @@ -1 +0,0 @@ -Add video playback and bugfixes for the e2e diff --git a/changelog.d/62.added.md b/changelog.d/62.added.md deleted file mode 100644 index fdf45c45..00000000 --- a/changelog.d/62.added.md +++ /dev/null @@ -1 +0,0 @@ -Add option to disable auto-update. diff --git a/changelog.d/70.fixed.md b/changelog.d/70.fixed.md deleted file mode 100644 index f78c67db..00000000 --- a/changelog.d/70.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Passes the `launch.json` `env` section to `mirrord verify-config`, resolving config options that were set as env vars. diff --git a/package.json b/package.json index a01d3c4b..1da640a0 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "mirrord", "description": "Run your local process in the context of your cloud cluster", "publisher": "MetalBear", - "version": "3.54.1", + "version": "3.55.0", "engines": { "vscode": "^1.63.0" },