Skip to content

Releases: metalbear-co/mirrord-intellij

3.64.0

20 Nov 15:12
e83ecb7
Compare
Choose a tag to compare

3.64.0 - 2024-11-20

Added

  • Setting MIRRORD_ACTIVE=0 environment variable will explicitly disable
    mirrord for the run configuration.

3.63.0

21 Oct 19:49
49ec3ba
Compare
Choose a tag to compare

3.63.0 - 2024-10-21

Added

  • Added support for Bazel run configurations.
    #207

3.62.1

13 Oct 15:50
a0797ec
Compare
Choose a tag to compare

Changed

  • Go Delve is now patched only if its version is older than the one bundled
    with our plugin.
    #284
  • mirrord version configuration auto-fixes whitespaces

3.62.0

16 Sep 13:06
3f01978
Compare
Choose a tag to compare

Added

  • Add the option for mirrord to be enabled by default on startup in settings
    #268

3.61.2

13 Aug 09:42
bc43e0a
Compare
Choose a tag to compare

3.61.2 - 2024-08-13

Changed

  • Pinned PyCharm version used in the E2E test.

3.61.1

12 Aug 13:25
d721f72
Compare
Choose a tag to compare

3.61.1 - 2024-08-12

Changed

  • Updated CI actions to v4.

Internal

  • Removed public IP check.

3.61.0

18 Jun 14:22
d22d560
Compare
Choose a tag to compare

3.61.0 - 2024-06-18

Added

  • Users will be invited to join the Discord server after 10 usages
    #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

3.60.1

17 Apr 14:48
989029d
Compare
Choose a tag to compare

Fixed

  • Fixed compatibility with Rider 2024.1
    #258

3.60.0

02 Apr 14:48
a85b6ef
Compare
Choose a tag to compare

Added

  • Handle new mirrord -> IDE message type IdeMessage. Add passing env to enable
    this. #235
  • support unset env feature

Fixed

  • Fix issue for some user that had timeout executing via WSL by increasing the
    timeout from 1s to 5s

3.59.0

11 Mar 10:46
40d8a02
Compare
Choose a tag to compare

3.59.0 - 2024-03-11

Added

  • Added support for using $ProjectPath$ macro in MIRRORD_CONFIG_FILE env
    #243
  • Notify user on license validity.
    #382