Skip to content

Releases: VirtusLab/git-machete-intellij-plugin

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).

v3.8.0

29 Mar 17:24
Compare
Choose a tag to compare
  • Improved: traverse action shows fewer dialogs making the process even smoother.

v3.7.1

14 Mar 16:09
Compare
Choose a tag to compare
  • Fixed: traverse used to always stop after sliding out the current branch (reported by @CLOVIS-AI);
    now it continues just as after rebase/push/pull (of course unless Quit/Yes + Quit option has been selected).