Skip to content

Releases: metalbear-co/mirrord-intellij

3.66.0

14 Jan 18:27
9743ff2
Compare
Choose a tag to compare

3.66.0 - 2025-01-14

Added

  • Added dropdown menu action that redirects to the plugin docs.
    #316

3.65.0

19 Dec 16:56
1ff38d8
Compare
Choose a tag to compare

3.65.0 - 2024-12-19

Changed

  • Removed leading …/ from displayed paths to mirrord config files.
    #311
  • Improved notification message when mirrord uses config from the default path.

Added

  • Added support for using python docker interpreter.
    #294

3.64.2

02 Dec 15:24
4e3e5d5
Compare
Choose a tag to compare

3.64.2 - 2024-12-02

Fixed

  • Fixed toolbar dropdown button in the context of remote development on WSL.
    #297

3.64.1

28 Nov 12:38
c67ae15
Compare
Choose a tag to compare

3.64.1 - 2024-11-28

Fixed

  • Tomcat executions now get stopped when mirrord setup fails.
    #230

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.