From ebfeaaf2a7cea6c641cd22cd3bb576cba870c2f1 Mon Sep 17 00:00:00 2001 From: Aviram Hassan Date: Tue, 12 Dec 2023 19:00:14 +0200 Subject: [PATCH] 3.56.3 (#216) --- CHANGELOG.md | 13 +++++++++++++ changelog.d/211.fixed.md | 1 - changelog.d/214.fixed.md | 1 - gradle.properties | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/211.fixed.md delete mode 100644 changelog.d/214.fixed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index aeb8b045..d17b8766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,19 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.56.3](https://github.com/metalbear-co/mirrord-intellij/tree/3.56.3) - 2023-12-12 + + +### Fixed + +- Fixed warning notification when the plugin cannot display the target + selection popup. + [#211](https://github.com/metalbear-co/mirrord-intellij/issues/211) +- Fixed spawning CLI tasks on a pooled thread under a read lock. Fixes issues + with IntelliJ UI freezing in some scenarios. + [#214](https://github.com/metalbear-co/mirrord-intellij/issues/214) + + ## [3.56.2](https://github.com/metalbear-co/mirrord-intellij/tree/3.56.2) - 2023-12-01 diff --git a/changelog.d/211.fixed.md b/changelog.d/211.fixed.md deleted file mode 100644 index 9538435d..00000000 --- a/changelog.d/211.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed warning notification when the plugin cannot display the target selection popup. \ No newline at end of file diff --git a/changelog.d/214.fixed.md b/changelog.d/214.fixed.md deleted file mode 100644 index 308be11b..00000000 --- a/changelog.d/214.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed spawning CLI tasks on a pooled thread under a read lock. Fixes issues with IntelliJ UI freezing in some scenarios. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 550081b6..e9da0610 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.2 +pluginVersion = 3.56.3 platformVersion = 2022.3.2