Skip to content

Commit

Permalink
Update to 3.55.0 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 authored Sep 20, 2023
1 parent 0d2e92a commit 0fde799
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 11 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,38 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

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


### Added

- Use mirrord verify-config to validate a config file before proceeding with
mirrord execution.
[#99](https://github.com/metalbear-co/mirrord-intellij/issues/99)
- Add a configuration setting to disable auto-update
[#140](https://github.com/metalbear-co/mirrord-intellij/issues/140)
- Add support for TOML and YAML mirrord configuration files


### Fixed

- Fix setIndeterminate progress warning
[#135](https://github.com/metalbear-co/mirrord-intellij/issues/135)
- Remove enable/disable menu items.
[#153](https://github.com/metalbear-co/mirrord-intellij/issues/153)
- Fixed plugin dissappearing on update by making it require restart.
- Remove leading space from non-RVM Ruby help message.


### Internal

- Run pluginVerifier for IDEA 222
[#132](https://github.com/metalbear-co/mirrord-intellij/issues/132)
- Add lint to the CI aggregator
- Create a reusable worflow for running e2e tests such that we maintain e2e in
one place and can run tests on mirrord's release branch.


## [3.54.3](https://github.com/metalbear-co/mirrord-intellij/tree/3.54.3) - 2023-09-10


Expand Down
1 change: 0 additions & 1 deletion changelog.d/+leading-space-ruby-error.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+lint-to-aggregator.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+plugin-unloads.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+reusable-e2e.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+support-yaml-and-toml.added.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/99.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.54.3
pluginVersion = 3.55.0

platformVersion = 2022.3.2

Expand Down

0 comments on commit 0fde799

Please sign in to comment.