Releases: VirtusLab/git-machete-intellij-plugin
Releases · VirtusLab/git-machete-intellij-plugin
v3.0.0
- Dropped support for IntelliJ 2020.3, 2021.1, 2021.2 and 2021.3.
Note that the versions of this plugin published so far will remain available for download in IntelliJ 2020.3-2021.3 indefinitely.
The change in the range of supported IntelliJ versions will only affect the new plugin releases, starting from this one. - Added autocomplete functionality to Slide In dialog as suggested by @KotlinIsland.
v2.2.0
- Add an action to automatically squash the commits belonging to the given branch.
v2.1.0
- Add support for IntelliJ 2022.2.
- Show a path to repository (from project root) instead of a repository name alone in the repository selection combobox.
v2.0.1
- The Pull action displays custom notification message when it is executed on branch that no longer exists remotely
v2.0.0
- Fix docs on the shortcut that opens Git Machete Tab (command option shift M) on Mac.
- Merge Parent Into Current action has been added.
The action merges a parent branch into the current branch, as suggested by @mkondratek and @pedroadame. - Dropped support for IntelliJ 2020.1 and 2020.2.
- The Pull action on specific branch displays additional information whether fetch has been performed before fast-forward merge, as suggested by @micpiotrowski.
v1.3.0
- Squash-merges are now detected (and marked with gray edge) as in git-machete CLI — first suggested by @asford.
- The reoccurring problem with AlreadyDisposedException (reported by @yeahbutstill) is now hopefully solved.
- The Pull action fetches all branches from the remote.
Pulling a branch now behaves consistently with git pull by fetching all branches. - Show in Git log action has been added to per-branch context menu options.
The action points to a branch (its latest local commit) within IntelliJ's built-in Git log, as suggested by @KotlinIsland.
v1.2.1
- The slide-out dialog displays name of the branch to be slid-out and potentially deleted (contributed by @DcortezMeleth).
- Change machete file location for worktrees to the top-level .git/machete (rather than .git/worktrees/.../machete), as reported by @jeffjensen.
This location is now compatible with git-machete CLI. - Provide separate code style settings for machete files.
Opening machete file in editor no longer changes global code style settings for Other File Types, as reported by @radeusgd.
v1.2.0
- Added support for IntelliJ 2022.1.
- Improved reporting of errors as GitHub issues (contributed by @DcortezMeleth).
v1.1.0
- Added support for IntelliJ 2021.3.
v1.0.1
- Disabled Fetch button when there are no remotes in the current repository.