Skip to content

Releases: metalbear-co/mirrord-intellij

3.52.1

23 Aug 05:27
7b249b8
Compare
Choose a tag to compare

3.52.1 - 2023-08-22

Fixed

  • mirrord now aborts execution on errors.
    #7
  • Fixed bug with fetching new mirrord binaries.

3.52.0

19 Aug 10:01
de2deeb
Compare
Choose a tag to compare

Added

  • Add support for Rider 2023.2

3.51.0

10 Aug 20:07
59245cb
Compare
Choose a tag to compare

Added

  • Active config is now updated when the file is moved to another location.
    #60
  • Added a startup popup explaining plugin usage.
    #66
  • Added waitlist signup action to the dropdown menu.
    #77
  • Warning about agent version mismatch can now be disabled.
    #79
  • A notification asking for marketplace review is displayed each 100 mirrord
    runs and can be disabled.
    Added a feedback action to the dropdown menu.
    #81

Fixed

  • The plugin now manages binaries in the background to prevent UI freeze.
    #68
  • Fixed warning notification when downloading mirrord binary failed and a local
    binary is used.
    Improved parsing messages from the mirrord binary for backwards
    compatibility.
    #70

3.50.0

20 Jul 17:57
f6000d7
Compare
Choose a tag to compare

Added

  • Improved UI for multiple mirrord configurations.
    Plugin now handles configs specified in run configurations, overriding those
    with an active config, falling back to a default config.
    #31
  • The user can now toggle mirrord and jump to settings when the IDE is in
    indexing mode.
    #55

Fixed

  • Fixed Debug launch failing on Java applications
    #42
  • The plugin now aborts mirrord execution when displaying the target selection
    dialog might cause a deadlock.
    #53
  • The plugin now uses a local mirrord installation if the version check fails.

3.49.1

18 Jul 13:03
261b590
Compare
Choose a tag to compare

Changed

  • Ignored debugger port range starts from 35000: mirrord will not touch
    connections to ports above 35000.

3.49.0

05 Jul 11:09
0a65c3d
Compare
Choose a tag to compare

Added

  • Target selection dialog now allows filtering for pods and deployments.
    #25

3.48.0

23 Jun 13:04
ce600e2
Compare
Choose a tag to compare

Fixed

  • Target selection dialog is now responsive.
    #19
  • Errors during binary fetching are now properly handled.