Skip to content

Releases: VirtusLab/git-machete-intellij-plugin

v5.0.1

19 Jul 17:20
Compare
Choose a tag to compare
  • Improved: performance of loading repositories with long git histories and a lot of red-edge branches
  • Fixed: Class initialization must not depend on services error on IntelliJ 2024.2 EAP (reported by @fan-tom)

v5.0.0

02 Jul 16:06
b66b912
Compare
Choose a tag to compare
  • 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

30 Apr 21:58
Compare
Choose a tag to compare
  • Fixed: plugin crashing on NullPointerException when a warning about overwriting uncommitted files was going to be displayed

v4.2.0

08 Mar 12:20
d007959
Compare
Choose a tag to compare
  • 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

10 Dec 15:10
Compare
Choose a tag to compare
  • Fixed: visual regression since 2023.3: branches and commits were squeezed too tightly vertically

v4.1.0

26 Oct 19:22
bbc90dc
Compare
Choose a tag to compare
  • Added: support for IntelliJ 2023.3.

v4.0.3

25 Aug 06:16
Compare
Choose a tag to compare
  • Fixed: all com.intellij.diagnostic.PluginException: ... ms to call on EDT ...#update@... errors, hopefully for good (reported by @itxshakil)

v4.0.2

22 Aug 09:26
Compare
Choose a tag to compare
  • Fixed: more com.intellij.diagnostic.PluginException: ... ms to call on EDT ...#update@... errors (reported by @itxshakil)

v4.0.1

10 Aug 20:44
Compare
Choose a tag to compare
  • Fixed: com.intellij.diagnostic.PluginException: ... ms to call on EDT ...#update@... errors due to loading of classes from action update

v4.0.0

02 Jun 13:26
db09b0a
Compare
Choose a tag to compare
  • Dropped support for IntelliJ 2022.1.
    Note that the versions of this plugin published so far will remain available for download in IntelliJ 2022.1 indefinitely.
    The change in the range of supported IntelliJ versions will only affect the new plugin releases, starting from this one.
  • Added support for IntelliJ 2023.2.
  • Added support for machete-post-slide-out hook (see CLI docs).