Releases: VirtusLab/git-machete-intellij-plugin
Releases · VirtusLab/git-machete-intellij-plugin
v5.1.1
v5.1.0
- Added: support for IntelliJ 2024.3.
v5.0.1
v5.0.0
- Added support for IntelliJ 2024.2.
- Dropped support for IntelliJ 2022.2.
Note that the versions of this plugin published so far will remain available for download in IntelliJ 2022.2 indefinitely.
The change in the range of supported IntelliJ versions will only affect the new plugin releases, starting from this one.
v4.2.1
- Fixed: plugin crashing on
NullPointerException
when a warning about overwriting uncommitted files was going to be displayed
v4.2.0
- Added: support for IntelliJ 2024.1.
- Fixed: corner cases in determining fork point for a branch.
- Fixed: plugin crashing on
RevisionSyntaxException
when remote of a branch is set to.
in git config (reported by @alexeyr-ci).
v4.1.1
- Fixed: visual regression since 2023.3: branches and commits were squeezed too tightly vertically
v4.1.0
- Added: support for IntelliJ 2023.3.
v4.0.3
- Fixed: all
com.intellij.diagnostic.PluginException: ... ms to call on EDT ...#update@...
errors, hopefully for good (reported by @itxshakil)
v4.0.2
- Fixed: more
com.intellij.diagnostic.PluginException: ... ms to call on EDT ...#update@...
errors (reported by @itxshakil)