Releases: VirtusLab/git-machete-intellij-plugin
Releases · VirtusLab/git-machete-intellij-plugin
v4.0.1
- Fixed:
com.intellij.diagnostic.PluginException: ... ms to call on EDT ...#update@...
errors due to loading of classes from action update
v4.0.0
- 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
- Improved: traverse action shows fewer dialogs making the process even smoother.
v3.7.1
- 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 unlessQuit
/Yes + Quit
option has been selected).
v3.7.0
- 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 caseCommand + 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
- 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
- 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
- Improve stability of traverse and slide-out/slide-in actions.
v3.5.0
- 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
- 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.