Skip to content

Commit

Permalink
3.48.0 (#21)
Browse files Browse the repository at this point in the history
* 3.48.0

* a
  • Loading branch information
aviramha authored Jun 23, 2023
1 parent a232f5e commit ce600e2
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 8 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,25 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.48.0](https://github.com/metalbear-co/mirrord-intellij/tree/3.48.0) - 2023-06-23


### Fixed

- Target selection dialog is now responsive.
[#19](https://github.com/metalbear-co/mirrord-intellij/issues/19)
- Errors during binary fetching are now properly handled.


### Internal

- Fixed url encoding on macOS for version check
[#16](https://github.com/metalbear-co/mirrord-intellij/issues/16)
- Add property to fix new issue with new Kotlin + IntelliJ
- Binary version request now says `version=test` when sent from `:runIde` task.
- Fix release action


## [3.47.0](https://github.com/metalbear-co/mirrord/tree/3.47.0) - 2023-06-20


Expand Down
1 change: 0 additions & 1 deletion changelog.d/+fix-fetching-error.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+fix-release-action.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+fixed-plugin-version-in-runide.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+jvm-kotlin-intellij.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+lower-required-intellij.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/16.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/19.fixed.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.47.0
pluginVersion = 3.48.0

platformVersion = 2022.3.2

Expand Down

0 comments on commit ce600e2

Please sign in to comment.