Skip to content

Commit

Permalink
Update to 3.50.0 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 authored Jul 20, 2023
1 parent e9f5ced commit f6000d7
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 7 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,30 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.50.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.50.0) - 2023-07-20


### 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](https://github.com/metalbear-co/mirrord-intellij/issues/31)
- The user can now toggle mirrord and jump to settings when the IDE is in
indexing mode.
[#55](https://github.com/metalbear-co/mirrord-intellij/issues/55)


### Fixed

- Fixed Debug launch failing on Java applications
[#42](https://github.com/metalbear-co/mirrord-intellij/issues/42)
- The plugin now aborts mirrord execution when displaying the target selection
dialog might cause a deadlock.
[#53](https://github.com/metalbear-co/mirrord-intellij/issues/53)
- The plugin now uses a local mirrord installation if the version check fails.


## [3.49.1](https://github.com/metalbear-co/mirrord-intellij/tree/3.49.1) - 2023-07-18


Expand Down
1 change: 0 additions & 1 deletion changelog.d/+use-local-installation.fixed.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/31.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/42.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/53.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/55.added.md

This file was deleted.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pluginGroup = com.metalbear.mirrord
pluginName = mirrord
# SemVer format -> https://semver.org
pluginVersion = 3.49.1
pluginVersion = 3.50.0

platformVersion = 2022.3.2

Expand Down

0 comments on commit f6000d7

Please sign in to comment.