Skip to content

Releases: metalbear-co/mirrord-intellij

3.56.1

28 Nov 18:11
fe59049
Compare
Choose a tag to compare

Fixed

  • Passes the launch env vars section to mirrord verify-config, and mirrord,
    resolving config options that were set as env vars.
    #167
  • No target selection dialog was displayed when running without configuration.
    #198
  • Fixed a bug with selecting targetless option from the target selection
    dialog.
  • SIP-patched script path was being used also when mirrord was disabled -
    cosmetic effect only.

3.56.0

17 Nov 09:47
82d1182
Compare
Choose a tag to compare

Added

  • Support for running tomcat projects on macOS (sidestepping SIP).
    #190
  • Added source identifier to waitlist register

Fixed

  • Fix broken wsl support
    #193
  • Tomcat support was only enabled when the configuration's name started with
    "Tomcat".

3.55.1

25 Oct 18:39
03cd8c7
Compare
Choose a tag to compare

Changed

  • Changed command line interface for config verification, not using path as
    keyword argument
    #173

Fixed

  • Clear environment variables when debug session ends
    #141
  • Fixed reading the config file env for Rider
    #165
  • Fixed Tomcat support.
    #183
  • Uses the verify-config --ide flag now to signal mirrord we're in an IDE
    context.
    #1979

3.55.0

20 Sep 17:31
0fde799
Compare
Choose a tag to compare

Added

  • Use mirrord verify-config to validate a config file before proceeding with
    mirrord execution.
    #99
  • Add a configuration setting to disable auto-update
    #140
  • Add support for TOML and YAML mirrord configuration files

Fixed

  • Fix setIndeterminate progress warning
    #135
  • Remove enable/disable menu items.
    #153
  • Fixed plugin dissappearing on update by making it require restart.
  • Remove leading space from non-RVM Ruby help message.

3.54.3

10 Sep 14:37
6efc6f3
Compare
Choose a tag to compare

Changed

  • Aborting the run when running on macOS with a non-RVM Ruby.
  • New enable/disable icons to make mirrord state more clear
    #100

Fixed

  • Fixed Ruby being patched always

3.54.2

06 Sep 20:35
339ed6d
Compare
Choose a tag to compare

Fixed

  • Add methods to ProcessListener to be backward compatible
    #129
  • The plugin now works on RubyMine on macOS when using an RVM ruby binary as
    interpreter.
    #134

3.54.1

01 Sep 08:51
d285e00
Compare
Choose a tag to compare

Fixed

  • mirrord environment variables are no longer persisted in Gradle run
    configurations.
    #122
  • Fixed a bug with handling mirrord ext errors.

3.54.0

31 Aug 10:55
252980f
Compare
Choose a tag to compare

Added

  • A modal progress indicator is now shown when the plugin runs mirrord ls and
    mirrord ext commands.
    The dialog allows the user to cancel execution.

    Execution with mirrord is cancelled when the user cancels target selection.
    #109

Changed

  • Support running mirrord with no configuration file

Fixed

  • Fixed showing the usage banner multiple times when more than one project is
    opened at the same time.
    #114

  • Fixed a bug where Node run configuration extension was called for NPM run
    configurations.

    Fixed a bug with mirrord environment variables being persisted in the Node
    run configuration.

3.53.0

25 Aug 07:11
ea15858
Compare
Choose a tag to compare

Added

  • mirrord dropdown now displays relative config paths.
    #89

Changed

  • Change default generated config to not include accept_invalid_certificate
    setting
  • Update contributing.md

Fixed

  • Fixed a bug where the IDE was freezing after mirrord ext timeout. Increased
    mirrord ext timeout to 2 minutes.
    #93

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.