Releases: metalbear-co/mirrord-intellij
Releases · metalbear-co/mirrord-intellij
3.66.0
3.66.0 - 2025-01-14
Added
- Added dropdown menu action that redirects to the plugin docs.
#316
3.65.0
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
3.64.2 - 2024-12-02
Fixed
- Fixed toolbar dropdown button in the context of remote development on WSL.
#297
3.64.1
3.64.1 - 2024-11-28
Fixed
- Tomcat executions now get stopped when mirrord setup fails.
#230
3.64.0
3.64.0 - 2024-11-20
Added
- Setting
MIRRORD_ACTIVE=0
environment variable will explicitly disable
mirrord for the run configuration.
3.63.0
3.63.0 - 2024-10-21
Added
- Added support for Bazel run configurations.
#207
3.62.1
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
Added
- Add the option for mirrord to be enabled by default on startup in settings
#268
3.61.2
3.61.2 - 2024-08-13
Changed
- Pinned PyCharm version used in the E2E test.
3.61.1
3.61.1 - 2024-08-12
Changed
- Updated CI actions to v4.
Internal