From 59245cb9584399eaae6d5f43b116a8a111e414e1 Mon Sep 17 00:00:00 2001 From: Eyal Bukchin Date: Thu, 10 Aug 2023 22:23:31 +0300 Subject: [PATCH] Update to 3.51.0 (#83) --- CHANGELOG.md | 35 ++++++++++++++++++++++++++++++++ changelog.d/+e2e-fix.internal.md | 1 - changelog.d/60.added.md | 1 - changelog.d/66.added.md | 1 - changelog.d/68.fixed.md | 1 - changelog.d/70.fixed.md | 2 -- changelog.d/77.added.md | 1 - changelog.d/79.added.md | 1 - changelog.d/81.added.md | 2 -- gradle.properties | 2 +- 10 files changed, 36 insertions(+), 11 deletions(-) delete mode 100644 changelog.d/+e2e-fix.internal.md delete mode 100644 changelog.d/60.added.md delete mode 100644 changelog.d/66.added.md delete mode 100644 changelog.d/68.fixed.md delete mode 100644 changelog.d/70.fixed.md delete mode 100644 changelog.d/77.added.md delete mode 100644 changelog.d/79.added.md delete mode 100644 changelog.d/81.added.md diff --git a/CHANGELOG.md b/CHANGELOG.md index b0376c41..0fec6657 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,41 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [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 diff --git a/changelog.d/+e2e-fix.internal.md b/changelog.d/+e2e-fix.internal.md deleted file mode 100644 index c55f9111..00000000 --- a/changelog.d/+e2e-fix.internal.md +++ /dev/null @@ -1 +0,0 @@ -Better way to open files in e2e tests - reduce flakiness \ No newline at end of file diff --git a/changelog.d/60.added.md b/changelog.d/60.added.md deleted file mode 100644 index ceee012e..00000000 --- a/changelog.d/60.added.md +++ /dev/null @@ -1 +0,0 @@ -Active config is now updated when the file is moved to another location. \ No newline at end of file diff --git a/changelog.d/66.added.md b/changelog.d/66.added.md deleted file mode 100644 index ebc647bd..00000000 --- a/changelog.d/66.added.md +++ /dev/null @@ -1 +0,0 @@ -Added a startup popup explaining plugin usage. \ No newline at end of file diff --git a/changelog.d/68.fixed.md b/changelog.d/68.fixed.md deleted file mode 100644 index 4ee1a140..00000000 --- a/changelog.d/68.fixed.md +++ /dev/null @@ -1 +0,0 @@ -The plugin now manages binaries in the background to prevent UI freeze. \ No newline at end of file diff --git a/changelog.d/70.fixed.md b/changelog.d/70.fixed.md deleted file mode 100644 index 55152dc4..00000000 --- a/changelog.d/70.fixed.md +++ /dev/null @@ -1,2 +0,0 @@ -Fixed warning notification when downloading mirrord binary failed and a local binary is used. -Improved parsing messages from the mirrord binary for backwards compatibility. \ No newline at end of file diff --git a/changelog.d/77.added.md b/changelog.d/77.added.md deleted file mode 100644 index 16eadc10..00000000 --- a/changelog.d/77.added.md +++ /dev/null @@ -1 +0,0 @@ -Added waitlist signup action to the dropdown menu. \ No newline at end of file diff --git a/changelog.d/79.added.md b/changelog.d/79.added.md deleted file mode 100644 index 5e480ab2..00000000 --- a/changelog.d/79.added.md +++ /dev/null @@ -1 +0,0 @@ -Warning about agent version mismatch can now be disabled. \ No newline at end of file diff --git a/changelog.d/81.added.md b/changelog.d/81.added.md deleted file mode 100644 index 8f765564..00000000 --- a/changelog.d/81.added.md +++ /dev/null @@ -1,2 +0,0 @@ -A notification asking for marketplace review is displayed each 100 mirrord runs and can be disabled. -Added a feedback action to the dropdown menu. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index c4b3f56d..168b4fc0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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