Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.55.0 #88

Merged
merged 1 commit into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,32 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [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


Expand Down
1 change: 0 additions & 1 deletion changelog.d/+pin-vsc-e2e.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+reject-attach.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+remove-quotes.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+source-waitlist.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+video.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/62.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/70.fixed.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down