From d22d56052ebd907b6c979dc3c0b456629e9d0131 Mon Sep 17 00:00:00 2001 From: Aviram Hassan Date: Tue, 18 Jun 2024 17:01:28 +0300 Subject: [PATCH] 3.61.0 (#266) --- CHANGELOG.md | 22 ++++++++++++++++++++++ changelog.d/+tomcat-env-cleanup.changed.md | 1 - changelog.d/250.added.md | 1 - changelog.d/256.fixed.md | 1 - gradle.properties | 2 +- 5 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 changelog.d/+tomcat-env-cleanup.changed.md delete mode 100644 changelog.d/250.added.md delete mode 100644 changelog.d/256.fixed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 26a028b8..338b2d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,28 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.61.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.61.0) - 2024-06-18 + + +### Added + +- Users will be invited to join the Discord server after 10 usages + [#250](https://github.com/metalbear-co/mirrord-intellij/issues/250) + + +### Changed + +- Changed environment cleanup to happen when the process is terminating, + instead of right after it started (Tomcat). + + +### Fixed + +- `Try It Now` menu item and mirrord for Teams notifications are now hidden + permanently after operator use was detected. + [#256](https://github.com/metalbear-co/mirrord-intellij/issues/256) + + ## [3.60.1](https://github.com/metalbear-co/mirrord-intellij/tree/3.60.1) - 2024-04-17 diff --git a/changelog.d/+tomcat-env-cleanup.changed.md b/changelog.d/+tomcat-env-cleanup.changed.md deleted file mode 100644 index 19265b2b..00000000 --- a/changelog.d/+tomcat-env-cleanup.changed.md +++ /dev/null @@ -1 +0,0 @@ -Changed environment cleanup to happen when the process is terminating, instead of right after it started (Tomcat). \ No newline at end of file diff --git a/changelog.d/250.added.md b/changelog.d/250.added.md deleted file mode 100644 index cf1ef1c5..00000000 --- a/changelog.d/250.added.md +++ /dev/null @@ -1 +0,0 @@ -Users will be invited to join the Discord server after 10 usages \ No newline at end of file diff --git a/changelog.d/256.fixed.md b/changelog.d/256.fixed.md deleted file mode 100644 index 5fd9382a..00000000 --- a/changelog.d/256.fixed.md +++ /dev/null @@ -1 +0,0 @@ -`Try It Now` menu item and mirrord for Teams notifications are now hidden permanently after operator use was detected. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 4a24c571..950bf917 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.metalbear.mirrord pluginName = mirrord # SemVer format -> https://semver.org -pluginVersion = 3.60.1 +pluginVersion = 3.61.0 platformVersion = 2022.3.2