Skip to content

Commit

Permalink
3.55.0 (metalbear-co#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Dec 8, 2023
1 parent 46f24e4 commit 66caadc
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 8 deletions.
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

0 comments on commit 66caadc

Please sign in to comment.