Skip to content

Commit

Permalink
Update to 3.51.0 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 authored Aug 10, 2023
1 parent 3085a7b commit 59245cb
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 11 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,41 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.51.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.51.0) - 2023-08-10


### Added

- Active config is now updated when the file is moved to another location.
[#60](https://github.com/metalbear-co/mirrord-intellij/issues/60)
- Added a startup popup explaining plugin usage.
[#66](https://github.com/metalbear-co/mirrord-intellij/issues/66)
- Added waitlist signup action to the dropdown menu.
[#77](https://github.com/metalbear-co/mirrord-intellij/issues/77)
- Warning about agent version mismatch can now be disabled.
[#79](https://github.com/metalbear-co/mirrord-intellij/issues/79)
- A notification asking for marketplace review is displayed each 100 mirrord
runs and can be disabled.
Added a feedback action to the dropdown menu.
[#81](https://github.com/metalbear-co/mirrord-intellij/issues/81)


### Fixed

- The plugin now manages binaries in the background to prevent UI freeze.
[#68](https://github.com/metalbear-co/mirrord-intellij/issues/68)
- Fixed warning notification when downloading mirrord binary failed and a local
binary is used.
Improved parsing messages from the mirrord binary for backwards
compatibility.
[#70](https://github.com/metalbear-co/mirrord-intellij/issues/70)


### Internal

- Better way to open files in e2e tests - reduce flakiness


## [3.50.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.50.0) - 2023-07-20


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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/70.fixed.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/81.added.md

This file was deleted.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pluginGroup = com.metalbear.mirrord
pluginName = mirrord
# SemVer format -> https://semver.org
pluginVersion = 3.50.0
pluginVersion = 3.51.0

platformVersion = 2022.3.2

Expand Down

0 comments on commit 59245cb

Please sign in to comment.