From f6000d7d20d93388ad95e15e0f2e935d34cbdc72 Mon Sep 17 00:00:00 2001 From: Eyal Bukchin Date: Thu, 20 Jul 2023 20:56:43 +0300 Subject: [PATCH] Update to 3.50.0 (#57) --- CHANGELOG.md | 24 ++++++++++++++++++++ changelog.d/+use-local-installation.fixed.md | 1 - changelog.d/31.added.md | 2 -- changelog.d/42.fixed.md | 1 - changelog.d/53.fixed.md | 1 - changelog.d/55.added.md | 1 - gradle.properties | 2 +- 7 files changed, 25 insertions(+), 7 deletions(-) delete mode 100644 changelog.d/+use-local-installation.fixed.md delete mode 100644 changelog.d/31.added.md delete mode 100644 changelog.d/42.fixed.md delete mode 100644 changelog.d/53.fixed.md delete mode 100644 changelog.d/55.added.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 2992ef33..b0376c41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,30 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.50.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.50.0) - 2023-07-20 + + +### Added + +- Improved UI for multiple mirrord configurations. + Plugin now handles configs specified in run configurations, overriding those + with an active config, falling back to a default config. + [#31](https://github.com/metalbear-co/mirrord-intellij/issues/31) +- The user can now toggle mirrord and jump to settings when the IDE is in + indexing mode. + [#55](https://github.com/metalbear-co/mirrord-intellij/issues/55) + + +### Fixed + +- Fixed Debug launch failing on Java applications + [#42](https://github.com/metalbear-co/mirrord-intellij/issues/42) +- The plugin now aborts mirrord execution when displaying the target selection + dialog might cause a deadlock. + [#53](https://github.com/metalbear-co/mirrord-intellij/issues/53) +- The plugin now uses a local mirrord installation if the version check fails. + + ## [3.49.1](https://github.com/metalbear-co/mirrord-intellij/tree/3.49.1) - 2023-07-18 diff --git a/changelog.d/+use-local-installation.fixed.md b/changelog.d/+use-local-installation.fixed.md deleted file mode 100644 index 5a3875d0..00000000 --- a/changelog.d/+use-local-installation.fixed.md +++ /dev/null @@ -1 +0,0 @@ -The plugin now uses a local mirrord installation if the version check fails. \ No newline at end of file diff --git a/changelog.d/31.added.md b/changelog.d/31.added.md deleted file mode 100644 index 51b46b55..00000000 --- a/changelog.d/31.added.md +++ /dev/null @@ -1,2 +0,0 @@ -Improved UI for multiple mirrord configurations. -Plugin now handles configs specified in run configurations, overriding those with an active config, falling back to a default config. \ No newline at end of file diff --git a/changelog.d/42.fixed.md b/changelog.d/42.fixed.md deleted file mode 100644 index 5c0bb79a..00000000 --- a/changelog.d/42.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed Debug launch failing on Java applications \ No newline at end of file diff --git a/changelog.d/53.fixed.md b/changelog.d/53.fixed.md deleted file mode 100644 index e927eba9..00000000 --- a/changelog.d/53.fixed.md +++ /dev/null @@ -1 +0,0 @@ -The plugin now aborts mirrord execution when displaying the target selection dialog might cause a deadlock. \ No newline at end of file diff --git a/changelog.d/55.added.md b/changelog.d/55.added.md deleted file mode 100644 index 84e3a03b..00000000 --- a/changelog.d/55.added.md +++ /dev/null @@ -1 +0,0 @@ -The user can now toggle mirrord and jump to settings when the IDE is in indexing mode. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 58650b99..c4b3f56d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.metalbear.mirrord pluginName = mirrord # SemVer format -> https://semver.org -pluginVersion = 3.49.1 +pluginVersion = 3.50.0 platformVersion = 2022.3.2