Skip to content

Releases: metalbear-co/mirrord-intellij

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

3.58.0

24 Jan 07:26
f814e6e
Compare
Choose a tag to compare

Added

  • Auto-detect mirrord JSON config files and set schema
    #46

Changed

  • Removed feedback form link, added discord link, updated mirrord for teams
    link.

3.57.0

10 Jan 08:38
5acbbfd
Compare
Choose a tag to compare

3.57.0 - 2024-01-10

Added

  • Users can now specify MIRRORD_ACTIVE=1 in run configuration's environment
    variable to explicitly enable mirrord regardless of the button status
    #231

3.56.5

05 Jan 12:45
e7eaa09
Compare
Choose a tag to compare

3.56.5 - 2024-01-05

Fixed

  • Fix plugin update check leading to failure
    #227

3.56.4

21 Dec 20:13
ffd09ac
Compare
Choose a tag to compare

Changed

  • Replaced waitlist registration action with mirrord for Teams actions.
    Added occasional notifications about mirrord for Teams.

3.56.3

12 Dec 17:01
ebfeaaf
Compare
Choose a tag to compare

3.56.3 - 2023-12-12

Fixed

  • Fixed warning notification when the plugin cannot display the target
    selection popup.
    #211
  • Fixed spawning CLI tasks on a pooled thread under a read lock. Fixes issues
    with IntelliJ UI freezing in some scenarios.
    #214

3.56.2

01 Dec 09:53
a1583de
Compare
Choose a tag to compare

Fixed

  • Change default configuration to explicitly avoid setting BOM, fixing
    potential issue on some systems
    #204