Releases: metalbear-co/mirrord-intellij
Releases · metalbear-co/mirrord-intellij
3.56.1
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
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
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
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
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
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
Fixed
- mirrord environment variables are no longer persisted in Gradle run
configurations.
#122
- Fixed a bug with handling
mirrord ext
errors.
3.54.0
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
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
3.52.1 - 2023-08-22
Fixed
- mirrord now aborts execution on errors.
#7
- Fixed bug with fetching new mirrord binaries.