Skip to content

Releases: VirtusLab/git-machete-intellij-plugin

v3.0.0

05 Sep 09:38
c9054f4
Compare
Choose a tag to compare
  • 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

22 Aug 12:44
Compare
Choose a tag to compare
  • Add an action to automatically squash the commits belonging to the given branch.

v2.1.0

11 Jul 15:23
Compare
Choose a tag to compare
  • 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

23 Jun 09:31
Compare
Choose a tag to compare
  • The Pull action displays custom notification message when it is executed on branch that no longer exists remotely

v2.0.0

25 May 13:31
Compare
Choose a tag to compare
  • 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

27 Apr 11:07
Compare
Choose a tag to compare
  • 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

29 Mar 13:31
Compare
Choose a tag to compare
  • 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

12 Mar 11:08
Compare
Choose a tag to compare
  • Added support for IntelliJ 2022.1.
  • Improved reporting of errors as GitHub issues (contributed by @DcortezMeleth).

v1.1.0

24 Oct 12:11
Compare
Choose a tag to compare
  • Added support for IntelliJ 2021.3.

v1.0.1

06 Sep 15:37
Compare
Choose a tag to compare
  • Disabled Fetch button when there are no remotes in the current repository.