Skip to content

Commit

Permalink
3.61.0 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 authored Aug 16, 2024
1 parent fa9d3f4 commit cc8e8f1
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.61.0](https://github.com/metalbear-co/mirrord-vscode/tree/3.61.0) - 2024-08-16


### Added

- Add the option for mirrord to be enabled by default on startup by setting
mirrord.enabledByDefault
[#131](https://github.com/metalbear-co/mirrord-vscode/issues/131)


### Fixed

- Fixed an issue where `mirrord.autoUpdate` set to an empty string prevented
the extension from downloading mirrord binary. Improved notifications related
to auto update.
[#144](https://github.com/metalbear-co/mirrord-vscode/issues/144)

## [3.60.2](https://github.com/metalbear-co/mirrord-vscode/tree/3.60.2) - 2024-08-12


Expand Down
1 change: 0 additions & 1 deletion changelog.d/131.added.md

This file was deleted.

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

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.60.2",
"version": "3.61.0",
"engines": {
"vscode": "^1.63.0"
},
Expand Down

0 comments on commit cc8e8f1

Please sign in to comment.