Skip to content

v15.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Oct 17:50
· 841 commits to main since this release

Fixed

  • Fixes #3650 - "Create & Switch to Local Branch" from remote branch no longer prefills local branch name to match remote branch name
  • Fixes #3651 - "Open on Remote (Web)" does not use tracked branch name
  • Fixes #3657 - Creating a worktree from within a worktree chooses the wrong path
  • Fixes #3090 - Manually created empty bare clone repositories in a trusted directory crash worktree view since LocalGitProvider.findRepositoryUri returns just ".git" — thanks to PR #3092 by Dawn Hwang (@hwangh95)
  • Fixes #3667 - Makes Launchpad search by repo name
  • Fixes failure to prompt to delete the branch after deleting a worktree when a modal was shown (e.g. when prompting for force)
  • Fixes issues when git fails to delete the worktree folder on Windows