Skip to content

Releases: VirtusLab/git-machete-intellij-plugin

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

v3.7.0

08 Mar 20:08
Compare
Choose a tag to compare
  • Added: an option to the branch rename dialog allowing to keep or discard the remote tracking branch info.
  • Added: extra backup keyboard shortcut (Ctrl + Option + Shift + M) for opening Git Machete tab on macOS,
    in case Command + Option + Shift + M is already taken by Kotlin plugin.
  • Added: Yes + Quit button in Traverse dialogs.
  • Improved: push action is no longer blocked by the other machete actions; it can be run in parallel.

v3.6.1

25 Feb 20:26
38a6d50
Compare
Choose a tag to compare
  • Fixed: notification about unmanaged current branch wasn't showing up.
  • Fixed: in case of red edge from a branch to its parent, the unique history of a branch can no longer include any commits reachable from its parent.
  • Improved: side-effecting actions (like Rebase, Pull, Discover etc.) are disabled while another side-effecting action is ongoing.
  • Fixed: Current branch ... is not managed by Git Machete notification no longer shows up right after running Slide In action.
  • Fixed: after using "Create branch" quick fix in Machete file editor, red squiggles now immediately disappear once the branch is created.

v3.6.0

13 Feb 13:29
Compare
Choose a tag to compare
  • Improved the repository selection combobox so that modules are now searchable.
  • Added a field to provide/edit a custom annotation in the Slide In dialog.
  • Added Compare With Parent action to the context menu.
  • Fixed an issue with Slide In Unmanaged Branch Notification for a branch from a git repository that is not selected.

v3.5.1

04 Feb 17:29
250a7ae
Compare
Choose a tag to compare
  • Improve stability of traverse and slide-out/slide-in actions.

v3.5.0

30 Jan 16:12
beb6c72
Compare
Choose a tag to compare
  • Dropped explicit refresh action in favor of automatic updates.
  • Changed traverse action in the toolbar, so that the traverses start from the first branch instead of the current branch.
  • Improved stability in the scope of automatic refreshes.
  • Fixed an issue with open machete file action called when the file does not exist.

v3.4.0

23 Jan 14:09
Compare
Choose a tag to compare
  • Added Branch Rename action, as requested by @radeusgd.
  • Added preliminary support for IntelliJ 2023.1.
  • Fixed poor performance of action updates, as reported by @ekitrak.
  • Fixed Slide Out action not executing during Traverse.
  • Fixed race conditions happening when a branch is deleted in Slide Out action.
  • Improved Machete file editor UX: notifications on parser errors no longer show up when Machete file is opened & focused.