From fe59049f657b6ad383960c25623f32c304d76289 Mon Sep 17 00:00:00 2001 From: Eyal Bukchin Date: Tue, 28 Nov 2023 20:02:13 +0200 Subject: [PATCH] Update to 3.56.1 (#203) --- CHANGELOG.md | 23 +++++++++++++++++++++ changelog.d/+auto-update-and-ci.internal.md | 1 - changelog.d/+patched-path.fixed.md | 1 - changelog.d/+provide-video.internal.md | 1 - changelog.d/+targetless-selection.fixed.md | 1 - changelog.d/167.fixed.md | 1 - changelog.d/198.fixed.md | 1 - gradle.properties | 2 +- 8 files changed, 24 insertions(+), 7 deletions(-) delete mode 100644 changelog.d/+auto-update-and-ci.internal.md delete mode 100644 changelog.d/+patched-path.fixed.md delete mode 100644 changelog.d/+provide-video.internal.md delete mode 100644 changelog.d/+targetless-selection.fixed.md delete mode 100644 changelog.d/167.fixed.md delete mode 100644 changelog.d/198.fixed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 71e72111..6b7ba871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,29 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.56.1](https://github.com/metalbear-co/mirrord-intellij/tree/3.56.1) - 2023-11-28 + + +### Fixed + +- Passes the launch env vars section to mirrord verify-config, and mirrord, + resolving config options that were set as env vars. + [#167](https://github.com/metalbear-co/mirrord-intellij/issues/167) +- No target selection dialog was displayed when running without configuration. + [#198](https://github.com/metalbear-co/mirrord-intellij/issues/198) +- Fixed a bug with selecting `targetless` option from the target selection + dialog. +- SIP-patched script path was being used also when mirrord was disabled - + cosmetic effect only. + + +### Internal + +- Always provide video for CI run +- Remove quotes around GITHUB_PATH in e2e and add "CI_BUILD_PLUGIN" check to + e2e for releases + + ## [3.56.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.56.0) - 2023-11-16 diff --git a/changelog.d/+auto-update-and-ci.internal.md b/changelog.d/+auto-update-and-ci.internal.md deleted file mode 100644 index ba09f1a8..00000000 --- a/changelog.d/+auto-update-and-ci.internal.md +++ /dev/null @@ -1 +0,0 @@ -Remove quotes around GITHUB_PATH in e2e and add "CI_BUILD_PLUGIN" check to e2e for releases diff --git a/changelog.d/+patched-path.fixed.md b/changelog.d/+patched-path.fixed.md deleted file mode 100644 index 4f435734..00000000 --- a/changelog.d/+patched-path.fixed.md +++ /dev/null @@ -1 +0,0 @@ -SIP-patched script path was being used also when mirrord was disabled - cosmetic effect only. diff --git a/changelog.d/+provide-video.internal.md b/changelog.d/+provide-video.internal.md deleted file mode 100644 index c9035aab..00000000 --- a/changelog.d/+provide-video.internal.md +++ /dev/null @@ -1 +0,0 @@ -Always provide video for CI run diff --git a/changelog.d/+targetless-selection.fixed.md b/changelog.d/+targetless-selection.fixed.md deleted file mode 100644 index 122d524e..00000000 --- a/changelog.d/+targetless-selection.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed a bug with selecting `targetless` option from the target selection dialog. \ No newline at end of file diff --git a/changelog.d/167.fixed.md b/changelog.d/167.fixed.md deleted file mode 100644 index 971166b2..00000000 --- a/changelog.d/167.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Passes the launch env vars section to mirrord verify-config, and mirrord, resolving config options that were set as env vars. diff --git a/changelog.d/198.fixed.md b/changelog.d/198.fixed.md deleted file mode 100644 index 8cc0351b..00000000 --- a/changelog.d/198.fixed.md +++ /dev/null @@ -1 +0,0 @@ -No target selection dialog was displayed when running without configuration. diff --git a/gradle.properties b/gradle.properties index fd134fd2..4a20f646 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.metalbear.mirrord pluginName = mirrord # SemVer format -> https://semver.org -pluginVersion = 3.56.0 +pluginVersion = 3.56.1 platformVersion = 2022.3.2